Changeset 1238 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
10/05/15 15:19:53 (9 years ago)
Author:
sdipsl
Message:
  • ins_job (the one from libIGCM) will edit Job headers according to config.card specs. see #96
  • need more testing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1201 r1238  
    88#-Q- curie #MSUB -eo 
    99#-Q- curie #MSUB -n ::JobNumProcTot::  # Number of MPI tasks (SPMD case) or cores (MPMD case) 
     10#-Q- curie #MSUB -c ::openMPthreads::  # Number of openMP threads. To specify only for SMPD 
     11#-Q- curie #MSUB -x                    # exclusive node. To specify only for MPMD together with the one below 
     12#-Q- curie #MSUB -E '--cpu_bind=none' 
    1013#-Q- curie #MSUB -T 86400              # Wall clock limit (seconds) 
    1114#-Q- curie #MSUB -q standard           # thin nodes 
    1215#-Q- curie #MSUB -A ::default_project:: 
    13 #-Q- curie  
    1416#-Q- curie # Below specific options that can be activated  
    1517#-Q- curie ##MSUB -q ivybridge         # Option for Airain 
    16 #-Q- curie ##MSUB -N 8                 # Number of nodes (16 cores per node) 
    17 #-Q- curie ##MSUB -c 8                 # Number of openMP threads. To specify only for SMPD 
    18 #-Q- curie ##MSUB -x                   # exclusive node. To specify only for MPMD together with the one below 
    19 #-Q- curie ##MSUB -E '--cpu_bind=none' 
     18 
    2019#-Q- curie 
    2120#-Q- curie BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
     
    3938#-Q- ada # @ wall_clock_limit = 1:00:00 
    4039#-Q- ada # Specific option for OpenMP parallelization: Number of OpenMP threads per MPI task 
    41 #-Q- ada ### @ parallel_threads = 4 
     40#-Q- ada # @ parallel_threads = ::openMPthreads:: 
    4241#-Q- ada # End of the header options 
    4342#-Q- ada # @ queue 
Note: See TracChangeset for help on using the changeset viewer.