Skip to content

Commit 0e51b7c

Browse files
authored
Merge pull request #11260 from hppritcha/lanl_ci_fix_for_aocc_module
LANL/CI: workaround for aocc module
2 parents 7712efa + fdaa901 commit 0e51b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)