Skip to content

Commit 3c979a4

Browse files
anton-seaiceminghangli-uni
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 f81ccca commit 3c979a4

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
@@ -310,24 +310,24 @@ MED_modelio::
310310
diro = ./log
311311
logfile = med.log
312312
pio_async_interface = .false.
313-
pio_netcdf_format = 64bit_offset
314-
pio_numiotasks = -99
313+
pio_netcdf_format = nothing
314+
pio_numiotasks = 4
315315
pio_rearranger = 2
316316
pio_root = 1
317-
pio_stride = 48
318-
pio_typename = netcdf
317+
pio_stride = 1
318+
pio_typename = netcdf4p
319319
::
320320

321321
ATM_modelio::
322322
diro = ./log
323323
logfile = atm.log
324324
pio_async_interface = .false.
325-
pio_netcdf_format = 64bit_offset
326-
pio_numiotasks = -99
325+
pio_netcdf_format = nothing
326+
pio_numiotasks = 1
327327
pio_rearranger = 1
328328
pio_root = 1
329-
pio_stride = 48
330-
pio_typename = netcdf
329+
pio_stride = 1
330+
pio_typename = netcdf4p
331331
::
332332

333333
ICE_modelio::
@@ -337,8 +337,8 @@ ICE_modelio::
337337
pio_netcdf_format = nothing
338338
pio_numiotasks = 1
339339
pio_rearranger = 1
340-
pio_root = 0
341-
pio_stride = 48
340+
pio_root = 1
341+
pio_stride = 1
342342
pio_typename = netcdf4p
343343
::
344344

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

369369
DRV_modelio::

0 commit comments

Comments
 (0)