Skip to content

Commit dd656b5

Browse files
committed
lanl/ci: workaround for xlc builds
For some reason the ci builds on ibm nodes (with xl) need help with finding the pmix libraries installed as part of the build. Add the library install path to LD_LIBRARY_PATH as a workaround Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 4e8bc42 commit dd656b5

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
@@ -174,6 +174,7 @@ test:ibm:
174174
- ls
175175
- module load ibm
176176
- export PATH=$PWD/install_test/bin:$PATH
177+
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install_test/lib
177178
- which mpirun
178179
- pushd examples
179180
- mpirun -np 4 hostname

0 commit comments

Comments
 (0)