Ignore:
Timestamp:
Nov 2, 2021, 11:24:08 AM (3 years ago)
Author:
Ehouarn Millour
Message:

Code cleanup. Remove obsolete "dyn3dpar" dynamics and make dyn3dmem the default parallel core in the maklmdz[_fcm] scripts.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r3996 r3997  
    3030chimie=false
    3131parallel=none
    32 paramem="par"
     32paramem="mem"
    3333compil_mod=prod
    3434io=ioipsl
     
    118118[-cpp CPP_KEY]             : additional preprocessing definitions
    119119[-adjnt]                   : adjoint model, not operational ...
    120 [-mem]                     : reduced memory dynamics (if in parallel mode)
     120[-mem]                     : reduced memory dynamics (obsolete flag; always on in parallel mode)
    121121[-filtre NOMFILTRE]        : use filtre from libf/NOMFILTRE (default: filtrez)
    122122[-link LINKS]              : additional links with other libraries
     
    213213     
    214214      "-mem")
     215          echo "option -mem is obsolete (now always on in parallel)"
    215216          paramem="mem" ; shift ;;
    216217
Note: See TracChangeset for help on using the changeset viewer.