collectionJDLs: job2.jdl

File job2.jdl, 303 bytes (added by /O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert, 16 years ago)
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 = "girafe flipflap";
8
9
10OutputSandBox = {"std.out","std.err"};
11StdOutput = "std.out";
12StdError = "std.err";
13VirtualOrganisation = "atlas";
14
15
16