Originally posted by: HughMacMullanIV
Hello CPLEX Folks:
We run CPLEX in a cluster environment, and it is often called from within R with Rcplex. There is no way to set the 'threads' parameter from within Rcplex, and while I've sent a request to Hector (:)), I would rather set this (and other parameters) globally. It's simple enough to set parameters from within CPLEX itself (set threads 1), but we can't figure out how to modify the global defaults (most desirable!) for CPLEX parameters, or how to save user-modified parameters so that they are automatically used on next run (user defaults).
The goal is to set the CPLEX default parameters so that threads = 1 (useful in a many-user cluster like we've got).
I predict I'm missing something simple here, but for the life of me can't figure out how to set CPLEX parameters permanently: either globally in the installation/cluster level, or personally at the user level.
Any advice would be appreciated!
Thanks, Hugh
#CPLEXOptimizers#DecisionOptimization