gliteWMS2: job.jdl

File job.jdl, 302 bytes (added by /O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert, 16 years ago)

glite_wms_jdl_2

Line 
1Type = "Job";
2Executable = "job.sh";
3InputSandbox = {"job.sh"};
4
5# Les arguments à passer à l'executable
6# Equivalent à lancer sh job.sh perroquet coco
7Arguments = "perroquet coco";
8
9
10OutputSandBox = {"std.out","std.err"};
11StdOutput = "std.out";
12StdError = "std.err";
13VirtualOrganisation = "atlas";
14
15
16