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

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

Re: [MTT users] MTT Error on SLES11

2009-04-08 Thread Jeff Squyres (jsquyres)
Message - From: mtt-users-boun...@open-mpi.org <mtt-users-boun...@open-mpi.org> To: rfo...@linux.vnet.ibm.com <rfo...@linux.vnet.ibm.com>; General user list for the MPI Testing Tool <mtt-us...@open-mpi.org> Sent: Wed Apr 08 14:15:54 2009 Subject: Re: [MTT users] MTT Error

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

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

[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