Changeset 3997


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

Location:
LMDZ6/trunk
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r3996 r3997  
    1919chimie=false
    2020parallel=none
    21 paramem="par"
     21paramem="mem"
    2222compil_mod=prod
    2323io=ioipsl
     
    132132[-cpp CPP_KEY]             : additional preprocessing definitions
    133133[-adjnt]                   : adjoint model, not operational ...
    134 [-mem]                     : reduced memory dynamics (if in parallel mode)
     134[-mem]                     : reduced memory dynamics (obsolete flag; always on in parallel mode)
    135135[-filtre NOMFILTRE]        : use filtre from libf/NOMFILTRE (default: filtrez)
    136136[-full]                    : Full (re)compilation (from scratch)
     
    207207     
    208208      "-mem")
     209          echo "option -mem is obsolete (now always on in parallel)"
    209210          paramem="mem" ; shift ;;
    210211
  • 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.