Fixing some ctest warnings

This commit is contained in:
Mark Berrill
2014-03-06 10:13:38 -05:00
parent 7f80b2d6f2
commit 03345a3289
4 changed files with 40 additions and 16 deletions

View File

@@ -18,8 +18,6 @@ int main (int argc, char **argv)
// set the error code
// Note: the error code should be consistent across all processors
int error = 0;
if ( nprocs==4 )
error = 1;
// Finished
MPI_Barrier(MPI_COMM_WORLD);