Changeset 1432 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
03/30/18 15:07:44 (6 years ago)
Author:
jgipsl
Message:

Added first version of sys_irene copied from sys_curie.
Tested as far without post-treatement only with SpaceName?=TEST. As far, only tested with LMDZOR and ORCHIDEE offline without post-processing, only at scratchdir.
c
ccc_mprun mode is default at irene.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1427 r1432  
    2323#-Q- curie BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
    2424#-Q- curie set +x 
     25#-Q- irene #!/bin/ksh 
     26#-Q- irene ###################### 
     27#-Q- irene ## IRENE   TGCC/CEA ## 
     28#-Q- irene ###################### 
     29#-Q- irene #MSUB -r ::Jobname::        # Job Name 
     30#-Q- irene #MSUB -o Script_Output_::Jobname::.000001    # standard output 
     31#-Q- irene #MSUB -e Script_Output_::Jobname::.000001    # error output 
     32#-Q- irene #MSUB -eo 
     33#-Q- irene #MSUB -n ::JobNumProcTot::  # Number of MPI tasks (SPMD case) or cores (MPMD case) 
     34#-Q- irene #MSUB -c ::openMPthreads::  # Number of openMP threads. To specify only for SMPD 
     35#-Q- irene #MSUB -x                    # exclusive node. To specify only for MPMD together with the one below 
     36#-Q- irene #MSUB -E '--cpu_bind=none' 
     37#-Q- irene ##MSUB -E '--distribution cyclic'  
     38#-Q- irene #MSUB -T 86400              # Wall clock limit (seconds) 
     39#-Q- irene #MSUB -A gch0316 
     40#-Q- irene #MSUB -q skylake 
     41#-Q- irene #MSUB -m work,scratch 
     42#-Q- irene 
     43#-Q- irene BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
     44#-Q- irene set +x 
    2545#-Q- ada #!/bin/ksh 
    2646#-Q- ada # ###################### 
Note: See TracChangeset for help on using the changeset viewer.