[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Debugging MPI universe
- Date: Tue, 29 Aug 2006 17:42:30 -0300
- From: "Elaine Machtans" <elaine.machtans@xxxxxxxxx>
- Subject: Re: [Condor-users] Debugging MPI universe
Hi Jeremy,
I´ve had the same problem and in my case I had forgotten these two lines in my submit file:
should_transfer_files = yes
when_to_transfer_output = on_exit
Because I don´t have a shared file system across all my nodes when my MPI computation executes.
Elaine.