Skip to content

Commit 84c343f

Browse files
author
Nesterov Alexander
committed
Added flag for cmake 5
1 parent 5d3a8d5 commit 84c343f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ for file in $FILES_MPI; do
44
echo "--------------------------------"
55
echo $(basename $file)
66
echo "--------------------------------"
7-
mpirun -np 4 $file
7+
mpirun -np 2 $file
88
done
99

1010
FILES_OMP="build/bin/*_omp"

0 commit comments

Comments
 (0)