Changeset 5568 for BOL


Ignore:
Timestamp:
Mar 4, 2025, 7:47:57 PM (5 months ago)
Author:
asima
Message:

Remove "$RUNBASHCMD" in the command for running $rebuild.
While there's no problem when RUNBASHCMD="bash" ,
that makes reb.sh crash on Jean-Zay, where
RUNBASHCMD="srun -A $account@cpu --label -n 1 -c"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/reb.sh

    r5543 r5568  
    5454ulimit -s unlimited
    5555if [[ -f ${type}_0000.nc ]]; then
    56   $RUNBASHCMD $rebuild -o ${type}.$ym.nc ${type}_[0-9][0-9][0-9][0-9].nc
     56  $rebuild -o ${type}.$ym.nc ${type}_[0-9][0-9][0-9][0-9].nc
    5757else
    5858  echo "${type}_0000.nc absent"
Note: See TracChangeset for help on using the changeset viewer.