45 #include "Epetra_SerialComm.h"
47 # include "Epetra_MpiComm.h"
49 #include "Epetra_Map.h"
50 #include "Epetra_CrsMatrix.h"
69 using Teuchos::outArg;
76 bool g_dumpAll =
false;
77 bool g_show_all_tests =
false;
83 "local-dim", &g_localDim,
"Local dimension of each vector." );
85 "show-all-tests",
"no-show-all-tests", &g_show_all_tests,
86 "Set if all tests are shown or not." );
88 "dump-all",
"no-dump-all", &g_dumpAll,
89 "Dump lots of data" );
93 RCP<const Epetra_Comm> getEpetraComm()
96 return rcp(
new Epetra_MpiComm(MPI_COMM_WORLD));
98 return rcp(
new Epetra_SerialComm());
static CommandLineProcessor & getCLP()
TEUCHOS_ORDINAL_TYPE Teuchos_Ordinal
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
void setOption(const char option_true[], const char option_false[], bool *option_val, const char documentation[]=NULL)
TypeTo as(const TypeFrom &t)