Actions
Bug #2473
closedUnicore Adaptor - MPI Support
Start date:
02/13/2012
Due date:
% Done:
0%
Estimated time:
Description
Dear All,
I specified a job in the following way:
JobDescription desc = JobFactory.createJobDescription();
desc.setAttribute(JobDescription.EXECUTABLE, "./cpi");
desc.setAttribute(JobDescription.SPMDVARIATION, "MPI");
desc.setAttribute(JobDescription.NUMBEROFPROCESSES, "4");
desc.setAttribute(JobDescription.OUTPUT, "stdout");
desc.setAttribute(JobDescription.ERROR, "stderr");
and I submitted it using the UNICORE adaptor.
The job has been executed as normal job. It seems the SPMDVARIATION attribute has ben ignored.
Cheers,
Diego
Updated by Schwarz Lionel about 13 years ago
- Status changed from New to Assigned
- Assigned To set to Schwarz Lionel
Updated by Schwarz Lionel about 13 years ago
- Status changed from Assigned to Suspended
Waiting for a fix in the unicore server:
<https://sourceforge.net/tracker/?func=detail&aid=3487520&group_id=102081&atid=633902>
Updated by Schwarz Lionel about 13 years ago
- Status changed from Suspended to Resolved
SPMDVARIATION, NUMBEROFPROCESSES, PROCESSESPERHOST and
THREADSPERPROCESS supported in 0.9.15
Actions