Changeset 5388


Ignore:
Timestamp:
Dec 5, 2024, 4:16:10 PM (6 weeks ago)
Author:
abarral
Message:

Add --no-cache to wget to avoid caching issues
Hotfix JZ arch

Location:
BOL/LMDZ_Setup_amaury
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/lmdz_env.sh

    r5372 r5388  
    4242      #        alors $STORE, $WORK etc vont designer les espaces de "newproj")
    4343      account="lmd"  # $(idrproj | grep active | awk '{ print $1}') doesn't work on compute nodes
    44       ARCH="X64_JEANZAY"
     44      ARCH="X64_JEANZAY_PBIOIPSL"
    4545      SIMRUNBASEDIR="$SCRATCH/"
    4646      LMDZD="$root_dir/LMDZD"
  • BOL/LMDZ_Setup_amaury/setup.sh

    r5373 r5388  
    6767  # Fetch and source install_lmdz.sh to get `myget`
    6868  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"
    7070  fi
    7171  # shellcheck disable=SC1090
Note: See TracChangeset for help on using the changeset viewer.