CPLEX/en: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(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...")
(Updating to match new version of source page)
Line 16: Line 16:
{{Command|mkdir -p $HOME/modulefiles/mycplex}}
{{Command|mkdir -p $HOME/modulefiles/mycplex}}


<div class="mw-translate-fuzzy">
In this directory, you should create a file (e.g. <tt>$HOME/modulefiles/mycplex/12.8.0</tt>) with the version number corresponding to the version you downloaded (e.g. 12.8.0) and with the following content:
In this directory, you should create a file (e.g. <tt>$HOME/modulefiles/mycplex/12.8.0</tt>) with the version number corresponding to the version you downloaded (e.g. 12.8.0) and with the following content:
{{File
{{File
Line 22: Line 23:
   |contents=
   |contents=
************************************************************************************************
************************************************************************************************
</div>


<div class="mw-translate-fuzzy">
#%Module1.0#####################################################################
#%Module1.0#####################################################################
##
##
Line 29: Line 32:
proc ModulesHelp { } {
proc ModulesHelp { } {
         global cplexversion
         global cplexversion
</div>


         puts stderr "\tIBM ILOG cplex "
         puts stderr "\tIBM ILOG cplex "
Line 86: Line 90:
prepend-path    MATLABPATH $cplexroot/matlab
prepend-path    MATLABPATH $cplexroot/matlab


<div class="mw-translate-fuzzy">
***********************************************************
***********************************************************
}}
}}
Adjust as necessary the lines corresponding to the variables <tt>cplexversion</tt> and <tt>studio_root</tt> so that they have the right values: the version number downloaded and the path to the software, i.e. the one you chose during the installation.
Adjust as necessary the lines corresponding to the variables <tt>cplexversion</tt> and <tt>studio_root</tt> so that they have the right values: the version number downloaded and the path to the software, i.e. the one you chose during the installation.
</div>


==Java==
==Java==
38,760

edits

Navigation menu