Ignore:
Timestamp:
11/24/15 16:36:27 (8 years ago)
Author:
mafoipsl
Message:

For curie :

  • Add a new option in AA_post_jobs header on curie : "-c ::default_core::" with the number of core reserved.
  • Add 3 options to ins_job :
    • -p projet
    • -q standard/xlarge : with xlarge as default value. except for gencmip6 project
    • -c number of cores (default value is : 4 on standard node or 8 on xlarge node)
  • For batch usage, it's possible to set these options on ins_job command line. See Usage.
  • By default, 3 questions are asked interactively to the user.

With 4 or 8 cores per job we want to limit the number of simultaneous running jobs on one node
and eventually limit SCRATCH congestion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_metrics_NEMO

    r1273 r1274  
    77#-Q- curie #MSUB -T 14400          # Limite de temps elapsed du job 
    88#-Q- curie #MSUB -q ::default_node:: 
     9#-Q- curie #MSUB -c ::default_core:: 
    910#-Q- curie #MSUB -Q normal 
    1011#-Q- curie #MSUB -A ::default_project:: 
Note: See TracChangeset for help on using the changeset viewer.