Skip to content
Snippets Groups Projects
Unverified Commit 4dc09556 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #290 from chuckatkins/use-4-ranks-on-aaargh

Use 4 MPI ranks on aaargh instead of the default 72
parents a614df11 2b2c4ae3
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ ADIOS2_USE_MPI:STRING=ON
ADIOS2_USE_Python:STRING=ON
ADIOS2_USE_ZFP:STRING=OFF
ADIOS2_USE_ZeroMQ:STRING=ON
MPIEXEC_MAX_NUMPROCS:STRING=4
")
include(${CMAKE_CURRENT_LIST_DIR}/../adios_common.cmake)
......@@ -39,6 +39,8 @@ ADIOS2_USE_MPI:STRING=ON
ADIOS2_USE_Python:STRING=ON
ADIOS2_USE_ZFP:STRING=OFF
ADIOS2_USE_ZeroMQ:STRING=ON
MPIEXEC_MAX_NUMPROCS:STRING=4
")
include(${CMAKE_CURRENT_LIST_DIR}/../adios_common.cmake)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment