Fixing compile errors without MPI

This commit is contained in:
Mark Berrill
2020-10-08 11:03:42 -04:00
parent 34b75e2ccf
commit 523f96abdd
70 changed files with 140 additions and 193 deletions

View File

@@ -18,7 +18,7 @@
int main(int argc, char **argv)
{
// Initialize MPI
MPI_Init(&argc,&argv);
Utilities::startup( argc, argv );
int rank = comm.getRank();
int nprocs = comm.getSize();
/*if ( nprocs != 8 ) {