Ignore:
Timestamp:
Apr 9, 2013, 11:44:26 AM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
bd61b5c
Parents:
e85cfd
Message:

Added MPI classes output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/mpi/settings.hpp

    re85cfd r0bd47e  
    1515 *  You should have received a copy of the GNU General Public License
    1616 *  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 *
    1726 */
    1827
     
    6170  VMG::MPI::DatatypesLocal& DatatypesLocal(const Grid& grid);
    6271
     72  std::string ToString() const;
     73
    6374private:
    6475  Index GlobalDims(MPI_Comm comm, Index pos);
     
    7788};
    7889
     90std::ostream& operator<<(std::ostream& out, const VMG::MPI::Settings& settings);
     91
    7992}
    8093
Note: See TracChangeset for help on using the changeset viewer.