#include <Teuchos_GlobalMPISession.hpp>
#include <Teuchos_RCP.hpp>
#include <Zoltan2_Environment.hpp>
#include <Zoltan2_TPLTraits.hpp>
Go to the source code of this file.
|
#define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
|
#define | PRINTMSG(s) std::cout << (s) << " " << __FILE__ << ":" << __LINE__ << std::endl |
|
|
int | main (int argc, char *argv[]) |
|
◆ MAX
#define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) > (b) ? (a) : (b)) |
◆ PRINTMSG
#define PRINTMSG |
( |
|
s | ) |
std::cout << (s) << " " << __FILE__ << ":" << __LINE__ << std::endl |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |