From 9fdc27d8a6601cf685e4a03f6b48bdb8db4d21d7 Mon Sep 17 00:00:00 2001 From: mbeidler3 Date: Thu, 31 Oct 2024 13:13:18 -0400 Subject: [PATCH] removing rank_16 and trying to removing JOB_COUNT --- ci_stub/onyx_job_test_cpu.sh | 2 +- ci_stub/onyx_job_test_gpu.sh | 2 +- test/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci_stub/onyx_job_test_cpu.sh b/ci_stub/onyx_job_test_cpu.sh index 76ea46e8..edeed8bd 100755 --- a/ci_stub/onyx_job_test_cpu.sh +++ b/ci_stub/onyx_job_test_cpu.sh @@ -4,5 +4,5 @@ env | grep JOB_COUNT JOB_COUNT=1 -cd ./KORC/build_cpu && ctest -j ${JOB_COUNT:-1} --output-on-failure +cd ./KORC/build_cpu && ctest -j --output-on-failure diff --git a/ci_stub/onyx_job_test_gpu.sh b/ci_stub/onyx_job_test_gpu.sh index 243daf4d..ba57b941 100755 --- a/ci_stub/onyx_job_test_gpu.sh +++ b/ci_stub/onyx_job_test_gpu.sh @@ -6,7 +6,7 @@ JOB_COUNT=1 pushd ./KORC/build_gpu >/dev/null -ctest -j ${JOB_COUNT:-1} --output-on-failure +ctest -j --output-on-failure pushd ./bin >/dev/null diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 97ac0543..d72a8852 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -33,7 +33,7 @@ configure_file(${CMAKE_SOURCE_DIR}/test/mars/korc_mars.sh.in ${CMAKE_BINARY_DIR} file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/egyro_test) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/mars_test) -foreach(RANK IN ITEMS 1 2 4 8 16) +foreach(RANK IN ITEMS 1 2 4 8) #16) if(${RANK} LESS_EQUAL ${MPIEXEC_MAX_NUMPROCS}) add_test (NAME egyro_test_${RANK} COMMAND ${CMAKE_BINARY_DIR}/egyro_test/korc_egyro.sh ${RANK}