Ignore:
Timestamp:
06/17/13 08:03:00 (11 years ago)
Author:
mafoipsl
Message:

On curie, define time limit for post-processing jobs : rebuild and pack_output : 10h

  • pack_debug : 1h
  • pack_restart, monitoring and atlas : 2 h
  • TS : 20 h
  • SE : 10 h

On curie, add default project initialisation and usage for TimeSeries_Checker. Necessary for interactive usage of TimeSeries_Checker. Works since ins_job revision 2091.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r863 r880  
    6969# $hostname of the MASTER job 
    7070typeset MASTER=curie 
     71# add default project on curie 
     72typeset DEFAULT_PROJECT=::default_project:: 
    7173 
    7274#D- 
     
    711713  fi 
    712714  typeset status 
    713   MY_PROJECT=$(echo ${BRIDGE_MSUB_PROJECT} | cut -d@ -f1 ) 
     715  MY_PROJECT=$(echo ${BRIDGE_MSUB_PROJECT:=${DEFAULT_PROJECT}} | cut -d@ -f1 ) 
    714716  /usr/bin/ccc_msub -Q normal -A ${MY_PROJECT} -o ${POST_DIR}/${Script_Post_Output}.out -e ${POST_DIR}/${Script_Post_Output}.out ${libIGCM_POST}/$1.job 
    715717  status=$? 
Note: See TracChangeset for help on using the changeset viewer.