Skip to content

Commit 95f90d9

Browse files
committed
IOSS: Add back serialize test
1 parent db95374 commit 95f90d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/seacas/libraries/ioss/src/main/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,17 @@ if (TPL_ENABLE_MPI)
105105
set(DECOMP_ARG --rcb)
106106
set(JOIN_ARG --compose --netcdf4)
107107
set(PJOIN_ARG --compose --netcdf5)
108+
set(SERIALIZE_ARG "--serialize_io_size=2")
108109
set(NPROCS 4)
109110
set(NPROCS_BUG 1)
110111
else()
111112
set(COMPOSE_ARG )
113+
set(SERIALIZE_ARG )
112114
set(NPROCS 1)
113115
set(NPROCS_BUG 1)
114116
endif()
115117
else()
118+
set(SERIALIZE_ARG )
116119
set(COMPOSE_ARG )
117120
set(JOIN_ARG )
118121
set(PJOIN_ARG )

0 commit comments

Comments
 (0)