Ignore:
Timestamp:
04/25/23 14:26:44 (15 months ago)
Author:
ssenesi
Message:

merge branch libIGCM_CESMEP with trunk that handles RedHat8 on Irene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_CESMEP/AA_create_ts

    r1554 r1585  
    7070#-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $postProcessingStopLevel ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $POST_DIR ; $Script_Post_Output ; $MASTER ; $RebuildFrequency ; $DateBegin ; $PeriodDateEnd ; $StandAlone ; $CompletedFlag ; $TsTask ; $CompToRead ; $FlagToRead ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; $RESOL_SBG ; wall_clock_limit=$(wall_clock_limit) 
    7171#-Q- ada # @ queue 
    72 #-Q- lxiv8 ###################### 
    73 #-Q- lxiv8 ## OBELIX      LSCE ## 
    74 #-Q- lxiv8 ###################### 
    75 #-Q- lxiv8 #PBS -N TS 
    76 #-Q- lxiv8 #PBS -m a 
    77 #-Q- lxiv8 #PBS -j oe 
    78 #-Q- lxiv8 #PBS -q medium 
    79 #-Q- lxiv8 #PBS -o TS.$$ 
    80 #-Q- lxiv8 #PBS -S /bin/ksh 
     72#-Q- obelix ###################### 
     73#-Q- obelix ## OBELIX      LSCE ## 
     74#-Q- obelix ###################### 
     75#-Q- obelix #PBS -N TS 
     76#-Q- obelix #PBS -m a 
     77#-Q- obelix #PBS -j oe 
     78#-Q- obelix #PBS -q medium 
     79#-Q- obelix #PBS -o TS.$$ 
     80#-Q- obelix #PBS -S /bin/ksh 
     81#-Q- mesoipsl #!/bin/ksh 
     82#-Q- mesoipsl ###################### 
     83#-Q- mesoipsl ## MESO ESPRI IPSL  ## 
     84#-Q- mesoipsl ###################### 
     85#-Q- mesoipsl #SBATCH --job-name=TS         # Job Name 
     86#-Q- mesoipsl #SBATCH --output=TS.out_%I    # standard output 
     87#-Q- mesoipsl #SBATCH --error=TS.out_%I     # error output 
     88#-Q- mesoipsl #SBATCH -N  1                        # Number of core 
     89#-Q- mesoipsl #SBATCH --time=10:00:00       # Wall clock limit (seconds) 
    8190#-Q- ifort_CICLAD ###################### 
    8291#-Q- ifort_CICLAD ##   CICLAD    IPSL ## 
     
    824833if ( [ X${TsTask} = X2D ] || [ X${TsTask} = X3D ] || [ X${TsTask} = X ] ) ; then 
    825834  # From 2D and 3D it is the last one to finish that will submit the monitoring. 
    826   if [ ! "X$( grep "IGCM_sys_RmRunDir" ${POST_DIR}/create_ts.${PeriodDateEnd}.[23]D.out 2> /dev/null )" = "X" ] ; then 
     835  if ( [ $( ls ${POST_DIR}/create_ts.${PeriodDateEnd}.[23]D.out | wc -l ) = 1 ] || [ ! "X$( grep "IGCM_sys_RmRunDir" ${POST_DIR}/create_ts.${PeriodDateEnd}.[23]D.out 2> /dev/null )" = "X" ] ) ; then 
    827836    Script_Post_Output=monitoring.${PeriodDateEnd} 
    828837    IGCM_sys_QsubPost monitoring 
     
    832841  fi 
    833842fi 
    834  
    835843#D- 
    836844# -------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.