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.
common code used by tests
Definition in file Zoltan2_TestHelpers.hpp.
#define STR_VALUE |
( |
|
path | ) |
#path |
#define HAVE_EPETRA_DATA_TYPES |
#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 156 of file Zoltan2_TestHelpers.hpp.
typedef Tpetra::Map ::node_type znode_t |
std::string testDataFilePath |
( |
"." |
| ) |
|
std::string zoltanTestDirectory |
( |
"." |
| ) |
|