Ignore:
Timestamp:
04/19/18 15:00:45 (6 years ago)
Author:
jgipsl
Message:

Correction for irene. Now save the text output of post-processing jobs.

File:
1 edited

Legend:

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

    r1440 r1441  
    6868typeset LOGIN=${LOGIN:=$( whoami )} 
    6969# $hostname of the MASTER job 
    70 typeset MASTER=curie 
     70typeset MASTER=irene 
    7171# add default project on curie 
    7272typeset PROJECT=$(echo ${BRIDGE_MSUB_PROJECT:=gen0826} | cut -d@ -f1 ) 
     
    441441  fi 
    442442  typeset options status 
    443  
    444   # EASIER TO DO THIS INSTEAD OF DUPLICATING libIGCM_sys_curie.ksh 
    445   case $( hostname -s ) in 
    446   curie*) 
    447     options="-Q normal -A ${PROJECT} -o ${POST_DIR}/${Script_Post_Output}.out -e ${POST_DIR}/${Script_Post_Output}.out";; 
    448   airain*) 
    449     options="-q ivybridge -A dsm -o ${POST_DIR}/${Script_Post_Output}.out -e ${POST_DIR}/${Script_Post_Output}.out" 
    450   esac 
     443  options="-Q normal -A ${PROJECT} -o ${POST_DIR}/${Script_Post_Output}.out -e ${POST_DIR}/${Script_Post_Output}.out" 
    451444 
    452445  /usr/bin/ccc_msub ${options} ${libIGCM_POST}/$1.job > ${OUTCOMMAND_PATH}/out_command_${LOGIN}.$$ 2>&1 
Note: See TracChangeset for help on using the changeset viewer.