CPLEX/en: Difference between revisions

40 bytes removed ,  3 years ago
no edit summary
No edit summary
No edit summary
Line 108: Line 108:
which will allow your code to be found during execution.
which will allow your code to be found during execution.


<div class="mw-translate-fuzzy">
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
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}}
{{Command|setrpaths.sh --path libcplex1280.so}}
</div>


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

edits