Ignore:
Timestamp:
Jun 26, 2024, 2:16:21 PM (3 months ago)
Author:
abarral
Message:

(WIP) update JEANZAY lmdz_env
fix ecrad data path
run model compilation in a dedicated job
fix Adastra missing --ntasks-per-node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/lmdz_env.sh

    r4993 r4995  
    1919  case ${hostname:0:5} in
    2020    jean-)
    21       ARCH="X64_JEANZAY"
    2221      module purge
    2322      compilo=19.0.4 # available 2013.0, 2017.2
     
    3837      #        alors $STORE, $WORK etc vont designer les espaces de "newproj")
    3938      account=$(idrproj | grep active | awk '{ print $1}')
    40       SUBMITCMD="sbatch -A $account@cpu "
    41       RUNCMD="srun --label -n"
    42       # Espaces suivants definis par defaut en fonction du groupe actif,
    43       #  par exemple : SCRATCHD=$SCRATCH is /gpfsstore/rech/$groupe/$login
    44                   #    * On peut aussi ne pas installer les scripts a la racine de STORE,
    45                   #        mais dans STORED=$STORE/your_folder
    46       SIMRUNBASEDIR="$SCRATCH/LMDZ_Setup"
    47       LMDZD=$WORK
     39      root_dir="$WORK/LMDZ_Setup";
     40      ARCH="X64_JEANZAY"
     41      SIMRUNBASEDIR="$SCRATCH/"
     42      LMDZD="$root_dir/LMDZD"
     43      LMDZ_INIT="$root_dir/LMDZ_Init"
    4844      NB_MPI_MAX=2000
    4945      NB_OMP_MAX=20
    50       #LMDZ_Init sur le $STORE du $groupe
    51       LMDZ_INIT=$STORE/LMDZ_Init
     46      RUNCMD="srun --label -n"
     47      SUBMITCMD="sbatch -A $account@cpu"
    5248      ;;
    5349    spiri)
Note: See TracChangeset for help on using the changeset viewer.