[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] problem with MPI job clusters



Wolf-Dieter Klotz wrote:
Hi all,
I am testing MPI jobs and have the following problem:

My submit file 'pi.cmd' is:
...
universe = mpi
machine_count = 4

output =$(Cluster).$(Process).$(NODE).out
error   =$(Cluster).$(Process).$(NODE).err
log      =$(Cluster)..log

executable = cpi
queue 2
....

Is this behavior normal????

Yes. For mpi jobs, you can't use the "queue N" syntax to submit more than one job. For mpi, it is best to just have one submit file per job.



-greg