Job properties

Figure 5: Job properties
\includegraphics{inc/job_prop.eps}

Properties Information Example
Id Represent the identifier of the job. It is used in all the system to identify in a single way the job. It is judicious to name the file xml with this identifier. identifiant
Host This fields makes it possible to specify which servers, or which groups of server can launch the job. group1,localhost
Max time Maximum time of execution of a job (in second). At the end of this time the job finishes in error and all the tasks in progress are finished (kill by signal 15 then signal 9). 60
Comment Comments comment
Condition Script of condition which is execute at the end of the job when there is no more task to launch.

The result is reversed and gives the exit code of the job (ex ok('sleep') returns 1, the job will leave with status 0). This property is used to show if the job have been successful or failed in the sched_view interface.

ok('before-sleep')
Env Variable of environment. Variables placed here will be exported before any execution of task. HOME=/root

Eric 2005-12-17