Ignore:
Timestamp:
03/07/12 10:39:55 (12 years ago)
Author:
mafoipsl
Message:

First try to merge libIGCM_MPI_OpenMP branch with libIGCM trunk revision 569. Tested on vargas with PackFrequency?=NONE included into config.card.

Location:
branches/libIGCM_MPI_OpenMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP

  • branches/libIGCM_MPI_OpenMP/AA_monitoring

    r563 r571  
    9999#-Q- titane ###################### 
    100100#-Q- titane #MSUB -r MONITORING     # Nom du job                 
    101 #-Q- titane #MSUB -N 1              # Reservation du noeud 
     101#-Q- titane #MSUB -eo 
    102102#-Q- titane #MSUB -n 1              # Reservation du processus 
    103103#-Q- titane #MSUB -T 86400          # Limite de temps elapsed du job 
    104 #-Q- titane #MSUB -E "-j o" 
    105 #-Q- titane #MSUB -E "-S /bin/ksh" 
    106 #-Q- titane ##MSUB -e nco.out        # Sortie standard 
    107 #-Q- titane ##MSUB -o nco.out        # Sortie standard 
     104#-Q- titane #MSUB -q mono 
    108105#-Q- lxiv8 ###################### 
    109106#-Q- lxiv8 ## OBELIX      LSCE ## 
     
    146143StandAlone=${StandAlone:=true} 
    147144 
    148 #D- Low level debug : to bypass lib test checks and stack construction 
     145#D- Path to libIGCM 
    149146#D- Default : value from AA_job if any 
     147# WARNING For StandAlone use : To run this script on some machine (ulam and cesium) 
     148# WARNING you must check MirrorlibIGCM variable in sys library. 
     149# WARNING If this variable is true, you must use libIGCM_POST path instead 
     150# WARNING of your running libIGCM directory. 
    150151libIGCM=${libIGCM:=::modipsl::/libIGCM} 
    151 # WARNING for StandAlone used : To run this script on some machine, 
    152 # you must check MirrorlibIGCM variable in sys library. 
    153 # If this variable is true, you must use libIGCM_POST path instead 
    154 # of your running libIGCM directory. 
    155152 
    156153#D- Increased verbosity (1, 2, 3) 
     
    230227#================================== 
    231228#R_SAVE : Job output directory 
     229#R_BUFR : Job output buffered directory 
    232230if ( [ ! X${config_UserChoices_SpaceName} = X ] && [ ! X${config_UserChoices_ExperimentName} = X ] ) ; then 
    233231    FreeName=$( echo ${config_UserChoices_JobName} | sed 's/.*_//' ) 
    234232    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
     233    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    235234    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/${config_UserChoices_ExperimentName}/${FreeName} 
    236235else 
    237236    R_SAVE=${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     237    R_BUFR=${R_BUF}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    238238    R_DODS=${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    239239fi 
Note: See TracChangeset for help on using the changeset viewer.