ls1-MarDyn
ls1-MarDyn molecular dynamics code
Public Member Functions | List of all members
MPI_Info_object Class Reference

MPI Info object implements functionalities to handle MPI Info objects, e.g. initialize from a XML file. More...

#include <MPI_Info_object.h>

Public Member Functions

void readXML (XMLfile &xmlconfig)
 read key value pairs to be set in the MPI info object More...
 
void reset ()
 reset MPI info object
 
void add_hint (std::string &key, std::string &value)
 Add a hint key value pair.
 
void get_dup_MPI_Info (MPI_Info *mpi_info)
 Obtains the MPI info object as a duplicate of the internal one.
 
 operator MPI_Info () const
 

Detailed Description

MPI Info object implements functionalities to handle MPI Info objects, e.g. initialize from a XML file.

Member Function Documentation

◆ readXML()

void MPI_Info_object::readXML ( XMLfile xmlconfig)

read key value pairs to be set in the MPI info object

The following xml object structure is handled by this method:

<pair> <key>STRING</key> <value>STRING</value> </pair>
<pair> ...

The documentation for this class was generated from the following files: