Changes between Version 31 and Version 32 of Doc/env/TgccCurie


Ignore:
Timestamp:
05/27/16 09:38:52 (8 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/env/TgccCurie

    v31 v32  
    3030 
    3131## QoS test  ## 
    32 QoS (Quality of Service) is a test queue. You can have a maximum of 2 jobs in test queue, each of them is limited to 30min and 8 nodes (= 256tasks). In the job header you must add: 
     32QoS (Quality of Service) is a test queue. You can have a maximum of 2 jobs in test queue, each of them is limited to 30min and 35 nodes (= 560 tasks). In the job header you must add: 
    3333{{{ 
    3434#MSUB -Q test 
     
    3737{{{ 
    3838#MSUB -T 1800   
     39}}} 
     40 
     41To check QoS parameters, use : 
     42{{{ 
     43 ccc_mqinfo 
     44Name     Partition  Priority  MaxCPUs  SumCPUs  MaxNodes  MaxRun  MaxSub     MaxTime 
     45-------  ---------  --------  -------  -------  --------  ------  ------  ---------- 
     46long             *        18     2048     4096                        32  3-00:00:00 
     47normal           *        20                                         300  1-00:00:00 
     48test      standard        40      560      560        35               2    00:30:00 
    3949}}} 
    4050