Re: [OMPI devel] [OMPI svn] svn:open-mpi r27451 - in trunk: ompi/mca/allocator/bucket ompi/mca/bcol/basesmuma ompi/mca/bml/base ompi/mca/btl ompi/mca/btl/base ompi/mca/btl/openib ompi/mca/btl/sm ompi/

2012-10-24 Thread George Bosilca
I have some issues starting my applications lately. Here is an example: mpirun -x LD_LIBRARY_PATH -np 8 -hostfile /etc/hostfile -bynode ./testing_dtrmm -N 4000 -p 4 -x And the corresponding output: /home/bosilca/opt/trunk/debug/bin/orted: Error: unknown option "-p" And then the daemons segfaul

Re: [OMPI devel] [OMPI svn] svn:open-mpi r27451 - in trunk: ompi/mca/allocator/bucket ompi/mca/bcol/basesmuma ompi/mca/bml/base ompi/mca/btl ompi/mca/btl/base ompi/mca/btl/openib ompi/mca/btl/sm ompi/

2012-10-24 Thread Ralph Castain
HmmmI'm getting some strange behavior as well. Looks like the cmd parser is borked - it thinks the application is an MCA param that takes a value, which then leaves any argument as an "unknown option" to the orted. I'm also seeing the mapping policy being defined incorrectly, once you get it

Re: [OMPI devel] [OMPI svn] svn:open-mpi r27451 - in trunk: ompi/mca/allocator/bucket ompi/mca/bcol/basesmuma ompi/mca/bml/base ompi/mca/btl ompi/mca/btl/base ompi/mca/btl/openib ompi/mca/btl/sm ompi/

2012-10-24 Thread Jeff Squyres
Ralph and I just talked about this on the phone. I think we should just back out Nathan's changes. He can bring it back when the problem is fixed. On Oct 24, 2012, at 1:15 PM, Ralph Castain wrote: > HmmmI'm getting some strange behavior as well. Looks like the cmd parser > is borked - it

Re: [OMPI devel] [OMPI svn] svn:open-mpi r27451 - in trunk: ompi/mca/allocator/bucket ompi/mca/bcol/basesmuma ompi/mca/bml/base ompi/mca/btl ompi/mca/btl/base ompi/mca/btl/openib ompi/mca/btl/sm ompi/

2012-10-24 Thread Ralph Castain
Nathan appears to be offline, so I'm just going to back this out until he can fix it (I honestly don't have time to do so). Thanks for point it out. Our MTT tests don't apparently pass arguments to the executables, so it didn't show there - and I confess, I didn't test anything with an argument

[OMPI devel] 1.6.3rc4 released

2012-10-24 Thread Jeff Squyres
It's called "rc4" (instead of "rc3") because I accidentally posted an incorrect rc3 tarball on the web site for a short while. Just to avoid any confusion for anyone who may have downloaded that rc3 tarball, I made a correct one and called it "rc4", and then posted it in the usual place: h

Re: [OMPI devel] [OMPI svn] svn:open-mpi r27451 - in trunk: ompi/mca/allocator/bucket ompi/mca/bcol/basesmuma ompi/mca/bml/base ompi/mca/btl ompi/mca/btl/base ompi/mca/btl/openib ompi/mca/btl/sm ompi/

2012-10-24 Thread Ralph Castain
Appears fixed now - thanks George! On Oct 24, 2012, at 10:36 AM, Jeff Squyres wrote: > Ralph and I just talked about this on the phone. > > I think we should just back out Nathan's changes. He can bring it back when > the problem is fixed. > > > On Oct 24, 2012, at 1:15 PM, Ralph Castain wr