Skip to content

Commit b4345d0

Browse files
anton-seaicedougiesquire
authored andcommitted
The new build uses openmpi4.1.7, which fixes some bugs preventing parallel reads over symlinks. This allows use of parallelio netcdf4 option, even though at this resolution for most components we will still only use one PE for IO.
1 parent b1e4ab8 commit b4345d0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

nuopc.runconfig

+17-17
Original file line numberDiff line numberDiff line change
@@ -311,24 +311,24 @@ MED_modelio::
311311
diro = ./log
312312
logfile = med.log
313313
pio_async_interface = .false.
314-
pio_netcdf_format = 64bit_offset
315-
pio_numiotasks = -99
314+
pio_netcdf_format = nothing
315+
pio_numiotasks = 4
316316
pio_rearranger = 2
317317
pio_root = 1
318-
pio_stride = 48
319-
pio_typename = netcdf
318+
pio_stride = 1
319+
pio_typename = netcdf4p
320320
::
321321

322322
ATM_modelio::
323323
diro = ./log
324324
logfile = atm.log
325325
pio_async_interface = .false.
326-
pio_netcdf_format = 64bit_offset
327-
pio_numiotasks = -99
326+
pio_netcdf_format = nothing
327+
pio_numiotasks = 1
328328
pio_rearranger = 1
329329
pio_root = 1
330-
pio_stride = 48
331-
pio_typename = netcdf
330+
pio_stride = 1
331+
pio_typename = netcdf4p
332332
::
333333

334334
ICE_modelio::
@@ -338,8 +338,8 @@ ICE_modelio::
338338
pio_netcdf_format = nothing
339339
pio_numiotasks = 1
340340
pio_rearranger = 1
341-
pio_root = 0
342-
pio_stride = 48
341+
pio_root = 1
342+
pio_stride = 1
343343
pio_typename = netcdf4p
344344
::
345345

@@ -358,13 +358,13 @@ OCN_modelio::
358358
ROF_modelio::
359359
diro = ./log
360360
logfile = rof.log
361-
pio_async_interface = .false. #not used
362-
pio_netcdf_format = 64bit_offset #not used
363-
pio_numiotasks = -99 #not used
364-
pio_rearranger = 2 #not used
365-
pio_root = 1 #not used
366-
pio_stride = 48 #not used
367-
pio_typename = netcdf #not used
361+
pio_async_interface = .false.
362+
pio_netcdf_format = nothing
363+
pio_numiotasks = 1
364+
pio_rearranger = 2
365+
pio_root = 1
366+
pio_stride = 1
367+
pio_typename = netcdf4p
368368
::
369369

370370
DRV_modelio::

0 commit comments

Comments
 (0)