Ignore:
Timestamp:
Jul 3, 2024, 7:58:27 PM (2 months ago)
Author:
abarral
Message:

load env in era2gcm_tuto.sh
fix jeanzay detection
minor bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup_amaury/lmdz_env.sh

    r5000 r5006  
    1111  if grep -q "Adastra" /etc/motd; then
    1212    hostname="adastra"
     13  elif which idrquota &> /dev/null; then
     14    hostname="jean-zay"
    1315  else
    1416    hostname=$(hostname)
     
    3638      #   idrproj -d newproj   redefinit "newproj" en tant que  projet actif,
    3739      #        alors $STORE, $WORK etc vont designer les espaces de "newproj")
    38       account=$(idrproj | grep active | awk '{ print $1}')
     40      account="lmd"  # $(idrproj | grep active | awk '{ print $1}') doesn't work on compute nodes
    3941      root_dir="$WORK/LMDZ_Setup";
    4042      ARCH="X64_JEANZAY"
Note: See TracChangeset for help on using the changeset viewer.