collectionJDL: job.jdl

File job.jdl, 885 bytes (added by /O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert, 16 years ago)
Line 
1Type = "collection";
2
3InputSandbox = {"job.sh"};
4#Requirements = RegExp("lpsc-ce.in2p3.fr",other.GlueCEUniqueID);
5#Rank = (other.GlueCEStateWaitingJobs==0 ? other.GlueCEStateFreeCPUs : -other.GlueCEStateWaitingJobs);
6
7# Description des noeuds
8Nodes= {
9 [
10 Executable = "job.sh";
11 InputSandbox = "job.sh";
12 NodeName = "girafe";
13 Arguments = "girafe flipflap";
14 OutputSandBox = {"std2.out","std2.err"};
15 StdOutput = "std2.out";
16 StdError = "std2.err";
17 ],
18 [
19 Executable = "job.sh";
20 NodeName = "souris";
21 Arguments = "souris sproutch";
22 OutputSandBox = {"std3.out","std3.err"};
23 StdOutput = "std3.out";
24 StdError = "std3.err";
25 ],
26 [
27 Executable = "job.sh";
28 NodeName = "chien";
29 Arguments = "chien paf";
30 OutputSandBox = {"std1.out","std1.err"};
31 StdOutput = "std1.out";
32 StdError = "std1.err";
33 ]
34 };
35
36