# | Line 72 | Line 72 | int main(int argc, char* argv[]){ | |
---|---|---|
72 | // first things first, all of the initializations | |
73 | ||
74 | #ifdef IS_MPI | |
75 | < | MPI::Init( argc, argv ); // the MPI communicators |
75 | > | MPI_Init( &argc, &argv ); // the MPI communicators |
76 | #endif | |
77 | ||
78 | initSimError(); // the error handler | |
# | Line 229 | Line 229 | int main(int argc, char* argv[]){ | |
229 | errorCheckPoint(); | |
230 | ||
231 | #ifdef IS_MPI | |
232 | < | MPI::Finalize(); |
232 | > | MPI_Finalize(); |
233 | #endif | |
234 | ||
235 | return 0 ; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |