tutoMPI: mpi-test.jdl

File mpi-test.jdl, 581 bytes (added by /O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert, 16 years ago)
Line 
1#
2# mpi-test.jdl
3#
4JobType = "MPICH";
5CPUNumber = 16;
6Executable = "mpi-start-wrapper.sh";
7Arguments = "mpi-test OPENMPI";
8StdOutput = "mpi-test.out";
9StdError = "mpi-test.err";
10InputSandbox = {"mpi-start-wrapper.sh","mpi-hooks.sh","mpi-test.c"};
11OutputSandbox = {"mpi-test.err","mpi-test.out"};
12Requirements =
13 Member("MPI-START", other.GlueHostApplicationSoftwareRunTimeEnvironment)
14 && Member("OPENMPI", other.GlueHostApplicationSoftwareRunTimeEnvironment)
15 # && RegExp("grid.*.lal.in2p3.fr.*sdj$",other.GlueCEUniqueID)
16 ;
17#
18# - the end
19#