74de9b2717
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.)
18 lines
436 B
Text
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();
|
|
|