Changes between Version 83 and Version 84 of Tutorial/JobSubm
- Timestamp:
- Sep 26, 2010, 6:13:04 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/JobSubm
v83 v84 149 149 JDL files accept many [http://server11.infn.it/workload-grid/docs/DataGrid-01-NOT-0101-0_6-Note.pdf different attributes]. In addition to those already described, a few other useful attributes are: 150 150 * `ShortDeadlineJob`: if `true`, WMS adds requirements to ensure the job is queued on a CE accepting such jobs (a Short Deadline Job is a job that must be run immediately if accepted by the CE but has generally very short limit in CPU time). 151 152 ''Note: This attribute is treated after the match making on the WMS and doesn't affect the output of the `glite-wms-job-list-match` command.'' 153 154 __Exercices__ : 155 156 1. Add the `ShortDeadlineJob` attribute to the job description and submit the job. Verify that the job runs on a queue with "sdj" in the name. 151 157 152 158 == L'environnent d'exécution sur le Worker Node ==