1#ifndef AMREX_PARSTREAM_H_
2#define AMREX_PARSTREAM_H_
3#include <AMReX_Config.H>
Definition AMReX_Amr.cpp:49
const std::string & poutFileName()
return the current filename as used by pout()
Definition AMReX_parstream.cpp:184
std::ostream & pout()
the stream that all output except error msgs should use
Definition AMReX_parstream.cpp:116
void setPoutBaseName(const std::string &a_Name)
Set the base name for the parallel output files used by pout().
Definition AMReX_parstream.cpp:162