Changeset 5177 for BOL


Ignore:
Timestamp:
Sep 9, 2024, 12:13:15 PM (3 months ago)
Author:
abarral
Message:

complete previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/lmdz_env.sh

    r5175 r5177  
    6262      SIMRUNBASEDIR="$SCRATCH/"
    6363      LMDZD="$root_dir/LMDZD"
    64       LMDZ_INIT="$root_dir/LMDZ_Init"
     64      LMDZ_INIT="$HOME/LMDZ_Init"
    6565      NB_MPI_MAX=5
    6666      NB_OMP_MAX=1
     
    9797      SIMRUNBASEDIR="$SCRATCHDIR/"
    9898      LMDZD="$root_dir/LMDZD"
    99       LMDZ_INIT="$root_dir/LMDZ_Init"
     99      LMDZ_INIT="$WORKDIR/LMDZ_Init"
    100100      NB_MPI_MAX=2000
    101101      NB_OMP_MAX=200
     
    111111      SIMRUNBASEDIR="/tmp/SCRATCH/"  # Where the simulations will be executed ($SIMRUNBASEDIR/LMDZ_Setup/...)
    112112      LMDZD="$root_dir/LMDZD"  # Where the sources will be downloaded and compiled
    113       LMDZ_INIT="$root_dir/LMDZ_Init"  # Where to store shared files used for initialisation
     113      LMDZ_INIT="$HOME/LMDZ_Init"  # Where to store shared files used for initialisation. Should be outside the LMDZ_Setup dir since it's shared between several LMDZ_Setup.
    114114      NB_MPI_MAX=2  # Max number of MPI cores (only for running simulations)
    115115      NB_OMP_MAX=2  # Max number of OMP threads (only for running simulations)
Note: See TracChangeset for help on using the changeset viewer.