Re: [MTT users] MTT trivial tests failstocomplete

2009-11-20 Thread Venkat Venkatsubra
Hi Ethan,

With the latest developer.ini the hang is gone.
Thank you for the help.

Venkat

-Original Message-
From: mtt-users-boun...@open-mpi.org
[mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
Sent: Friday, November 20, 2009 9:44 AM
To: General user list for the MPI Testing Tool
Cc: Divya Manjunath
Subject: Re: [MTT users] MTT trivial tests failstocomplete

On Thu, Nov/19/2009 02:05:06PM, Venkat Venkatsubra wrote:
> Hi Ethan,
> 
> Thanks for your help.
> I now started with a clean developer.ini and made only the following
> change and reran.
> # Fill this field in
> hostlist = 102.77.77.63
> hostlist_max_np = 1
> max_np = 1
> 
> It doesn't hang like it used to before. I get the below error.
> ...
> ...
> Value got: Config::IniFiles=HASH(0x1ef499a0) mtt submit_group_results
> Value returning:
> Returining reference to an array of a single scalar
> *** ERROR: Could not evaluate: $ret =
>
MTT::Values::Functions::if(MTT::Values::Functions::have_hostfile(),
> MTT::Values::Functions::join("--hostfile ",
> MTT::Values::Functions::hostfile()),
> MTT::Values::Functions::if(
> MTT::Values::Functions::have_hostlist(),
> MTT::Values::Functions::join("--host ",
> MTT::Values::Functions::hostlist()),
> ""
> )
> );: Undefined subroutine &MTT::Values::Functions::join called
at
> (eval 65) line 1,  line 3.
> 
> What should be the next developer.ini change that I should be making ?
> 
> The complete output and the developer.ini attached.

Oops. &join() should be &stringify().

"svn up" and try again.

-Ethan

> 
> Thanks!
> 
> Venkat
> 
> -Original Message-
> From: mtt-users-boun...@open-mpi.org
> [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> Sent: Thursday, November 19, 2009 11:32 AM
> To: General user list for the MPI Testing Tool
> Cc: Divya Manjunath
> Subject: Re: [MTT users] MTT trivial tests failstocompleteon
> Centos5.3-x86_64 bit platform with OFED 1.5
> 
> On Thu, Nov/19/2009 08:53:12AM, Venkat Venkatsubra wrote:
> > Hi Ethan,
> > 
> > Yes, we are using http://svn.open-mpi.org/svn/mtt/trunk.
> > After "svn update" when I rerun this is what the screen output looks
> > like.
> > 
> > Debug is 1, Verbose is 1
> > *** MTT: ../client/mtt --debug -
> > *** Running on mughal
> > Chdir ../client
> > Chdir /root/mtt-svn/samples
> > Copying: stdin to /tmp/XzxTdnyg85.ini
> > Expanding include_file(s) parameters in /tmp/XzxTdnyg85.ini
> > Reading ini file: stdin
> > *** ERROR: Syntax error in stdin: Line 36 in file
/tmp/UqPeD61ett.ini
> is
> > mal-formed:
> > <<<<<<< .mine
> > Line 41 in file /tmp/UqPeD61ett.ini is mal-formed:
> > ===
> > Line 53 in file /tmp/UqPeD61ett.ini is mal-formed:
> > >>>>>>> .r1337 at /root/mtt-svn/lib/MTT/Messages.pm line
> > 121.
> 
> You have some SVN conflicts in your samples/developer.ini file.
> Do you have your own local changes to that file, e.g., near the
> "hosts" parameter? I think you just want to resolve those with:
> 
>   $ svn resolve --accept=theirs-conflict samples/developer.ini
> 
> -Ethan
> 
> > 
> > Attached are the new developer.ini and the /tmp/UqPeD61ett.ini
files.
> > 
> > Venkat
> > 
> > -Original Message-
> > From: mtt-users-boun...@open-mpi.org
> > [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> > Sent: Thursday, November 19, 2009 8:36 AM
> > To: General user list for the MPI Testing Tool
> > Subject: Re: [MTT users] MTT trivial tests fails tocompleteon
> > Centos5.3-x86_64 bit platform with OFED 1.5
> > 
> > On Wed, Nov/18/2009 12:17:24PM, Venkat Venkatsubra wrote:
> > > Attached.
> > 
> > That developer.ini file is out-of-date. Can you "svn update", and
try
> > to run again? I assume the SVN URL you're using is
> > http://svn.open-mpi.org/svn/mtt/trunk?
> > 
> > -Ethan
> > 
> > > 
> > > -Original Message-
> > > From: mtt-users-boun...@open-mpi.org
> > > [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> > > Sent: Wednesday, November 18, 2009 1:41 PM
> > > To: General user list for the MPI Testing Tool
> > > Subject: Re: [MTT users] MTT trivial tests fails to completeon
> > > Centos5.3-x86_64 bit platform with OFED 1.5
> > > 
> > > Could you run with

Re: [MTT users] MTT trivial tests failstocomplete

2009-11-20 Thread Ethan Mallove
On Thu, Nov/19/2009 02:05:06PM, Venkat Venkatsubra wrote:
> Hi Ethan,
> 
> Thanks for your help.
> I now started with a clean developer.ini and made only the following
> change and reran.
> # Fill this field in
> hostlist = 102.77.77.63
> hostlist_max_np = 1
> max_np = 1
> 
> It doesn't hang like it used to before. I get the below error.
> ...
> ...
> Value got: Config::IniFiles=HASH(0x1ef499a0) mtt submit_group_results
> Value returning:
> Returining reference to an array of a single scalar
> *** ERROR: Could not evaluate: $ret =
> MTT::Values::Functions::if(MTT::Values::Functions::have_hostfile(),
> MTT::Values::Functions::join("--hostfile ",
> MTT::Values::Functions::hostfile()),
> MTT::Values::Functions::if(
> MTT::Values::Functions::have_hostlist(),
> MTT::Values::Functions::join("--host ",
> MTT::Values::Functions::hostlist()),
> ""
> )
> );: Undefined subroutine &MTT::Values::Functions::join called at
> (eval 65) line 1,  line 3.
> 
> What should be the next developer.ini change that I should be making ?
> 
> The complete output and the developer.ini attached.

Oops. &join() should be &stringify().

"svn up" and try again.

-Ethan

> 
> Thanks!
> 
> Venkat
> 
> -Original Message-
> From: mtt-users-boun...@open-mpi.org
> [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> Sent: Thursday, November 19, 2009 11:32 AM
> To: General user list for the MPI Testing Tool
> Cc: Divya Manjunath
> Subject: Re: [MTT users] MTT trivial tests failstocompleteon
> Centos5.3-x86_64 bit platform with OFED 1.5
> 
> On Thu, Nov/19/2009 08:53:12AM, Venkat Venkatsubra wrote:
> > Hi Ethan,
> > 
> > Yes, we are using http://svn.open-mpi.org/svn/mtt/trunk.
> > After "svn update" when I rerun this is what the screen output looks
> > like.
> > 
> > Debug is 1, Verbose is 1
> > *** MTT: ../client/mtt --debug -
> > *** Running on mughal
> > Chdir ../client
> > Chdir /root/mtt-svn/samples
> > Copying: stdin to /tmp/XzxTdnyg85.ini
> > Expanding include_file(s) parameters in /tmp/XzxTdnyg85.ini
> > Reading ini file: stdin
> > *** ERROR: Syntax error in stdin: Line 36 in file /tmp/UqPeD61ett.ini
> is
> > mal-formed:
> > <<< .mine
> > Line 41 in file /tmp/UqPeD61ett.ini is mal-formed:
> > ===
> > Line 53 in file /tmp/UqPeD61ett.ini is mal-formed:
> > >>> .r1337 at /root/mtt-svn/lib/MTT/Messages.pm line
> > 121.
> 
> You have some SVN conflicts in your samples/developer.ini file.
> Do you have your own local changes to that file, e.g., near the
> "hosts" parameter? I think you just want to resolve those with:
> 
>   $ svn resolve --accept=theirs-conflict samples/developer.ini
> 
> -Ethan
> 
> > 
> > Attached are the new developer.ini and the /tmp/UqPeD61ett.ini files.
> > 
> > Venkat
> > 
> > -Original Message-
> > From: mtt-users-boun...@open-mpi.org
> > [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> > Sent: Thursday, November 19, 2009 8:36 AM
> > To: General user list for the MPI Testing Tool
> > Subject: Re: [MTT users] MTT trivial tests fails tocompleteon
> > Centos5.3-x86_64 bit platform with OFED 1.5
> > 
> > On Wed, Nov/18/2009 12:17:24PM, Venkat Venkatsubra wrote:
> > > Attached.
> > 
> > That developer.ini file is out-of-date. Can you "svn update", and try
> > to run again? I assume the SVN URL you're using is
> > http://svn.open-mpi.org/svn/mtt/trunk?
> > 
> > -Ethan
> > 
> > > 
> > > -Original Message-
> > > From: mtt-users-boun...@open-mpi.org
> > > [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> > > Sent: Wednesday, November 18, 2009 1:41 PM
> > > To: General user list for the MPI Testing Tool
> > > Subject: Re: [MTT users] MTT trivial tests fails to completeon
> > > Centos5.3-x86_64 bit platform with OFED 1.5
> > > 
> > > Could you run with --debug (instead of --verbose), and send the
> > > output.
> > > 
> > > Thanks,
> > > Ethan
> > > 
> > > On Wed, Nov/18/2009 11:08:18AM, Venkat Venkatsubra wrote:
> > > > 
> > > > 
> > > > 
> > > > 
> > > >From: Venkat Venkatsubra
> > > >Sent: Wednesday, November 18, 2009 12:54 PM
> > > >To: 'mtt-us...@open-mpi.org'
> > > >Subject: MTT trivial tests fails to complete on
> Centos5.3-x86_64
> > > bit
> > > >platform with OFED 1.5
> > > > 
> > > > 
> > > > 
> > > >Hello All,
> > > > 
> > > > 
> > > > 
> > > >How do I debug this problem ? Attached are the developer.ini
> and
> > > >trivial.ini files.
> > > > 
> > > >I can provide any other information that you need.
> > > > 
> > > > 
> > > > 
> > > >[root@samples]# cat /etc/issue
> > > > 
> > > >CentOS release 5.3 (Final)
> > > > 
> > > >Kernel \r on an \m
> > > > 
> > > > 
> > > > 
> > > >[root@samples]# uname -a
> > > > 
> > > >Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64
> > > x86_64
> > > >x86_64 GNU/Linux
> > 

Re: [MTT users] MTT trivial tests failstocomplete

2009-11-19 Thread Venkat Venkatsubra
Hi Ethan,

Thanks for your help.
I now started with a clean developer.ini and made only the following
change and reran.
# Fill this field in
hostlist = 102.77.77.63
hostlist_max_np = 1
max_np = 1

It doesn't hang like it used to before. I get the below error.
...
...
Value got: Config::IniFiles=HASH(0x1ef499a0) mtt submit_group_results
Value returning:
Returining reference to an array of a single scalar
*** ERROR: Could not evaluate: $ret =
MTT::Values::Functions::if(MTT::Values::Functions::have_hostfile(),
MTT::Values::Functions::join("--hostfile ",
MTT::Values::Functions::hostfile()),
MTT::Values::Functions::if(
MTT::Values::Functions::have_hostlist(),
MTT::Values::Functions::join("--host ",
MTT::Values::Functions::hostlist()),
""
)
);: Undefined subroutine &MTT::Values::Functions::join called at
(eval 65) line 1,  line 3.

What should be the next developer.ini change that I should be making ?

The complete output and the developer.ini attached.

Thanks!

Venkat

-Original Message-
From: mtt-users-boun...@open-mpi.org
[mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
Sent: Thursday, November 19, 2009 11:32 AM
To: General user list for the MPI Testing Tool
Cc: Divya Manjunath
Subject: Re: [MTT users] MTT trivial tests failstocompleteon
Centos5.3-x86_64 bit platform with OFED 1.5

On Thu, Nov/19/2009 08:53:12AM, Venkat Venkatsubra wrote:
> Hi Ethan,
> 
> Yes, we are using http://svn.open-mpi.org/svn/mtt/trunk.
> After "svn update" when I rerun this is what the screen output looks
> like.
> 
> Debug is 1, Verbose is 1
> *** MTT: ../client/mtt --debug -
> *** Running on mughal
> Chdir ../client
> Chdir /root/mtt-svn/samples
> Copying: stdin to /tmp/XzxTdnyg85.ini
> Expanding include_file(s) parameters in /tmp/XzxTdnyg85.ini
> Reading ini file: stdin
> *** ERROR: Syntax error in stdin: Line 36 in file /tmp/UqPeD61ett.ini
is
> mal-formed:
> <<< .mine
> Line 41 in file /tmp/UqPeD61ett.ini is mal-formed:
> ===
> Line 53 in file /tmp/UqPeD61ett.ini is mal-formed:
> >>> .r1337 at /root/mtt-svn/lib/MTT/Messages.pm line
> 121.

You have some SVN conflicts in your samples/developer.ini file.
Do you have your own local changes to that file, e.g., near the
"hosts" parameter? I think you just want to resolve those with:

  $ svn resolve --accept=theirs-conflict samples/developer.ini

-Ethan

> 
> Attached are the new developer.ini and the /tmp/UqPeD61ett.ini files.
> 
> Venkat
> 
> -Original Message-
> From: mtt-users-boun...@open-mpi.org
> [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> Sent: Thursday, November 19, 2009 8:36 AM
> To: General user list for the MPI Testing Tool
> Subject: Re: [MTT users] MTT trivial tests fails tocompleteon
> Centos5.3-x86_64 bit platform with OFED 1.5
> 
> On Wed, Nov/18/2009 12:17:24PM, Venkat Venkatsubra wrote:
> > Attached.
> 
> That developer.ini file is out-of-date. Can you "svn update", and try
> to run again? I assume the SVN URL you're using is
> http://svn.open-mpi.org/svn/mtt/trunk?
> 
> -Ethan
> 
> > 
> > -Original Message-
> > From: mtt-users-boun...@open-mpi.org
> > [mailto:mtt-users-boun...@open-mpi.org] On Behalf Of Ethan Mallove
> > Sent: Wednesday, November 18, 2009 1:41 PM
> > To: General user list for the MPI Testing Tool
> > Subject: Re: [MTT users] MTT trivial tests fails to completeon
> > Centos5.3-x86_64 bit platform with OFED 1.5
> > 
> > Could you run with --debug (instead of --verbose), and send the
> > output.
> > 
> > Thanks,
> > Ethan
> > 
> > On Wed, Nov/18/2009 11:08:18AM, Venkat Venkatsubra wrote:
> > > 
> > > 
> > > 
> > > 
> > >From: Venkat Venkatsubra
> > >Sent: Wednesday, November 18, 2009 12:54 PM
> > >To: 'mtt-us...@open-mpi.org'
> > >Subject: MTT trivial tests fails to complete on
Centos5.3-x86_64
> > bit
> > >platform with OFED 1.5
> > > 
> > > 
> > > 
> > >Hello All,
> > > 
> > > 
> > > 
> > >How do I debug this problem ? Attached are the developer.ini
and
> > >trivial.ini files.
> > > 
> > >I can provide any other information that you need.
> > > 
> > > 
> > > 
> > >[root@samples]# cat /etc/issue
> > > 
> > >CentOS release 5.3 (Final)
> > > 
> > >Kernel \r on an \m
> > > 
> > > 
> > > 
> > >[root@samples]# uname -a
> > > 
> > >Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64
> > x86_64
> > >x86_64 GNU/Linux
> > > 
> > > 
> > > 
> > >I am running OFED-1.5-20091029-0617 daily build.
> > > 
> > > 
> > > 
> > >Started trivial tests using the following command:
> > > 
> > > 
> > > 
> > >[root@samples]# cat developer.ini trivial.ini | ../client/mtt
> > --verbose -
> > > 
> > >
> > > 
> > >
> > > 
> > > >> Initializing reporter module: TextFile
> > > 
> > > *** Reporter initialized
> > > 
> > > *** MPI Get phase s