Changes between Version 14 and Version 15 of WikiStart

Show
Ignore:
Timestamp:
06/12/11 15:57:50 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    4444build system see the INSTALL file. 
    4545 
    46 For Torque_ it is advised to configure queues so jobs are leaved after 
     46For [http://www.clusterresources.com/products/torque-resource-manager.php Torque] it is advised to configure queues so jobs are leaved after 
    4747the completion.  To achieve this simply type the following command for 
    4848all queues which are intended to use with PBS DRMAA:: 
     
    5252}}} 
    5353 
    54 The value of the `keep_completed parameter denotes a number of 
     54or simply set is as the global server parameter: 
     55 
     56{{{ 
     57  # qmgr -c "set queue QUEUE_NAME keep_completed = 60" 
     58}}} 
     59 
     60The value of the `keep_completed` parameter denotes a number of 
    5561seconds jobs will have to wait in the queue after the completion (and 
    5662should be greater then `pool_delay` value in PBS DRMAA configuration).