Re: [OMPI users] stdin issue with openmpi/2.0.0

2016-08-24 Thread r...@open-mpi.org
Bingo - found it, fix submitted and hope to get it into 2.0.1 Thanks for the assist! Ralph > On Aug 24, 2016, at 12:15 PM, Jingchao Zhang wrote: > > I configured v2.0.1rc1 with --enable-debug and ran the test with --mca > iof_base_verbose 100. I also added -display-devel-map

Re: [OMPI users] stdin issue with openmpi/2.0.0

2016-08-24 Thread Jingchao Zhang
I configured v2.0.1rc1 with --enable-debug and ran the test with --mca iof_base_verbose 100. I also added -display-devel-map in case it provides some useful information. Test job has 2 nodes, each node 10 cores. Rank 0 and mpirun command on the same node. $ mpirun -display-devel-map --mca

Re: [OMPI users] stdin issue with openmpi/2.0.0

2016-08-24 Thread r...@open-mpi.org
Afraid I can’t replicate a problem at all, whether rank=0 is local or not. I’m also using bash, but on CentOS-7, so I suspect the OS is the difference. Can you configure OMPI with --enable-debug, and then run the test again with --mca iof_base_verbose 100? It will hopefully tell us something

Re: [OMPI users] stdin issue with openmpi/2.0.0

2016-08-24 Thread Jingchao Zhang
Hi Ralph, For our tests, rank 0 is always on the same node with mpirun. I just tested mpirun with -nolocal and it still hangs. Information on shell and OS $ echo $0 -bash $ lsb_release -a LSB Version:

Re: [OMPI users] Using Open MPI with PBS Pro

2016-08-24 Thread r...@open-mpi.org
Ah yes - that was a case where someone had added an incorrect param to the default file, and we suggested they remove it > On Aug 24, 2016, at 5:26 AM, Andy Riebs wrote: > > Hi Ralph, > > I think I found that information at >

Re: [OMPI users] Using Open MPI with PBS Pro

2016-08-24 Thread Andy Riebs
Hi Ralph, I think I found that information at :-) In any case, thanks for the information about the default params file -- I won't worry too much about modifying it then. Andy I On 08/23/2016 08:08 PM, r...@open-mpi.org wrote: I’ve never