Changeset 0bd47e for src/comm/mpi/settings.hpp
- Timestamp:
- Apr 9, 2013, 11:44:26 AM (13 years ago)
- Children:
- bd61b5c
- Parents:
- e85cfd
- File:
-
- 1 edited
-
src/comm/mpi/settings.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/mpi/settings.hpp
re85cfd r0bd47e 15 15 * You should have received a copy of the GNU General Public License 16 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 19 /** 20 * @file settings.hpp 21 * @author Julian Iseringhausen <isering@ins.uni-bonn.de> 22 * @date Mon Jan 2 18:45:22 2012 23 * 24 * @brief Computes several MPI-related settings. 25 * 17 26 */ 18 27 … … 61 70 VMG::MPI::DatatypesLocal& DatatypesLocal(const Grid& grid); 62 71 72 std::string ToString() const; 73 63 74 private: 64 75 Index GlobalDims(MPI_Comm comm, Index pos); … … 77 88 }; 78 89 90 std::ostream& operator<<(std::ostream& out, const VMG::MPI::Settings& settings); 91 79 92 } 80 93
Note:
See TracChangeset
for help on using the changeset viewer.
