|
Zoltan2
|
common code used by tests More...
#include <Zoltan2_Util.hpp>#include <iostream>#include <ErrorHandlingForTests.hpp>#include <UserInputForTests.hpp>#include <PrintData.hpp>

Go to the source code of this file.
Defines | |
| #define | STR_VALUE(path) #path |
| #define | PATH_NAME(path) STR_VALUE(path) |
| #define | HAVE_EPETRA_DATA_TYPES |
| #define | MEMORY_CHECK(iPrint, msg) |
Typedefs | |
| typedef KokkosClassic::DefaultNode::DefaultNodeType | znode_t |
| typedef int | zlno_t |
| typedef int | zgno_t |
| typedef unsigned int | zzgid_t |
| typedef double | zscalar_t |
Functions | |
| std::string | testDataFilePath (".") |
| std::string | zoltanTestDirectory (".") |
common code used by tests
Definition in file Zoltan2_TestHelpers.hpp.
| #define STR_VALUE | ( | path | ) | #path |
Definition at line 59 of file Zoltan2_TestHelpers.hpp.
Definition at line 60 of file Zoltan2_TestHelpers.hpp.
| #define HAVE_EPETRA_DATA_TYPES |
Definition at line 145 of file Zoltan2_TestHelpers.hpp.
| #define MEMORY_CHECK | ( | iPrint, | |
| msg | |||
| ) |
if (iPrint){ \ long kb = Zoltan2::getProcessKilobytes(); \ std::cout.width(10); \ std::cout.fill('*'); \ std::cout << kb << " KB, " << msg << std::endl; \ std::cout.width(0); \ std::cout.fill(' '); \ }
Definition at line 149 of file Zoltan2_TestHelpers.hpp.
| typedef KokkosClassic::DefaultNode::DefaultNodeType znode_t |
Definition at line 55 of file Zoltan2_TestHelpers.hpp.
| typedef int zlno_t |
Definition at line 141 of file Zoltan2_TestHelpers.hpp.
| typedef int zgno_t |
Definition at line 142 of file Zoltan2_TestHelpers.hpp.
| typedef unsigned int zzgid_t |
Definition at line 143 of file Zoltan2_TestHelpers.hpp.
| typedef double zscalar_t |
Definition at line 144 of file Zoltan2_TestHelpers.hpp.
| std::string testDataFilePath | ( | "." | ) |
| std::string zoltanTestDirectory | ( | "." | ) |
1.7.6.1