57 #include "../epetra_test_err.h"
60 int main(
int argc,
char *argv[]) {
62 int i, ierr=0, returnierr=0;
68 MPI_Init(&argc,&argv);
71 MPI_Comm_size(MPI_COMM_WORLD, &size);
72 MPI_Comm_rank(MPI_COMM_WORLD, &rank);
84 if (argc>1)
if (argv[1][0]==
'-' && argv[1][1]==
'v') verbose =
true;
92 if (!verbose) Comm.SetTracebackMode(0);
94 int MyPID = Comm.
MyPID();
99 cout << Comm << endl << flush;
103 bool verbose1 = verbose;
105 if (verbose) verbose = (MyPID==0);
107 int NumMyElements = 3;
108 int NumGlobalElements = NumMyElements;
111 cout <<
"MyPID: " << MyPID <<
", NumMyElements: " << NumMyElements << endl;
126 cout << Graph << endl;
131 cout << NewGraph << endl;
std::string EpetraExt_Version()
int InsertGlobalIndices(int_type GlobalRow, int NumIndices, int_type *Indices)
int main(int argc, char **argv)
Block Triangular Factorization (Reordering) of Epetra_CrsGraph.