]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mpi/example/cartesian_communicator.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mpi / example / cartesian_communicator.cpp
index e06f150cd2cbfc2cf76b941b20bee5a77a6591c9..7b011041d96a4e7a212eb6f535bc43f1681794cf 100644 (file)
@@ -13,8 +13,6 @@
 #include <boost/mpi/environment.hpp>
 #include <boost/mpi/cartesian_communicator.hpp>
 
-#include <boost/test/minimal.hpp>
-
 namespace mpi = boost::mpi;
 // Curly brace init make this useless, but
 //  - Need to support obsolete like g++ 4.3.x. for some reason
@@ -23,7 +21,7 @@ namespace mpi = boost::mpi;
 //  actually wan't to use bjam, which does not (make sense))
 typedef mpi::cartesian_dimension cd;
 
-int test_main(int argc, char* argv[])
+int main(int argc, char* argv[])
 {
   mpi::environment  env;
   mpi::communicator world;