Skip to content

Commit fdaa901

Browse files
committed
LANL/CI: workaround for aocc module
which sets the LD_LIBRARY_PATH to point to a system pmix which is too old for the prte used by main and v5.0.x. Signed-off-by: Howard Pritchard <[email protected]>
1 parent fefae1a commit fdaa901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ test:amd:
221221
- ls
222222
- module load aocc/3.0.0
223223
- export PATH=$PWD/install_test/bin:$PATH
224+
- export LD_LIBRARY_PATH=$PWD/install_test/lib:$LD_LIBRARY_PATH
224225
- which mpirun
225226
- cd examples
226227
- mpirun -np 4 hostname

0 commit comments

Comments
 (0)