collectionSimpleCommandeLine: job1.jdl

File job1.jdl, 297 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 = "chien paf";
8
9
10OutputSandBox = {"std.out","std.err"};
11StdOutput = "std.out";
12StdError = "std.err";
13VirtualOrganisation = "atlas";
14
15
16