1#ifndef MPI_INFO_OBJECT_H
2#define MPI_INFO_OBJECT_H
17 : _mpi_info(MPI_INFO_NULL)
37 operator MPI_Info()
const {
return _mpi_info; }
MPI Info object implements functionalities to handle MPI Info objects, e.g. initialize from a XML fil...
Definition: MPI_Info_object.h:14
void reset()
reset MPI info object
Definition: MPI_Info_object.cpp:12
void add_hint(std::string &key, std::string &value)
Add a hint key value pair.
Definition: MPI_Info_object.cpp:38
void readXML(XMLfile &xmlconfig)
read key value pairs to be set in the MPI info object
Definition: MPI_Info_object.cpp:18
void get_dup_MPI_Info(MPI_Info *mpi_info)
Obtains the MPI info object as a duplicate of the internal one.
Definition: MPI_Info_object.cpp:51
XML file abstraction.
Definition: xmlfile.h:47
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-punstructured.h:270