common code used by tests
More...
#include <Zoltan2_Util.hpp>
#include <iostream>
#include <Tpetra_Map.hpp>
#include <TpetraCore_config.h>
#include <ErrorHandlingForTests.hpp>
#include <UserInputForTests.hpp>
#include <PrintData.hpp>
Go to the source code of this file.
|
typedef Tpetra::Map ::node_type | znode_t |
|
typedef int | zpart_t |
|
typedef Tpetra::Map ::local_ordinal_type | zlno_t |
|
typedef Tpetra::Map ::global_ordinal_type | zgno_t |
|
typedef float | zscalar_t |
|
common code used by tests
Definition in file Zoltan2_TestHelpers.hpp.
◆ STR_VALUE
#define STR_VALUE |
( |
|
path | ) |
#path |
◆ PATH_NAME
◆ MEMORY_CHECK
#define MEMORY_CHECK |
( |
|
iPrint, |
|
|
|
msg |
|
) |
| |
Value: if (iPrint){ \
std::cout.width(10); \
std::cout.fill('*'); \
std::cout << kb << " KB, " << msg << std::endl; \
std::cout.width(0); \
std::cout.fill(' '); \
}
long getProcessKilobytes()
Definition at line 129 of file Zoltan2_TestHelpers.hpp.
◆ znode_t
typedef Tpetra::Map ::node_type znode_t |
◆ zpart_t
◆ zlno_t
typedef Tpetra::Map ::local_ordinal_type zlno_t |
◆ zgno_t
typedef Tpetra::Map ::global_ordinal_type zgno_t |
◆ zscalar_t
◆ testDataFilePath()
std::string testDataFilePath |
( |
"." |
| ) |
|
◆ zoltanTestDirectory()
std::string zoltanTestDirectory |
( |
"." |
| ) |
|