Changes between Version 83 and Version 84 of Tutorial/JobSubm


Ignore:
Timestamp:
Sep 26, 2010, 6:13:04 PM (15 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Charles Loomis/emailAddress=loomis@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/JobSubm

    v83 v84  
    149149JDL 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:
    150150 * `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.
    151157
    152158== L'environnent d'exécution sur le Worker Node ==