New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 4624 for trunk/NEMOGCM/ARCH/arch-XC_ARCHER.fcm – NEMO

Ignore:
Timestamp:
2014-04-28T14:09:03+02:00 (10 years ago)
Author:
acc
Message:

#1305. Fix slow start-up problems on some systems by introducing and using lwm logical to restrict output of merged namelists to the first (or only) processor. lwm is true only on the first processor regardless of ln_ctl. Small changes to all flavours of nemogcm.F90 are also required to write namctl and namcfg after the call to mynode which now opens output.namelist.dyn and writes nammpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/ARCH/arch-XC_ARCHER.fcm

    r4338 r4624  
    3131%NCDF_HOME           $NETCDF_DIR 
    3232%HDF5_HOME           $HDF5_DIR 
    33 %XIOS_HOME           /work/n01/n01/acc/XIOS 
     33%XIOS_HOME           /work/n01/n01/acc/XIOS_r474 
    3434#OASIS_HOME           
    3535 
     
    4444#FCFLAGS             -em -s integer32 -s real64 -O3 
    4545#FFLAGS              -em -s integer32 -s real64 -O3 
    46 %FCFLAGS             -em -s integer32 -O0 -R b -s real64 -e0 -eZ 
    47 %FFLAGS              -em -s integer32 -O0 -R b -s real64 -e0 -eZ 
     46%FCFLAGS             -em -s integer32 -s real64 -O0 -e0 -eZ 
     47%FFLAGS              -em -s integer32 -s real64 -O0 -e0 -eZ 
    4848%LD                  CC -Wl,"--allow-multiple-definition" 
    4949%FPPFLAGS            -P -C -traditional 
Note: See TracChangeset for help on using the changeset viewer.