- Timestamp:
- Sep 9, 2024, 12:13:15 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup_amaury/lmdz_env.sh
r5175 r5177 62 62 SIMRUNBASEDIR="$SCRATCH/" 63 63 LMDZD="$root_dir/LMDZD" 64 LMDZ_INIT="$ root_dir/LMDZ_Init"64 LMDZ_INIT="$HOME/LMDZ_Init" 65 65 NB_MPI_MAX=5 66 66 NB_OMP_MAX=1 … … 97 97 SIMRUNBASEDIR="$SCRATCHDIR/" 98 98 LMDZD="$root_dir/LMDZD" 99 LMDZ_INIT="$ root_dir/LMDZ_Init"99 LMDZ_INIT="$WORKDIR/LMDZ_Init" 100 100 NB_MPI_MAX=2000 101 101 NB_OMP_MAX=200 … … 111 111 SIMRUNBASEDIR="/tmp/SCRATCH/" # Where the simulations will be executed ($SIMRUNBASEDIR/LMDZ_Setup/...) 112 112 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 initialisation113 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. 114 114 NB_MPI_MAX=2 # Max number of MPI cores (only for running simulations) 115 115 NB_OMP_MAX=2 # Max number of OMP threads (only for running simulations)
Note: See TracChangeset
for help on using the changeset viewer.