Skip to content
Snippets Groups Projects

Use 4 MPI ranks on aaargh instead of the default 72

Merged Podhorszki, Norbert requested to merge github/fork/chuckatkins/use-4-ranks-on-aaargh into master
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -39,6 +39,8 @@ ADIOS2_USE_MPI:STRING=ON
@@ -39,6 +39,8 @@ ADIOS2_USE_MPI:STRING=ON
ADIOS2_USE_Python:STRING=ON
ADIOS2_USE_Python:STRING=ON
ADIOS2_USE_ZFP:STRING=OFF
ADIOS2_USE_ZFP:STRING=OFF
ADIOS2_USE_ZeroMQ:STRING=ON
ADIOS2_USE_ZeroMQ:STRING=ON
 
 
MPIEXEC_MAX_NUMPROCS:STRING=4
")
")
include(${CMAKE_CURRENT_LIST_DIR}/../adios_common.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../adios_common.cmake)
Loading