Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
(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}} | ||
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, | |||
{{Command|salloc --time{{=}}1:0:0 --ntasks{{=}}1 --mem-per-cpu{{=}}8G}} | |||
{{ |