New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12133 for utils/CI/sette/sette.sh – NEMO

Ignore:
Timestamp:
2019-12-10T11:42:21+01:00 (4 years ago)
Author:
acc
Message:

Branch 2019/dev_r11613_ENHANCE-04_namelists_as_internalfiles. Merge in trunk changes from 11943 to 12072 in preparation for 2019 merge. Sette tested GYRE_PISCES only. Full SETTE to follow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette.sh

    r11161 r12133  
    5757while [[ $NRUN -ne 0 && $nit -le 1080 ]]; do 
    5858   nit=$((nit+1)) 
    59    NRUN=$( ${BATCH_STAT} | grep nemo_sette | wc -l )  
     59   NRUN=$( ${BATCH_STAT} | grep run_job | wc -l )  
    6060   if [[ $NRUN -ne 0 ]]; then  
    61       printf "%-3d %s\r" $NRUN 'nemo_sette run still in queue or running ...'; 
     61      printf "%-3d %s\r" $NRUN 'run_job run still in queue or running ...'; 
    6262   else 
    6363      printf "%-50s\n" " " 
Note: See TracChangeset for help on using the changeset viewer.