freebsd-ports/net/lam7/files/patch-tools-mpiexec-mpiexec
Pav Lucistnik ba3a6378a7 After repocopy from net/lam, add lam7, an MPI programming environment and
development system for heterogeneous computers on a network.  With LAM,
a dedicated cluster or an existing network computing infrastructure can act
as one parallel computer solving one problem.

PR:		ports/66738
Submitted by:	Jan Lentfer <lentferj@bio.tu-darmstadt.de>
Repocopy by:	marcus
2004-05-30 07:13:05 +00:00

16 lines
403 B
Text

--- 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;