Zoltan2
|
Defines the Environment class. More...
#include <Zoltan2_config.h>
#include <Zoltan2_Util.hpp>
#include <Zoltan2_IO.hpp>
#include <Zoltan2_Parameters.hpp>
#include <Zoltan2_DebugManager.hpp>
#include <Zoltan2_TimerManager.hpp>
#include <Zoltan2_MetricOutputManager.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_Comm.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_CommHelpers.hpp>
#include <Teuchos_StandardParameterEntryValidators.hpp>
Go to the source code of this file.
Classes | |
class | Zoltan2::Environment |
The user parameters, debug, timing and memory profiling output objects, and error checking methods. More... | |
Namespaces | |
Zoltan2 | |
Macros | |
#define | Z2_UNSET_STRING std::string("notSet") |
A value to indicate a string parameter that was not set by the user. More... | |
Functions | |
template<typename metric_t > | |
void | Zoltan2::makeMetricOutputManager (int rank, bool iPrint, std::string fname, int ost, Teuchos::RCP< MetricOutputManager< metric_t > > &mgr, std::string units, int fieldWidth, RCP< std::ofstream > &fptr) |
Create an output manager for a metric value. More... | |
Defines the Environment class.
Definition in file Zoltan2_Environment.hpp.
#define Z2_UNSET_STRING std::string("notSet") |
A value to indicate a string parameter that was not set by the user.
Definition at line 645 of file Zoltan2_Environment.hpp.