--- trunk/OOPSE/src/oopse.cpp 2003/04/03 20:21:54 447 +++ trunk/OOPSE/src/oopse.cpp 2003/06/30 22:04:01 568 @@ -29,6 +29,9 @@ int main(int argc,char* argv[]){ // first things first, all of the initializations MPI_Init( &argc, &argv ); // the MPI communicators + + cerr << "Hello from MPI!\n"; + initSimError(); // the error handler srand48( 1337 ); // the random number generator.