Changes between Version 82 and Version 83 of Procedures/EagleHawkProcessing
- Timestamp:
- Apr 15, 2015, 9:18:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v82 v83 60 60 61 61 Once submitted, you can keep an eye on your jobs using qmon. 62 63 The number of APL jobs which can run at once is limited using a complex consumable (apl_throttle) as the I/O usage can be high, particularly for mapping all bands. To increase / decrease the number of jobs run (as rsgcode): 64 {{{ 65 qconf -mattr exechost complex_values apl_throttle=5 global 66 }}} 67 Replacing '5' with the maximum number of APL jobs allowed to run at once. For more details see [https://rsg.pml.ac.uk/intranet/trac/wiki/Processing/Grid_Engine/Maintenance#Throttlingyourself throttling yourself] 68 62 69 63 70 === Individual processing stages ===