|
Epetra Package Browser (Single Doxygen Collection)
Development
|
#include <limits.h>#include <stdio.h>#include "Epetra_ConfigDefs.h"#include <mpi.h>#include "Epetra_MpiComm.h"#include "Epetra_CrsMatrix.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"
Go to the source code of this file.
Macros | |
| #define | ITYPE long long |
| #define | OFFSET_EPETRA64 0 |
| #define | FINALIZE MPI_Finalize() |
| #define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
Functions | |
| int | main (int narg, char *arg[]) |
| #define ITYPE long long |
Definition at line 18 of file test/Bugs_LL/Bug_5791_StaticProfile_LL/cxx_main.cpp.
| #define OFFSET_EPETRA64 0 |
Definition at line 19 of file test/Bugs_LL/Bug_5791_StaticProfile_LL/cxx_main.cpp.
| #define FINALIZE MPI_Finalize() |
Definition at line 28 of file test/Bugs_LL/Bug_5791_StaticProfile_LL/cxx_main.cpp.
| #define MIN | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a) : (b)) |
Definition at line 49 of file test/Bugs_LL/Bug_5791_StaticProfile_LL/cxx_main.cpp.
| int main | ( | int | narg, |
| char * | arg[] | ||
| ) |
Definition at line 51 of file test/Bugs_LL/Bug_5791_StaticProfile_LL/cxx_main.cpp.
1.8.14