pkgsrc/parallel/mpi-ch/patches/patch-bb
jschauma 74de9b2717 Update mpi-ch to 1.2.5.2, released on September 11th, 2003.
An extensive list of changes since the last release is available online
at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html
(It's difficult to destill the important changes from that file, which
is why I'm not pasting the entire collection in here.)
2003-12-03 21:06:17 +00:00

18 lines
436 B
Text

$NetBSD: patch-bb,v 1.1 2003/12/03 21:06:17 jschauma Exp $
--- MPI-2-C++/contrib/examples/topology.cc.orig 2003-12-02 23:07:49.000000000 -0500
+++ MPI-2-C++/contrib/examples/topology.cc 2003-12-02 23:08:04.000000000 -0500
@@ -27,10 +27,12 @@
// Additional copyrights may follow.
//
-#include <iostream.h>
+#include <iostream>
#include <mpi++.h>
#include <assert.h>
+using namespace std;
+
void cartesian();
void graph();