Changes between Version 49 and Version 50 of WikiStart
- Timestamp:
- 09/13/12 17:54:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v49 v50 233 233 234 234 == 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]. 235 Because 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]]. 237 236 Fortunately 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 238 237 job'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.