Ignore:
Timestamp:
Jul 9, 2024, 9:50:38 AM (2 months ago)
Author:
abarral
Message:

update main.sh default tar
fix ntasks-per-node sed
remove test_ERAfiles_JeanZay.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/lmdz_env.sh

    r5014 r5030  
    112112      LMDZD="$root_dir/LMDZD"  # Where the sources will be downloaded and compiled
    113113      LMDZ_INIT="$root_dir/LMDZ_Init"  # Where to store shared files used for initialisation
    114       NB_MPI_MAX=33  # Max number of MPI cores (only for running simulations)
    115       NB_OMP_MAX=100  # Max number of OMP threads (only for running simulations)
     114      NB_MPI_MAX=2  # Max number of MPI cores (only for running simulations)
     115      NB_OMP_MAX=2  # Max number of OMP threads (only for running simulations)
    116116      NB_CORE_PER_NODE_MAX=0  # Max number of cores per node (real cores, not hyperthreading - only for running simulations, cluster-specific)
    117117      N_HYPERTHREADING=1  # How many hyperthreading threads per physical core
Note: See TracChangeset for help on using the changeset viewer.