Skip to content

Commit be51c87

Browse files
author
Nesterov Alexander
committed
update github actions
1 parent ccede6f commit be51c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ for /r "." %%a in (build\bin\*_mpi.exe) do (
3333
echo %%~na
3434
echo -------------------------------------
3535
for /l %%x in (1, 1, 1) do (
36-
mpiexec -np 4 %%~fa || exit /b 1
36+
"C:\Program Files\Microsoft MPI\Bin\mpiexec.exe" -np 4 %%~fa || exit /b 1
3737
)
3838
)

0 commit comments

Comments
 (0)