summaryrefslogtreecommitdiff
path: root/net/lam7/files/patch-tools-mpiexec-mpiexec
diff options
context:
space:
mode:
Diffstat (limited to 'net/lam7/files/patch-tools-mpiexec-mpiexec')
-rw-r--r--net/lam7/files/patch-tools-mpiexec-mpiexec16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/lam7/files/patch-tools-mpiexec-mpiexec b/net/lam7/files/patch-tools-mpiexec-mpiexec
new file mode 100644
index 000000000000..930c740acfe5
--- /dev/null
+++ b/net/lam7/files/patch-tools-mpiexec-mpiexec
@@ -0,0 +1,16 @@
+--- tools/mpiexec/mpiexec.orig Sun Apr 25 23:41:00 2004
++++ tools/mpiexec/mpiexec Tue May 25 19:11:44 2004
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/env perl -w
+
+ # Copyright (c) 2001-2003 The Trustees of Indiana University.
+ # All rights reserved.
+@@ -17,7 +17,6 @@
+ #
+
+ use strict;
+-use warnings;
+ use File::Temp qw(tempfile tempdir);
+ use Data::Dumper;
+ use POSIX;