Zoltan2
|
#include "Teuchos_CommHelpers.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_RCP.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_MultiVector.hpp"
#include <string>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Typedefs | |
typedef int | z2TestLO |
typedef int | z2TestGO |
typedef double | z2TestScalar |
Functions | |
static long | getProcessKilobytes () |
int | main (int narg, char **arg) |
typedef int z2TestLO |
Definition at line 20 of file mapMemoryLeak.cpp.
typedef int z2TestGO |
Definition at line 21 of file mapMemoryLeak.cpp.
typedef double z2TestScalar |
Definition at line 22 of file mapMemoryLeak.cpp.
|
static |
Definition at line 30 of file mapMemoryLeak.cpp.
int main | ( | int | narg, |
char ** | arg | ||
) |
Definition at line 74 of file mapMemoryLeak.cpp.