Good catch; thanks.

On Jul 13, 2014, at 7:35 AM, MPI Team <mpit...@crest.iu.edu> wrote:

> The branch, master has been updated
>       via  313f269f46faa4e797ef48791baac659f5cc93ea (commit)
>      from  ec7436085d39893e9e87369801b8db44c2e57d14 (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> https://github.com/open-mpi/mtt/commit/313f269f46faa4e797ef48791baac659f5cc93ea
> 
> commit 313f269f46faa4e797ef48791baac659f5cc93ea
> Author: Mike Dubman <mi...@mellanox.com>
> Date:   Sun Jul 13 14:28:31 2014 +0300
> 
>    sub _kill_proc was renamed to _kill_proc_tree but old API was used.
> ---
> lib/MTT/Util.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/MTT/Util.pm b/lib/MTT/Util.pm
> index df2fa21..dd9fbf0 100644
> --- a/lib/MTT/Util.pm
> +++ b/lib/MTT/Util.pm
> @@ -463,7 +463,7 @@ sub term_handler{
>       
> Verbose("###############################################################################\n");
>       $MTT::Globals::Values->{extra_subject} = " ***Received $signame***";
> 
> -     MTT::DoCommand::_kill_proc($MTT::DoCommand::pid);
> +     MTT::DoCommand::_kill_proc_tree($MTT::DoCommand::pid);
>       MTT::Reporter::QueueSubmit();
> 
>       if ($trim) {
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
> lib/MTT/Util.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 
> hooks/post-receive
> -- 
> MTT
> _______________________________________________
> 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/

Reply via email to