Changeset 5388
- Timestamp:
- Dec 5, 2024, 4:16:10 PM (6 weeks ago)
- Location:
- BOL/LMDZ_Setup_amaury
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup_amaury/lmdz_env.sh
r5372 r5388 42 42 # alors $STORE, $WORK etc vont designer les espaces de "newproj") 43 43 account="lmd" # $(idrproj | grep active | awk '{ print $1}') doesn't work on compute nodes 44 ARCH="X64_JEANZAY "44 ARCH="X64_JEANZAY_PBIOIPSL" 45 45 SIMRUNBASEDIR="$SCRATCH/" 46 46 LMDZD="$root_dir/LMDZD" -
BOL/LMDZ_Setup_amaury/setup.sh
r5373 r5388 67 67 # Fetch and source install_lmdz.sh to get `myget` 68 68 if [[ ! -f "install_lmdz.sh" ]]; then 69 wget "http://svn.lmd.jussieu.fr/LMDZ/BOL/script_install/install_lmdz.sh"69 wget ---no-cache "http://svn.lmd.jussieu.fr/LMDZ/BOL/script_install/install_lmdz.sh" 70 70 fi 71 71 # shellcheck disable=SC1090
Note: See TracChangeset
for help on using the changeset viewer.