Re: [OMPI devel] orte can't launch process

2008-03-06 Thread Gleb Natapov
On Thu, Mar 06, 2008 at 07:49:13AM -0500, Tim Prins wrote:
> Sorry about that. I removed a field in a structure, then 'svn up' seems 
> to have added it back, so we were using a field that should not even 
> exist in a couple places.
> 
> Should be fixed in r17757
Works again. Thanks

--
Gleb.


[OMPI devel] orte can't launch process

2008-03-06 Thread Gleb Natapov
Something is broken in the trunk.

# mpirun -np 2 -H host1,host2  ./osu_latency
--
Some of the requested hosts are not included in the current allocation.

The requested hosts were specified with --host as:
host1,host2

Please check your allocation or your request.
--
--
mpirun was unable to start the specified application as it encountered
an error.
More information may be available above.
--

If I create hostfile with host1 and host2 and use it instead of -H
mpirun works.

--
Gleb.