Changes between Version 49 and Version 50 of WikiStart

Show
Ignore:
Timestamp:
09/13/12 17:54:00 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v49 v50  
    233233 
    234234== Submit filter == 
    235 Because PBS DRMAA use Torque C API instead of commandline tools (like `qsub`) it also bypass the 
    236  [http://www.clusterresources.com/torquedocs21/a.jqsubwrapper.shtml| job submission filter].  
     235Because PBS DRMAA use Torque C API instead of commandline tools (like `qsub`) it also bypass the [[http://www.clusterresources.com/torquedocs21/a.jqsubwrapper.shtml| job submission filter]].  
    237236Fortunately since version 1.0.12 PBS DRMAA implements its own, complementary, mechanism. Before every job submission it check if the PBSDRMAA_SUBMIT_FILTER environment variable is set and executes a script pointed by it passing the  
    238237job'a PBS attributes (`man pbs_job_attributes`). The script can echo, dismiss or alter any of the attribute. In case the submission process should be stopped the script should exit with non-zero status and print error message to stderr.