Originally posted by: SystemAdmin
No, it is a global environment variable.
On Windows you can change this via
Start -> Control Panel -> System
then go to the "Advanced" tab and click the button "Environment Variables". Add MKL_DISABLE_FAST_MM to the system variables and assign some non-empty value. Note that you have to restart matlab after this change.
On Linux/Unix system you can do
export MKL_DISABLE_FAST_MM=1
in the shell in which you start matlab. Again, you have to restart matlab (from the shell in which you did the 'export').
Remember to unset the variable if you switch to a more recent version of CPLEX or find that setting it does not help.
#CPLEXOptimizers#DecisionOptimization