Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Macros | Functions
Zoltan2_Environment.hpp File Reference

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>
Include dependency graph for Zoltan2_Environment.hpp:
This graph shows which files directly or indirectly include this file:

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
 Created by mbenlioglu on Aug 31, 2020.
 

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...
 

Detailed Description

Defines the Environment class.

Definition in file Zoltan2_Environment.hpp.

Macro Definition Documentation

#define Z2_UNSET_STRING   std::string("notSet")

A value to indicate a string parameter that was not set by the user.

Definition at line 638 of file Zoltan2_Environment.hpp.