54 out <<
"Pass on even procs but fail on other procs!\n";
56 const int procRank = comm->getRank();
62 out <<
"Pass on even procs but throws Teuchos exception on other processes!\n";
64 const int procRank = comm->getRank();
72 out <<
"Pass on even procs but throws int exception on other processes!\n";
74 const int procRank = comm->getRank();
75 if (procRank%2 != 0) {