We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1a1b3 commit 5baacc4Copy full SHA for 5baacc4
ci/build-and-test.sh
@@ -55,7 +55,7 @@ ecbuild -S "${HERE}"
55
make -j "${NPROC}"
56
57
env OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
58
- ATLAS_TRACE=1 ATLAS_DEBUG=1 \
+ OOPS_TRACE=1 OOPS_DEBUG=1 \
59
LD_LIBRARY_PATH="${HERE}/lib:${LD_LIBRARY_PATH}" \
60
ATLAS_DATA_PATH="${HERE}/atlas-data" \
61
ctest -j "${NPROC}" -V --output-on-failure --test-dir "./orca-jedi"
0 commit comments