CPLEX/en: Difference between revisions

Created page with "It's possible that during your compilation, you receive an error message because of a lack of memory. In this case, you should request a compute node using an interactive job..."
(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...")
(Created page with "It's possible that during your compilation, you receive an error message because of a lack of memory. In this case, you should request a compute node using an interactive job...")
Line 98: Line 98:
{{Command|setrpaths.sh --path libcplex1280.so}}
{{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.
It's possible that during your compilation, you receive an error message because of a lack of memory. In this case, you should request a compute node using an interactive job to do the compilation. For example,
Par exemple:
{{Command|salloc --time{{=}}1:0:0 --ntasks{{=}}1 --mem-per-cpu{{=}}8G}}
{{Commande|salloc --time{{=}}1:0:0 --ntasks{{=}}1 --mem-per-cpu{{=}}8G}}
Bureaucrats, cc_docs_admin, cc_staff
2,314

edits