Skip to content

Commit

Permalink
added oversubscribe to mpirun
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed May 21, 2019
1 parent 5da69a0 commit 0c635a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/sst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ endif()
if(ADIOS2_HAVE_MPI)
add_executable(TestSstBpCompressionLarge TestSstBpCompressionLarge.cpp)
target_link_libraries(TestSstBpCompressionLarge adios2 gtest MPI::MPI_C)
add_test(NAME TestSstBpCompressionLarge COMMAND "mpirun" "-n" "8" $<TARGET_FILE:TestSstBpCompressionLarge>)
add_test(NAME TestSstBpCompressionLarge COMMAND "mpirun" "--oversubscribe" "-n" "8" $<TARGET_FILE:TestSstBpCompressionLarge>)
endif()

0 comments on commit 0c635a2

Please sign in to comment.