Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] mpich2 on windows
- Date: Tue, 10 May 2011 16:55:16 -0500
- From: "David J. Herzfeld" <herzfeldd@xxxxxxxxx>
- Subject: Re: [Condor-users] mpich2 on windows
Hi Mike:
On Tue, 2011-05-10 at 16:47 -0400, Michael Grauer wrote:
> In my Condor output from the job (work.#parallelnode#.txt), I can see Node 0
> and Node 1 execute, but then only Node 0 terminates (and worked correctly).
> Where can I look to find out what happened to Node 1?
I don't run MPI with Condor on Windows, but from my experience on Linux:
did you specify
+ParallelShutdownPolicy = "WAIT_FOR_ALL"
in your submit file? If not, I can understand why you only received
output from your Node 0 job.
> Thanks in advance,
> Mike
Cheers,
David