Skip to content

Commit

Permalink
testsuite: put flux bin before ompi bin
Browse files Browse the repository at this point in the history
Problem: the test suite pushed the ompi bin directory in front
of the flux bin directory, but when ompi is installed as a system
package, this places /usr/bin in front of a possibly side installed
flux-core path.

This was noted to be the case on LLNL's lassen system.

Place the flux path in front of the ompi path when setting
up sharness test paths.

This was first noted in flux-framework#85.
  • Loading branch information
garlick committed Jun 21, 2023
1 parent 5201666 commit 8ec8e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/sharness.d/00-setup.sh.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PATH=@FLUX_PREFIX@/bin:$PATH
PATH=@OMPI_PREFIX@/bin:$PATH
PATH=@FLUX_PREFIX@/bin:$PATH

0 comments on commit 8ec8e1b

Please sign in to comment.