We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccede6f commit be51c87Copy full SHA for be51c87
scripts/run.bat
@@ -33,6 +33,6 @@ for /r "." %%a in (build\bin\*_mpi.exe) do (
33
echo %%~na
34
echo -------------------------------------
35
for /l %%x in (1, 1, 1) do (
36
- mpiexec -np 4 %%~fa || exit /b 1
+ "C:\Program Files\Microsoft MPI\Bin\mpiexec.exe" -np 4 %%~fa || exit /b 1
37
)
38
0 commit comments