Skip to content

Commit

Permalink
merge main into AORSA_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeidler3 committed Aug 22, 2024
2 parents 409c4f1 + bab10b1 commit 1b9052c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ if(USE_PSPLINE)
set_tests_properties (aorsa_test_1 PROPERTIES PROCESSORS 1 ENVIRONMENT OMP_NUM_THREADS=1)
endif()

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)
if(${RANK} LESS_EQUAL ${MPIEXEC_MAX_NUMPROCS})
add_test (NAME egyro_test_${RANK}
Expand Down

0 comments on commit 1b9052c

Please sign in to comment.