Skip to content

Commit

Permalink
Update run.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesterov Alexander authored Jan 13, 2020
1 parent 79f958a commit 540e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for /r "." %%a in (build\bin\*_mpi.exe) do (
echo -------------------------------------
echo %%~na
echo -------------------------------------
for /l %%x in (1, 1, 3) do (
for /l %%x in (1, 1, 1) do (
mpiexec -np 4 %%~fa || exit /b 1
)
)

0 comments on commit 540e7ca

Please sign in to comment.