From b11c9574d49e0c67b6847e240144a7d418948f7b Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 11 Oct 2016 23:28:16 -0700 Subject: [PATCH] Remove debug and update copyright --- contrib/scaling/scaling.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/scaling/scaling.pl b/contrib/scaling/scaling.pl index 6d18eb46e6..25ad07c987 100755 --- a/contrib/scaling/scaling.pl +++ b/contrib/scaling/scaling.pl @@ -2,7 +2,7 @@ # # Copyright (c) 2012 Los Alamos National Security, Inc. # All rights reserved. -# Copyright (c) 2015 Intel, Inc. All rights reserved. +# Copyright (c) 2015-2016 Intel, Inc. All rights reserved. use strict; use Getopt::Long; @@ -32,7 +32,7 @@ my @starteroptions = ("-npernode 1 --novm", # Set to true if the script should merely print the cmds # it would run, but don't run them -my $SHOWME = 1; +my $SHOWME = 0; # Set to true to suppress most informational messages. my $QUIET = 0; # Set to true if we just want to see the help message