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

Gathering definitions used in software development. More...

#include <Zoltan2_Version.hpp>
#include <Zoltan2_config.h>
#include <Teuchos_RCP.hpp>
#include <Teuchos_Array.hpp>
#include <Teuchos_Tuple.hpp>
#include <Teuchos_ArrayRCP.hpp>
#include <Teuchos_ArrayView.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_ParameterEntry.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_Comm.hpp>
#include <Teuchos_CommHelpers.hpp>
#include <Teuchos_toString.hpp>
#include <Tpetra_Core.hpp>
#include <Tpetra_ConfigDefs.hpp>
#include <Zoltan2_Exceptions.hpp>
Include dependency graph for Zoltan2_Standards.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Macros

#define HELLO
 

Typedefs

typedef Tpetra::global_size_t Zoltan2::global_size_t
 

Detailed Description

Gathering definitions used in software development.

Todo:
Should we allow data types for part ID to be set as cmake configure options? Part ID lists in the PartitioningSolution are of length "number of objects". If part ID could be short or int, we save significant memory. For now - typedef'd to int so it is easy to change. It seems data type for proc should be int - since it is int in the rest of Trilinos.

Definition in file Zoltan2_Standards.hpp.

Macro Definition Documentation

#define HELLO

Definition at line 132 of file Zoltan2_Standards.hpp.