We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2326e3 commit b11c957Copy full SHA for b11c957
contrib/scaling/scaling.pl
@@ -2,7 +2,7 @@
2
#
3
# Copyright (c) 2012 Los Alamos National Security, Inc.
4
# All rights reserved.
5
-# Copyright (c) 2015 Intel, Inc. All rights reserved.
+# Copyright (c) 2015-2016 Intel, Inc. All rights reserved.
6
7
use strict;
8
use Getopt::Long;
@@ -32,7 +32,7 @@
32
33
# Set to true if the script should merely print the cmds
34
# it would run, but don't run them
35
-my $SHOWME = 1;
+my $SHOWME = 0;
36
# Set to true to suppress most informational messages.
37
my $QUIET = 0;
38
# Set to true if we just want to see the help message
0 commit comments