Skip to content

Commit 4543feb

Browse files
authored
Change test np back to 2. (#113)
1 parent 4ed700c commit 4543feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ macro(setup_test)
5050
file(MAKE_DIRECTORY ${CURRENT_TEST_BINARY_DIR})
5151
file(GLOB TEST_FILES "${CURRENT_TEST_SOURCE_DIR}/*")
5252
file(COPY ${TEST_FILES} DESTINATION "${CURRENT_TEST_BINARY_DIR}/")
53-
set(TEST_NP 4)
53+
set(TEST_NP 2)
5454
set(MPI_COMMANDS "${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${TEST_NP} ${MPIEXEC_PREFLAGS}")
5555
if(AMReX_CUDA OR AMReX_HIP OR AMReX_SYCL)
5656
set(FCOMPARE_TOLERANCE "-r 1e-10 --abs_tol 1.0e-12")

0 commit comments

Comments
 (0)