ohh.. it is just flooding the log with same data for every test launch.

maybe we should have verbose level in mtt?


On Mon, Apr 7, 2014 at 6:30 PM, Jeff Squyres (jsquyres)
<jsquy...@cisco.com>wrote:

> Mike --
>
> Why did you comment these out?  By definition, --debug output should be a
> LOT of output.
>
>
> On Apr 5, 2014, at 7:27 PM, <svn-commit-mai...@open-mpi.org> wrote:
>
> > Author: miked (Mike Dubman)
> > Date: 2014-04-05 19:27:28 EDT (Sat, 05 Apr 2014)
> > New Revision: 1637
> > URL: https://svn.open-mpi.org/trac/mtt/changeset/1637
> >
> > Log:
> > silence print
> >
> > Text files modified:
> >   trunk/lib/MTT/Values/Functions/MPI/OMPI.pm |     4 ++--
> >   1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > Modified: trunk/lib/MTT/Values/Functions/MPI/OMPI.pm
> >
> ==============================================================================
> > --- trunk/lib/MTT/Values/Functions/MPI/OMPI.pm        Mon Mar 17
> 14:14:47 2014        (r1636)
> > +++ trunk/lib/MTT/Values/Functions/MPI/OMPI.pm        2014-04-05
> 19:27:28 EDT (Sat, 05 Apr 2014)      (r1637)
> > @@ -331,7 +331,7 @@
> >
> >     # Check the environment for OMPI_MCA_* values
> >     foreach my $e (keys(%ENV)) {
> > -        Debug("Functions::MPI::OMPI: Checking env key: $e\n");
> > +        #Debug("Functions::MPI::OMPI: Checking env key: $e\n");
> >         if ($e =~ m/^OMPI_MCA_(\S+)/) {
> >             my $v = $ENV{"OMPI_MCA_$1"};
> >             push(@params, "--env-mca $1 $v");
> > @@ -339,7 +339,7 @@
> >     }
> >
> >     $str = join(' ', @params);
> > -    Debug("Functions::MPI::OMPI: Returning MCA params $str\n");
> > +    #Debug("Functions::MPI::OMPI: Returning MCA params $str\n");
> >     $str;
> > }
> >
> > _______________________________________________
> > mtt-svn mailing list
> > mtt-...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/mtt-svn
>
>
> --
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to:
> http://www.cisco.com/web/about/doing_business/legal/cri/
>
> _______________________________________________
> mtt-devel mailing list
> mtt-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel
>

Reply via email to