Bureaucrats, cc_docs_admin, cc_staff
2,314
edits
(Created page with "==Java== If you use Java, you will have some further steps to carry out. Firstly, in your <tt>.bashrc</tt> file, you can add the line {{Commande|export CLASSPATH{{=}}.}} which...") |
(Created page with "Next, you should modify the dynamic library of cplex. Look for this library in the directory hierarchy of the installation directory, make a copy of it and then execute the co...") |
||
Line 95: | Line 95: | ||
which will allow your code to be found during execution. | which will allow your code to be found during execution. | ||
Next, you should modify the dynamic library of cplex. Look for this library in the directory hierarchy of the installation directory, make a copy of it and then execute the command | |||
{{ | {{Command|setrpaths.sh --path libcplex1280.so}} | ||
Il est possible que lors de votre compilation, vous ayez un message d'erreur à cause d'un manque de mémoire. Si c'est le cas, vous devrez demander un noeud de calcul interactif pour pouvoir faire la compilation. | Il est possible que lors de votre compilation, vous ayez un message d'erreur à cause d'un manque de mémoire. Si c'est le cas, vous devrez demander un noeud de calcul interactif pour pouvoir faire la compilation. | ||
Par exemple: | Par exemple: | ||
{{Commande|salloc --time{{=}}1:0:0 --ntasks{{=}}1 --mem-per-cpu{{=}}8G}} | {{Commande|salloc --time{{=}}1:0:0 --ntasks{{=}}1 --mem-per-cpu{{=}}8G}} |