Re: [MTT users] "Passed" result on a run-time linker error

2007-10-11 Thread Jeff Squyres
On Oct 10, 2007, at 9:58 AM, Ethan Mallove wrote: - what's your "pass" criteria? Is it looking at wifexited and wexitstatus? I have this: pass = &eq(&test_wexitstatus(), 0) I'm guessing it should it be changed to this? pass = &and(&test_wifexited(), &eq(&test_wexitstatus(), 0)) Yes -

Re: [MTT users] "Passed" result on a run-time linker error

2007-10-10 Thread Ethan Mallove
On Sat, Oct/06/2007 07:59:43PM, Jeff Squyres wrote: > A few questions: > > - what's your "pass" criteria? Is it looking at wifexited and > wexitstatus? I have this: pass = &eq(&test_wexitstatus(), 0) I'm guessing it should it be changed to this? pass = &and(&test_wifexited(), &eq(&test

Re: [MTT users] "Passed" result on a run-time linker error

2007-10-06 Thread Jeff Squyres
A few questions: - what's your "pass" criteria? Is it looking at wifexited and wexitstatus? - what does solaris return as an exit code in this case? On Sep 27, 2007, at 4:22 PM, Ethan Mallove wrote: Some trivial tests outputted the following: ld.so.1: orterun: fatal: libopen-pal.so.0:

[MTT users] "Passed" result on a run-time linker error

2007-09-27 Thread Ethan Mallove
Some trivial tests outputted the following: ld.so.1: orterun: fatal: libopen-pal.so.0: open failed: No such file or directory See here: http://www.open-mpi.org/mtt/index.php?do_redir=394 How could these tests result in "pass"? I attached an mttdatabase debug file. -Ethan $VAR1 = {