Subject: Re: [MTT users] Help starting out with MTT
From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2008-01-28 11:01:53


On Jan 25, 2008, at 4:26 PM, Jennis Pruett wrote:

> I'm trying to find something that is a beginner's guide/configure/
> explanation to using MTT.
> Anything like that out there? I've searched the website, finding
> nothing.

All of our docs are on the wiki; unfortunately, we don't have much in
the way of troubleshooting docs [yet].

> I do have access to the mtt database now, and it ran along using
> client/mtt --file samples/ompi-core-template.ini --debug
> until it stopped with the following.

> <cut>

This looks like a quoting or parentheses problem. Can you send your
entire .ini file?

> >> Running with [ompi-nightly-v1.2] / [1.2.5rc2r16941] / [gcc
> warnings]
> Found MPI details: [mpi details: open mpi]
> Using [mpi details: open mpi] with [MPI Install: gcc warnings]
> Evaluating: # We can exit if the test passed or was skipped (i.e.,
> there's
> no need
> # to cleanup).
> if test "$MTT_TEST_RUN_RESULT" = "passed" -o
> "$MTT_TEST_RUN_RESULT" =
> "skipped"; then
> exit 0
> fi
>
> if test "$MTT_TEST_HOSTFILE" != ""; then
> args="--hostfile $MTT_TEST_HOSTFILE"
> elif test "$MTT_TEST_HOSTLIST" != ""; then
> args="--host $MTT_TEST_HOSTLIST"
> fi
> orterun $args -np $MTT_TEST_NP --prefix $MTT_TEST_PREFIX
> mtt_ompi_cleanup.pl
> Got final exec: mpirun &if(&have_hostfile(), "&join("--hostfile ",
> "&hostfile()")", "&if(&have_hostlist(), "&join("--
> host ",
> "&hostlist()")", "")") -np &test_np() &enumerate( "--mca
> btl
> sm,tcp,self&if(&eq("&mpi_get_name()", "ompi-nightly-v1.1"), "
> --mca btl_tcp_if_include eth0 --mca oob_tcp_if_include eth0 --mca
> btl_openib_max_btls 1", "")", "--mca btl
> tcp,self&if(&eq("&mpi_get_name()", "ompi-nightly-v1.1"), " --mca
> btl_tcp_if_include eth0 --mca oob_tcp_if_include eth0 --mca
> btl_openib_max_btls 1", "")") --prefix &test_prefix()
> &test_executable()
> &test_argv()
> chdir
> /usr/projects/hpctools/jennyp/ompi-core-testers/installs/3lYp/
> tests/ones
> ided/onesided
> Evaluating: require MTT::Test::Specify::Simple
> Simple
> *** ERROR: Module aborted during require: MTT::Test::Specify::Simple
> Simple: syntax error at (eval 11095) line 4, near "require
> MTT::Test::Specify::Simple
> Simple
> "
> _______________________________________________
> mtt-users mailing list
> mtt-users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/mtt-users

-- 
Jeff Squyres
Cisco Systems