X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fmpiworld.h;h=5818ed3df3d4c6149bc475a1aa16413fa0495f57;hb=9f7d379c2b03f3c09907cfd885072433e0428042;hp=2889821708a0770f44dc58cdd1d3e03db0487258;hpb=031437896d0dc6cac70c16e5604b10f5aa4d0767;p=ctsim.git diff --git a/include/mpiworld.h b/include/mpiworld.h index 2889821..5818ed3 100644 --- a/include/mpiworld.h +++ b/include/mpiworld.h @@ -27,7 +27,7 @@ #include #include - +#include class MPIWorld { @@ -62,7 +62,9 @@ class MPIWorld MPI::Intracomm& getComm() { return m_comm; } - + + void BcastString (string& str); + private: int m_myRank; int m_nProcessors;