Re: [MTT users] MTT Error on SLES11

2009-04-13 Thread Ethan Mallove
On Mon, Apr/13/2009 09:38:27AM, Rafael Folco wrote: > On Thu, 2009-04-09 at 16:05 -0400, Ethan Mallove wrote: > > On Wed, Apr/08/2009 05:05:30PM, Rafael Folco wrote: > > > Ethan, Jeff, > > > > > > Sorry for the perl confusion, nevermind... > > > > > > Below is attached the log and ini files, and

Re: [MTT users] MTT Error on SLES11

2009-04-13 Thread Rafael Folco
On Thu, 2009-04-09 at 16:05 -0400, Ethan Mallove wrote: > On Wed, Apr/08/2009 05:05:30PM, Rafael Folco wrote: > > Ethan, Jeff, > > > > Sorry for the perl confusion, nevermind... > > > > Below is attached the log and ini files, and also how I run MTT. > > > > Thanks, > > > > Rafael > > > > > >

Re: [MTT users] MTT Error on SLES11

2009-04-09 Thread Ethan Mallove
On Wed, Apr/08/2009 05:05:30PM, Rafael Folco wrote: > Ethan, Jeff, > > Sorry for the perl confusion, nevermind... > > Below is attached the log and ini files, and also how I run MTT. > > Thanks, > > Rafael > > > client/mtt -d -v -p -f openmpi.ini 2>&1 |tee test.log > > ... > > > *** Run te

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Rafael Folco
Ethan, Jeff, Sorry for the perl confusion, nevermind... Below is attached the log and ini files, and also how I run MTT. Thanks, Rafael client/mtt -d -v -p -f openmpi.ini 2>&1 |tee test.log ... *** Run test phase starting >> Test run [trivial] Evaluating: trivial Found a match! trivial [tr

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Jeff Squyres (jsquyres)
- Original Message - From: mtt-users-boun...@open-mpi.org To: rfo...@linux.vnet.ibm.com ; General user list for the MPI Testing Tool Sent: Wed Apr 08 14:15:54 2009 Subject: Re: [MTT users] MTT Error on SLES11 On Wed, Apr/08/2009 11:36:05AM, Rafael Folco wrote: > Well, I took a look at /

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Ethan Mallove
On Wed, Apr/08/2009 11:36:05AM, Rafael Folco wrote: > Well, I took a look at /tmp/ompi-core-testers/lib/MTT/Values.pm line 75. > > This piece of code looks wrong to me: > > if ($#{@$ret} < 0) { > > $ret references an array > @$ret points to the first element of this array > $# returns the numbe

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Ethan Mallove
On Wed, Apr/08/2009 11:51:31AM, Rafael Folco wrote: > > I just forgot to mention that removing @ from "if ($#{@$ret} < 0) {" it > worked fine. > That might be masking a problem in your INI file, but it is hard to know for sure without seeing your INI file. > On Wed, 2009-04-08 at 11:36 -0300,

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Rafael Folco
I just forgot to mention that removing @ from "if ($#{@$ret} < 0) {" it worked fine. On Wed, 2009-04-08 at 11:36 -0300, Rafael Folco wrote: > Well, I took a look at /tmp/ompi-core-testers/lib/MTT/Values.pm line 75. > > This piece of code looks wrong to me: > > if ($#{@$ret} < 0) { > > $ret

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Rafael Folco
Well, I took a look at /tmp/ompi-core-testers/lib/MTT/Values.pm line 75. This piece of code looks wrong to me: if ($#{@$ret} < 0) { $ret references an array @$ret points to the first element of this array $# returns the number of elements So this line is trying to count elements of the first e

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Ethan Mallove
On Tue, Apr/07/2009 03:53:48PM, Rafael Folco wrote: > Hi, > > I'm trying to run MTT on SLES11, but I am getting an error message > during the RUN phase and I can't figure out what is the problem. > > *** ERROR: Module aborted: MTT::Test::Specify::Simple:Specify: Can't use > string ("183") as

[MTT users] MTT Error on SLES11

2009-04-07 Thread Rafael Folco
Hi, I'm trying to run MTT on SLES11, but I am getting an error message during the RUN phase and I can't figure out what is the problem. *** ERROR: Module aborted: MTT::Test::Specify::Simple:Specify: Can't use string ("183") as an ARRAY ref while "strict refs" in use at /tmp/ompi-core-test