Originally posted by: PhilippH.
First of all, thank you for further looking into our problem.
After some digging I found out that our MPI universe is actually started within MATLAB by the following command lines:
Before the mpiexec command, Intel's SMPD is launched:
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null compute-1-6 "/usr/local/MATLAB/R2013a/bin/mw_smpd" -s -phrase MATLAB -port 28277
/usr/local/MATLAB/R2013a/bin/glnxa64/mpiexec -phrase MATLAB -port 28277 -l -n 2 -machinefile /opt/torque/aux//
458277.donar.iwes.fraunhofer.de -genvlist MDCE_DECODE_FUNCTION,MDCE_STORAGE_LOCATION,MDCE_STORAGE_CONSTRUCTOR,MDCE_JOB_LOCATION,MDCE_DEBUG,MDCE_LICENSE_NUMBER,MLM_WEB_LICENSE,MLM_WEB_USER_CRED,MLM_WEB_ID "/usr/local/MATLAB/R2013a/bin/worker" -parallel
I have not found the MPI_Init() in MATLAB yet.
#CPLEXOptimizers#DecisionOptimization