We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--without-openmpi
1 parent 4bfccfc commit 41b3281Copy full SHA for 41b3281
1 file changed
t/sharness.d/00-setup.sh.in
@@ -1,2 +1,4 @@
1
-PATH=@OMPI_PREFIX@/bin:$PATH
+if [ -n "@OMPI_PREFIX@" ]; then
2
+ PATH=@OMPI_PREFIX@/bin:$PATH
3
+fi
4
PATH=@FLUX_PREFIX@/bin:$PATH
0 commit comments