--- trunk/OOPSE/src/oopse.cpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/src/oopse.cpp 2003/06/30 22:04:01 568 @@ -5,7 +5,6 @@ #include #include #include -#include #include "simError.h" #include "SimSetup.hpp" @@ -30,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.