Skip to content

Commit 5baacc4

Browse files
committed
turn off atlas log spam
1 parent 4b1a1b3 commit 5baacc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-and-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ecbuild -S "${HERE}"
5555
make -j "${NPROC}"
5656

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

0 commit comments

Comments
 (0)