Epetra Package Browser (Single Doxygen Collection)
Development
|
#include <limits.h>
#include "../epetra_test_err.h"
#include "Epetra_Time.h"
#include "Epetra_Util.h"
#include "Epetra_Distributor.h"
#include "Epetra_SerialComm.h"
#include "Epetra_IntSerialDenseVector.h"
#include "Epetra_Version.h"
#include <mpi.h>
#include "Epetra_MpiComm.h"
Go to the source code of this file.
Functions | |
int | checkMpiDataClass (bool verbose) |
int | checkSerialDataClass (bool verbose) |
int | checkCommMethods (Epetra_Comm &petracomm, bool verbose, bool verbose1, int &NumProc, int &rank) |
int | checkRankAndSize (Epetra_Comm &petracomm, bool verbose, int rank, int size) |
void | checkBarrier (Epetra_Comm &petracomm, bool verbose, int rank) |
int | checkDistributor (Epetra_Distributor *distr, Epetra_Comm &Comm) |
int | main (int argc, char *argv[]) |
int checkMpiDataClass | ( | bool | verbose | ) |
Definition at line 785 of file test/Comm/cxx_main.cpp.
int checkSerialDataClass | ( | bool | verbose | ) |
Definition at line 722 of file test/Comm/cxx_main.cpp.
int checkCommMethods | ( | Epetra_Comm & | petracomm, |
bool | verbose, | ||
bool | verbose1, | ||
int & | NumProc, | ||
int & | rank | ||
) |
Definition at line 206 of file test/Comm/cxx_main.cpp.
int checkRankAndSize | ( | Epetra_Comm & | petracomm, |
bool | verbose, | ||
int | rank, | ||
int | size | ||
) |
Definition at line 193 of file test/Comm/cxx_main.cpp.
void checkBarrier | ( | Epetra_Comm & | petracomm, |
bool | verbose, | ||
int | rank | ||
) |
Definition at line 168 of file test/Comm/cxx_main.cpp.
int checkDistributor | ( | Epetra_Distributor * | distr, |
Epetra_Comm & | Comm | ||
) |
Definition at line 847 of file test/Comm/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 70 of file test/Comm/cxx_main.cpp.