Changes between Version 16 and Version 17 of Doc/env/TgccCurie


Ignore:
Timestamp:
12/08/14 15:35:22 (10 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/env/TgccCurie

    v16 v17  
    174174#MSUB -e Script_Output_MyJob.000001    # error output 
    175175#MSUB -eo 
    176 #MSUB -n XXX           # number of MPI task 
    177 #MSUB -T 86400         # Wall clock limit (seconds) 
    178 #MSUB -q standard   # thin nodes 
     176#MSUB -n XXX                           # number of MPI task 
     177#MSUB -T 86400                         # Wall clock limit (seconds) 
     178#MSUB -q standard                      # thin nodes 
    179179#MSUB -A gen**** 
    180180BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
     
    196196#MSUB -e Script_Output_MyJob.000001    # error output 
    197197#MSUB -eo 
    198 #MSUB -n XXX           # number of MPI task 
    199 #MSUB -c YYY           # number of threads OMP by task  
    200 #MSUB -T 86400         # Wall clock limit (seconds) 
    201 #MSUB -q standard   # thin nodes 
     198#MSUB -n XXX                           # number of MPI task 
     199#MSUB -c YYY                           # number of threads OMP by task  
     200#MSUB -T 86400                         # Wall clock limit (seconds) 
     201#MSUB -q standard                      # thin nodes 
    202202#MSUB -A gen**** 
    203 BATCH_NUM_PROC_TOT=XXX * YYY # number of MPI task * OMP threads 
     203BATCH_NUM_PROC_TOT=XXX * YYY           # number of MPI task * OMP threads 
    204204}}} 
    205205 
     
    213213#MSUB -e Script_Output_MyCoupledJob.000001    # error output 
    214214#MSUB -eo 
    215 #MSUB -n XXX           # number of MPI task 
    216 #MSUB -T 86400         # Wall clock limit (seconds) 
    217 #MSUB -q standard   # thin nodes 
     215#MSUB -n XXX                                  # number of MPI task 
     216#MSUB -T 86400                                # Wall clock limit (seconds) 
     217#MSUB -q standard                             # thin nodes 
    218218#MSUB -A gen**** 
    219219BATCH_NUM_PROC_TOT=$BRIDGE_MSUB_NPROC 
     
    243243#MSUB -e Script_Output_MyCoupledJob.000001    # error output 
    244244#MSUB -eo 
    245 #MSUB -n 128                       # Number of cores (XXX * YYY + ZZZ + SSS) 
    246 #MSUB -x                                  # exclusive node 
     245#MSUB -n 128                                  # Number of cores (XXX * YYY + ZZZ + SSS) 
     246#MSUB -x                                      # exclusive node 
    247247#MSUB -E '--cpu_bind=none' 
    248 #MSUB -T 86400                            # Wall clock limit (seconds) 
    249 #MSUB -q standard    # thin nodes 
     248#MSUB -T 86400                                # Wall clock limit (seconds) 
     249#MSUB -q standard                             # thin nodes 
    250250#MSUB -A gen*** 
    251251}}}