From feec86e0e739416375938af03bbdfa6b6bfe93dd Mon Sep 17 00:00:00 2001 From: mbeidler3 Date: Wed, 6 Nov 2024 15:21:29 -0500 Subject: [PATCH] removing -j from ctest in agate.yml --- .github/workflows/agate.yml | 2 +- test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agate.yml b/.github/workflows/agate.yml index b1e22060..ee2ffbf0 100644 --- a/.github/workflows/agate.yml +++ b/.github/workflows/agate.yml @@ -86,7 +86,7 @@ jobs: cd ./KORC ./build.sh - cd ./build && ctest -j ${{ steps.cpu-cores.outputs.count }} --output-on-failure + cd ./build && ctest --output-on-failure - name: Show Cache if: failure() diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 873d5e40..4708dff0 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -35,7 +35,7 @@ file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/egyro_test) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/mars_test) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/aorsa_test) -foreach(RANK IN ITEMS 1 2 4 8) #16) +foreach(RANK IN ITEMS 1 2 4 8) if(${RANK} LESS_EQUAL ${MPIEXEC_MAX_NUMPROCS}) add_test (NAME egyro_test_${RANK} COMMAND ${CMAKE_BINARY_DIR}/egyro_test/korc_egyro.sh ${RANK}