23#include "openPMD/ChunkInfo.hpp"
26namespace openPMD::host_info
46Method methodFromStringDescription(std::string
const &descr,
bool consider_mpi);
55#define openPMD_POSIX_AVAILABLE false
57#define openPMD_POSIX_AVAILABLE true
60#if openPMD_POSIX_AVAILABLE
61std::string posix_hostname();
65std::string mpi_processor_name();