Originally posted by: Hosna
I am trying to run someone else's code to optimize my big set of parameters (~750 parameters).
I am writing a script, which sets the variables and connects to the cluster and runs cplex then.
I tried writing the following lines in the script that calls cplex on the cluster to make sure the cluster environment is the same as mine.
"ILOG_LICENSE_FILE=/cs/public/lib/pkg/cplex/ILM/access.ilm/access.ilm\n"
"PATH=/cs/public/lib/pkg/cplex/CPLEX_Studio_AcademicResearch122/cplex/bin/x86-64_sles10_4.1/:\$PATH\n";
but it did not work.
I even tried:
"export =/cs/public/lib/pkg/cplex/ILM/access.ilm/access.ilm\n";
"PATH=/cs/public/lib/pkg/cplex/CPLEX_Studio_AcademicResearch122/cplex/bin/x86-64_sles10_4.1/:\$PATH\n";
and it did not work either!
any suggestions?
#CPLEXOptimizers#DecisionOptimization