Ignore:
Timestamp:
02/20/24 14:44:49 (5 months ago)
Author:
aclsce
Message:

Modified to add the functionality to run many instances in concurrent mode.
Only available on Irene SKL with slurm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_concurrent/AA_job

    r1619 r1628  
    3535#-Q- irene #MSUB -c ::openMPthreads::  # Number of openMP threads. To specify only for SMPD 
    3636#-Q- irene #MSUB -x                    # exclusive node. To specify only for MPMD together with the one below 
     37#-Q- irene #MSUB -N ::NodeNumber:: 
    3738#-Q- irene #MSUB -E '--cpu_bind=none' 
    3839#-Q- irene #MSUB -T ::WallTime::              # Wall clock limit (seconds) 
     
    547548          typeset RET 
    548549          RUN_DATE_BEGIN=$( date '+%Y-%m-%dT%H:%M:%S' ) 
     550          if [ -f EXECUTION.exe ] ; then 
     551             cat EXECUTION.exe 
     552             ./EXECUTION.exe 
     553             IGCM_sys_Cd ${RUN_DIR} 
     554          else 
    549555          ${EXECUTION}  >> ${Exe_Output} 2>&1 
     556          fi 
    550557          RET=$? 
    551558          RUN_DATE_END=$( date '+%Y-%m-%dT%H:%M:%S' ) 
     
    583590  echo "#######################################" 
    584591  echo 
     592  if [ -f EXECUTION.exe ] ; then 
     593        echo "Main DIR" 
    585594  ls -lrt 
     595        echo "2nd RUNDIR" 
     596        ls -lrt RUNDIR_2 
     597  else 
     598        ls -lrt 
     599  fi 
    586600 
    587601  #D- 
Note: See TracChangeset for help on using the changeset viewer.