Skip to content

Commit f527dc7

Browse files
authored
remove which
1 parent 54bf556 commit f527dc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

recipe/run_test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ if [[ $PKG_NAME == "openmpi" ]]; then
2222
fi
2323

2424
command -v mpiexec
25-
# try to avoid strange segfault
26-
if [[ "$target_platform" != "linux-aarch64" ]]; then
27-
which mpiexec
28-
fi
2925
$MPIEXEC --help
3026
$MPIEXEC -n 4 ./helloworld.sh
3127
fi

0 commit comments

Comments
 (0)