X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fmpiworld.h;h=4d66c5fefaa8a8ae735a394b63eae52226516eea;hp=2889821708a0770f44dc58cdd1d3e03db0487258;hb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac;hpb=031437896d0dc6cac70c16e5604b10f5aa4d0767 diff --git a/include/mpiworld.h b/include/mpiworld.h index 2889821..4d66c5f 100644 --- a/include/mpiworld.h +++ b/include/mpiworld.h @@ -7,9 +7,9 @@ ** Date Started: June 6, 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $id$ +** $Id$ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -27,12 +27,12 @@ #include #include - +#include class MPIWorld { public: - MPIWorld (int& argc, char**& argv); + MPIWorld (int& argc, char* const *& argv); void setTotalWorkUnits (int totalUnits); @@ -62,7 +62,9 @@ class MPIWorld MPI::Intracomm& getComm() { return m_comm; } - + + void BcastString (string& str); + private: int m_myRank; int m_nProcessors;