Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "MPI Certification Job template"

From EGIWiki
Jump to navigation Jump to search
(Created page with '=MPI Certification Job= Examples of needed files: $ less newmpi.jdl JobType = "Normal"; CPUNumber = 2; Executable = "mpi-start-wrapper.sh"; Arguments = "hello MPICH"; St…')
 
Line 1: Line 1:
=MPI Certification Job=
==MPI Certification Job==


Examples of needed files:
Examples of needed files:

Revision as of 10:48, 16 December 2010

MPI Certification Job

Examples of needed files:

$ less newmpi.jdl 
JobType = "Normal";
CPUNumber = 2;
Executable = "mpi-start-wrapper.sh";
Arguments = "hello MPICH";
StdOutput = "mpi-test.out";
StdError = "mpi-test.err";
InputSandbox = {"mpi-start-wrapper.sh","mpi-hooks.sh","hello.c"};
OutputSandbox = {"mpi-test.err","mpi-test.out"};
#Requirements =
#  Member("MPICH", other.GlueHostApplicationSoftwareRunTimeEnvironment)
 # && Member("OPENMPI", other.GlueHostApplicationSoftwareRunTimeEnvironment);
#Requirements = other.GlueCEInfoLRMSType == "PBS" || other.GlueCEInfoLRMSType == "LSF";
Requirements  = other.GlueCEInfoHostName == "unipa-ce-01.pa.pi2s2.it";