Changeset 1498 for trunk


Ignore:
Timestamp:
11/18/19 16:09:09 (4 years ago)
Author:
acosce
Message:

Add header for monitoring job on jeanzay - comment ccc_hsm get on libIGCM_sys_jeanzay -> need to find the command adapted to this computing center

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_monitoring

    r1468 r1498  
    2626#-Q- irene #MSUB -m store,work,scratch 
    2727#-Q- irene set +x 
     28#-Q- jeanzay #!/bin/ksh  
     29#-Q- jeanzay ###################### 
     30#-Q- jeanzay ## JEANZAY    IDRIS ## 
     31#-Q- jeanzay ###################### 
     32#-Q- jeanzay #SBATCH --job-name=MONITORING         # Job Name 
     33#-Q- jeanzay #SBATCH --output=MONITORING.out_%I    # standard output 
     34#-Q- jeanzay #SBATCH --error=MONITORING.out_%I     # error output 
     35#-Q- jeanzay #SBATCH --ntasks=1                    # Number of core 
     36#-Q- jeanzay #SBATCH --hint=nomultithread          # 1 processus MPI par coeur physique (pas d'hyperthreading) 
     37#-Q- jeanzay #SBATCH --time=10:00:00               # Wall clock limit (seconds) 
     38#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
     39#-Q- jeanzay set +x 
    2840#-Q- ada #!/bin/ksh 
    2941#-Q- ada ####################### 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_jeanzay.ksh

    r1496 r1498  
    539539    # USUAL WAY 
    540540    # add 'ccc_hsm get' (to demigrate all offline files) to reduce time of this command : 
    541     ccc_hsm get -r $1 
     541 #trouver la bonne commande sur jeanzay   ccc_hsm get -r $1 
    542542 
    543543    i=0 
     
    655655    if [ -f $2 ] ; then 
    656656      IGCM_debug_Print 1 "$2 already exist" 
    657       ccc_hsm get $2 
     657 #trouver la bonne commande sur jeanzay     ccc_hsm get $2 
    658658      exist=true 
    659659      if [ "X$( diff $1 $2 )" = X ] ; then 
     
    773773    fi 
    774774    eval DEST=\${${#}} 
    775     ccc_hsm get ${dm_liste[*]} > ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 2>&1 
     775 #trouver la bonne commande sur jeanzay   ccc_hsm get ${dm_liste[*]} > ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 2>&1 
    776776    status=$? 
    777777    if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.