Changeset 1433 for trunk/libIGCM


Ignore:
Timestamp:
04/04/18 09:36:44 (6 years ago)
Author:
jgipsl
Message:

Added headers for irene on some post-treatment jobs. Source ~p86ipsl/.env_irene to load all modules. For the moment no separation has been done between netfcdf and intel as done on curie but might be needed later.

Location:
trunk/libIGCM
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r1356 r1433  
    1313# ID of your genci project. Curie only : post-processing jobs need it to run properly 
    1414#-Q- curie export BRIDGE_MSUB_PROJECT=::default_project::  
     15#-Q- irene export BRIDGE_MSUB_PROJECT=gch0316  
    1516 
    1617#D- Task type DO NOT CHANGE (computing, post-processing or checking) 
  • trunk/libIGCM/AA_create_ts

    r1409 r1433  
    1111#-Q- curie #MSUB -A ::default_project:: 
    1212#-Q- curie set +x 
     13#-Q- irene ###################### 
     14#-Q- irene ## IRENE   TGCC/CEA ## 
     15#-Q- irene ###################### 
     16#-Q- irene #MSUB -r TS            # Job name 
     17#-Q- irene #MSUB -eo 
     18#-Q- irene #MSUB -n 1             # Number of cores 
     19#-Q- irene #MSUB -T 80000         # Maximum elapsed time 
     20#-Q- irene #MSUB -q skylake  
     21#-Q- irene #MSUB -c 4 
     22#-Q- irene #MSUB -Q normal 
     23#-Q- irene #MSUB -A gch0316 
     24#-Q- irene #MSUB -m store,work,scratch 
     25#-Q- irene set +x 
    1326#-Q- ada #!/bin/ksh 
    1427#-Q- ada ####################### 
  • trunk/libIGCM/AA_job

    r1432 r1433  
    3535#-Q- irene #MSUB -x                    # exclusive node. To specify only for MPMD together with the one below 
    3636#-Q- irene #MSUB -E '--cpu_bind=none' 
    37 #-Q- irene ##MSUB -E '--distribution cyclic'  
    3837#-Q- irene #MSUB -T 86400              # Wall clock limit (seconds) 
    3938#-Q- irene #MSUB -A gch0316 
    4039#-Q- irene #MSUB -q skylake 
    41 #-Q- irene #MSUB -m work,scratch 
     40#-Q- irene #MSUB -m store,work,scratch 
    4241#-Q- irene 
    4342#-Q- irene BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
  • trunk/libIGCM/AA_pack_output

    r1409 r1433  
    1111#-Q- curie #MSUB -A ::default_project:: 
    1212#-Q- curie set +x 
     13#-Q- irene ###################### 
     14#-Q- irene ## IRENE   TGCC/CEA ## 
     15#-Q- irene ###################### 
     16#-Q- irene #MSUB -r PACKOUTPUT     # Job name 
     17#-Q- irene #MSUB -eo 
     18#-Q- irene #MSUB -n 1              # Number of cores 
     19#-Q- irene #MSUB -T 36000          # Maximum elapsed time 
     20#-Q- irene #MSUB -q skylake 
     21#-Q- irene #MSUB -c 4 
     22#-Q- irene #MSUB -Q normal 
     23#-Q- irene #MSUB -A gch0316 
     24#-Q- irene #MSUB -m store,work,scratch 
     25#-Q- irene set +x 
    1326#-Q- ada #!/bin/ksh 
    1427#-Q- ada ####################### 
  • trunk/libIGCM/AA_pack_restart

    r1409 r1433  
    1111#-Q- curie #MSUB -A ::default_project:: 
    1212#-Q- curie set +x 
     13#-Q- irene ###################### 
     14#-Q- irene ## IRENE   TGCC/CEA ## 
     15#-Q- irene ###################### 
     16#-Q- irene #MSUB -r PACKRESTART    # Job name 
     17#-Q- irene #MSUB -eo 
     18#-Q- irene #MSUB -n 1              # Number of cores 
     19#-Q- irene #MSUB -T 7200           # Maximum elapsed time 
     20#-Q- irene #MSUB -q skylake  
     21#-Q- irene #MSUB -c 4  
     22#-Q- irene #MSUB -Q normal 
     23#-Q- irene #MSUB -A gch0316 
     24#-Q- irene #MSUB -m store,work,scratch 
     25#-Q- irene set +x 
    1326#-Q- ada #!/bin/ksh 
    1427#-Q- ada ####################### 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_irene.ksh

    r1432 r1433  
    9696else 
    9797  module purge > /dev/null 2>&1 
    98   . /ccc/cont003/home/dsm/p86ipsl/.env_intel17.0.2_curie   > /dev/null 2>&1 
    99   . /ccc/cont003/home/dsm/p86ipsl/.env_netcdf4.3.3.1_curie > /dev/null 2>&1 
    100   . /ccc/cont003/home/dsm/p86ipsl/.env_atlas_curie         > /dev/null 2>&1 
     98  . /ccc/cont003/home/dsm/p86ipsl/.env_irene   > /dev/null 2>&1 
     99 
     100#  . /ccc/cont003/home/dsm/p86ipsl/.env_intel17.0.2_curie   > /dev/null 2>&1 
     101#  . /ccc/cont003/home/dsm/p86ipsl/.env_netcdf4.3.3.1_curie > /dev/null 2>&1 
     102#  . /ccc/cont003/home/dsm/p86ipsl/.env_atlas_curie         > /dev/null 2>&1 
    101103  export PCMDI_MP=/ccc/work/cont003/igcmg/igcmg/PCMDI-MP 
    102104  export UVCDAT_ANONYMOUS_LOG=FALSE 
     
    10661068  module purge > /dev/null 2>&1  
    10671069  if [ X${compilerVersion} = XV17 ] ; then 
    1068       . /ccc/cont003/home/dsm/p86ipsl/.env_intel17.0.2_curie   > /dev/null 2>&1 
    1069   elif [ X${compilerVersion} = XV14 ] ; then 
    1070       . /ccc/cont003/home/dsm/p86ipsl/.env_intel14.0.3_curie   > /dev/null 2>&1 
     1070    IGCM_debug_Print 1 "IGCM_sys_active_variables : Using compiler version V17" 
    10711071  else 
    10721072    IGCM_debug_Exit "This compiler version is not yet supported : ${compilerVersion}" 
    10731073  fi 
    1074   . /ccc/cont003/home/dsm/p86ipsl/.env_netcdf4.3.3.1_curie > /dev/null 2>&1 
     1074  . /ccc/cont003/home/dsm/p86ipsl/.env_irene > /dev/null 2>&1 
     1075  IGCM_debug_Print 1 "IGCM_sys_active_variables : Now loaded module for Irene. " 
     1076  module list 
    10751077 
    10761078  # Keep track of this 
Note: See TracChangeset for help on using the changeset viewer.