Before submitting a job, enter
mpivars.bat
to run the Intel MPI setup script using PowerShell. Then, enter
& "C:\Program Files\CONVERGE CFD Bundle\CONVERGE CFD\<version>\CONVERGE\x64\bin\mpi\intel64\
bin\mpiexec.exe" -n <number of processes> -ppn <number of processes per
node> "C:\Program Files\CONVERGE CFD Bundle\CONVERGE CFD\<version>\CONVERGE\x64\bin\intelmpi\converge.exe"
For example, to run CONVERGE 4.0.0 on 4 nodes with 4 processing cores per node, you would type
& "C:\Program Files\CONVERGE CFD Bundle\CONVERGE CFD\4.0.0\CONVERGE\x64\bin\mpi\intel64\bin\
mpiexec.exe" -n 16 -ppn 4 "C:\Program Files\CONVERGE CFD Bundle\CONVERGE CFD\4.0.0\CONVERGE\x64\bin\intelmpi\converge.exe"