Skip to content

Commit

Permalink
skip hello mpi test as root
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Jul 25, 2024
1 parent 26b0129 commit 130aeba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/hello_mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ if [ -z "${functions_found}" ]; then
fi

checkpetsc

if [ -z "$(which mpirun)" ]; then
exit 77
fi
checkmpirun

for n in 1 2 3 4; do
echo -n "hello_mpi with ${n} ranks ... "
Expand Down

0 comments on commit 130aeba

Please sign in to comment.