Parent Directory
|
Revision Log
|
Patch
revision 1876 by jfenwick, Mon Oct 13 00:18:55 2008 UTC | revision 1877 by ksteube, Tue Oct 14 02:58:39 2008 UTC | |
---|---|---|
# | Line 118 Note: This is _not_ equivalent to weak_p | Line 118 Note: This is _not_ equivalent to weak_p |
118 | ESCRIPT_DLL_API | ESCRIPT_DLL_API |
119 | virtual int getMPIRank() const; | virtual int getMPIRank() const; |
120 | ||
121 | /** | |
122 | \brief | |
123 | If compiled for MPI then execute an MPI_Barrier, else do nothing | |
124 | */ | |
125 | ||
126 | ESCRIPT_DLL_API | |
127 | virtual void MPIBarrier() const; | |
128 | /** | |
129 | \brief | |
130 | Return true if on MPI master, else false | |
131 | */ | |
132 | ||
133 | ESCRIPT_DLL_API | |
134 | virtual bool onMasterProcessor() const; | |
135 | ||
136 | ||
137 | ||
138 | /** | /** |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |