27 #ifndef LBANN_UTILS_SYSTEM_INFO_HPP_INCLUDED 28 #define LBANN_UTILS_SYSTEM_INFO_HPP_INCLUDED 54 virtual std::string
pid()
const;
87 #endif // LBANN_UTILS_SYSTEM_INFO_HPP_INCLUDED virtual std::string pid() const
Get the current process ID.
virtual int mpi_size() const
Get the size of the MPI universe in which this process is participating.
virtual std::string host_name() const
Get the host name for this process.
Query basic system information.
virtual ~SystemInfo() noexcept=default
Virtual destructor.
virtual int mpi_rank() const
Get the MPI rank of this process.
virtual std::string env_variable_value(std::string const &var_name) const
Get the value of the given variable from the environment.