# | Line 5 | Line 5 | |
---|---|---|
5 | #include <cmath> | |
6 | #include <cstring> | |
7 | #include <mpi.h> | |
8 | – | #include <mpi++.h> |
8 | ||
9 | #include "simError.h" | |
10 | #include "SimSetup.hpp" | |
# | Line 30 | Line 29 | int main(int argc,char* argv[]){ | |
29 | // first things first, all of the initializations | |
30 | ||
31 | MPI_Init( &argc, &argv ); // the MPI communicators | |
32 | + | |
33 | + | cerr << "Hello from MPI!\n"; |
34 | + | |
35 | initSimError(); // the error handler | |
36 | srand48( 1337 ); // the random number generator. | |
37 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |