Skip to content

Commit

Permalink
update LD_LIBRARY_PATH to use local atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle committed Sep 22, 2023
1 parent 45fe8d3 commit 2c51692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ make -j "${NPROC}"

env OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
ATLAS_TRACE=1 ATLAS_DEBUG=1 \
LD_LIBRARY_PATH="${HERE}/lib:${LD_LIBRARY_PATH}" \
ATLAS_DATA_PATH="${HERE}/atlas-data" \
ctest -j "${NPROC}" -V --output-on-failure --test-dir "./orca-jedi"

Expand Down

0 comments on commit 2c51692

Please sign in to comment.