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
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
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
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
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
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