Changeset 354 for tags


Ignore:
Timestamp:
09/17/10 16:25:50 (14 years ago)
Author:
mmaipsl
Message:

First test with mercure-old. Not verified yet !
I will commit modipsl/util/mod.def file and send an email when it is OK.

Location:
tags/libIGCM_v1_8-old
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v1_8-old/AA_rebuild_fromArchive

    r330 r354  
    125125 
    126126#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer. 
    127 MASTER=${MASTER:=mercure|titane|brodie|vargas} 
     127MASTER=${MASTER:=mercure-old|titane|brodie|vargas} 
    128128 
    129129#D- Do we rebuild parallel output from archive or from ${BIGDIR} 
  • tags/libIGCM_v1_8-old/AA_rebuild_fromWorkdir

    r330 r354  
    126126 
    127127#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer. 
    128 MASTER=${MASTER:=mercure|titane|brodie|vargas} 
     128MASTER=${MASTER:=mercure-old|titane|brodie|vargas} 
    129129 
    130130#D- Do we rebuild parallel output from archive or from ${BIGDIR} 
  • tags/libIGCM_v1_8-old/libIGCM_sys/libIGCM_sys.ksh

    r316 r354  
    5151        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ulam.ksh;; 
    5252 
    53     mercure) 
    54         echo "sys source mercure frontend TX7 IA-64 lib." 
    55         . ${libIGCM}/libIGCM_sys/libIGCM_sys_mercureTX.ksh;; 
    56  
    57     mercure0?) 
     53    mercure|mercure0?) 
    5854        echo "sys source mercure frontend X-64 lib." 
    5955        . ${libIGCM}/libIGCM_sys/libIGCM_sys_mercure.ksh;; 
  • tags/libIGCM_v1_8-old/libIGCM_sys/libIGCM_sys_mercurex8.ksh

    r288 r354  
    7373typeset  LOGIN=${LOGIN:=$( whoami )} 
    7474# $hostname of the MASTER job 
    75 typeset -r MASTER=mercure 
     75typeset -r MASTER=mercure-old 
    7676 
    7777#D- 
     
    229229    fi 
    230230 
    231     ssh mercure /bin/ksh <<-EOF 
     231    ssh mercure-old /bin/ksh <<-EOF 
    232232    export LOGIN=${LOGIN} 
    233233    export config_UserChoices_JobName=${config_UserChoices_JobName} 
  • tags/libIGCM_v1_8-old/libIGCM_sys/libIGCM_sys_mercurex9.ksh

    r323 r354  
    7373typeset  LOGIN=${LOGIN:=$( whoami )} 
    7474# $hostname of the MASTER job 
    75 typeset -r MASTER=mercure 
     75typeset -r MASTER=mercure-old 
    7676 
    7777#D- 
     
    199199    i=0 
    200200    while [ $i -ne $NB_ESSAI ] ; do 
    201         ssh -t mercure01 ssh cesium /bin/ksh <tmp_IGCM_sys_RshPost_$$ 
     201        ssh -t mercure-old ssh cesium /bin/ksh <tmp_IGCM_sys_RshPost_$$ 
    202202        status=$? 
    203203        if [ ${status} -ne 0 ]; 
Note: See TracChangeset for help on using the changeset viewer.