|
<< Click to Display Table of Contents >> Navigation: Workflow for a CONVERGE CFD Simulation > Running CONVERGE on Windows > Windows with Intel MPI |
Before submitting a job, enter
mpivars.bat
to run the Intel MPI setup script using PowerShell. Then, enter
& "C:\Program Files\Convergent Science\CONVERGE CFD\<version>\CONVERGE\x64\bin\mpi\intel64\
bin\mpiexec.exe" -n <number of processes> -ppn <number of processes per
node> "C:\Program Files\Convergent Science\CONVERGE CFD\<version>\CONVERGE\x64\bin\intelmpi\converge.exe"
For example, to run CONVERGE 5.0.0 on 4 nodes with 4 processing cores per node, you would type
& "C:\Program Files\Convergent Science\CONVERGE CFD\5.0.0\CONVERGE\x64\bin\mpi\intel64\bin\
mpiexec.exe" -n 16 -ppn 4 "C:\Program Files\Convergent Science\CONVERGE CFD\5.0.0\CONVERGE\x64\bin\intelmpi\converge.exe"