We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db95374 commit 95f90d9Copy full SHA for 95f90d9
packages/seacas/libraries/ioss/src/main/CMakeLists.txt
@@ -105,14 +105,17 @@ if (TPL_ENABLE_MPI)
105
set(DECOMP_ARG --rcb)
106
set(JOIN_ARG --compose --netcdf4)
107
set(PJOIN_ARG --compose --netcdf5)
108
+ set(SERIALIZE_ARG "--serialize_io_size=2")
109
set(NPROCS 4)
110
set(NPROCS_BUG 1)
111
else()
112
set(COMPOSE_ARG )
113
+ set(SERIALIZE_ARG )
114
set(NPROCS 1)
115
116
endif()
117
118
119
120
set(JOIN_ARG )
121
set(PJOIN_ARG )
0 commit comments