--- trunk/finley/src/CPPAdapter/MeshAdapter.h 2008/10/13 10:19:17 1876 +++ trunk/finley/src/CPPAdapter/MeshAdapter.h 2008/10/14 02:58:39 1877 @@ -142,6 +142,22 @@ /** \brief + If compiled for MPI then execute an MPI_Barrier, else do nothing + */ + + FINLEY_DLL_API + virtual void MPIBarrier() const; + + /** + \brief + Return true if on MPI processor 0, else false + */ + + FINLEY_DLL_API + virtual bool onMasterProcessor() const; + + /** + \brief return this as an AbstractContinuousDomain. */ inline const AbstractContinuousDomain& asAbstractContinuousDomain() const