Zoltan2
Loading...
Searching...
No Matches
directoryTest_Impl.hpp File Reference
#include <Teuchos_RCP.hpp>
#include <Teuchos_ArrayView.hpp>
#include <Zoltan2_TPLTraits.hpp>
#include "Zoltan2_Directory_Impl.hpp"
Include dependency graph for directoryTest_Impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Zoltan2::gid_set_t
struct  Zoltan2::lid_set_t
class  Zoltan2::IDs< gid_t, lid_t, user_t >
class  Zoltan2::Single_GID< gid_t, lid_t, user_t >
class  Zoltan2::Multiple_GID< gid_t, lid_t, user_t >
class  Zoltan2::Single_User< gid_t, lid_t, user_t >
class  Zoltan2::Vector_User< gid_t, lid_t, user_t >
class  Zoltan2::Single_User_Single_GID< gid_t, lid_t, user_t >
class  Zoltan2::Single_User_Multiple_GID< gid_t, lid_t, user_t >
class  Zoltan2::Vector_User_Single_GID< gid_t, lid_t, user_t >
class  Zoltan2::Vector_User_Multiple_GID< gid_t, lid_t, user_t >
class  Zoltan2::TestManager

Namespaces

namespace  Zoltan2
 Created by mbenlioglu on Aug 31, 2020.

Macros

#define GID_SET_LENGTH   3
#define LID_SET_LENGTH   4
#define NOT_FOUND_VALUE   -1

Enumerations

enum  Zoltan2::TestMode { Zoltan2::Replace = 0 , Zoltan2::Add , Zoltan2::Aggregate , Zoltan2::TestMode_Max }

Functions

void Zoltan2::print_proc_safe (const std::string &message, Teuchos::RCP< const Teuchos::Comm< int > > comm, bool only_rank0=true)
int Zoltan2::runDirectoryTests (int narg, char **arg)

Macro Definition Documentation

◆ GID_SET_LENGTH

#define GID_SET_LENGTH   3

Definition at line 35 of file directoryTest_Impl.hpp.

◆ LID_SET_LENGTH

#define LID_SET_LENGTH   4

Definition at line 41 of file directoryTest_Impl.hpp.

◆ NOT_FOUND_VALUE

#define NOT_FOUND_VALUE   -1

Definition at line 62 of file directoryTest_Impl.hpp.