--- trunk/OOPSE/src/oopse.cpp 2003/04/03 20:21:54 447 +++ trunk/OOPSE/src/oopse.cpp 2003/09/25 19:27:15 787 @@ -19,8 +19,6 @@ int main(int argc,char* argv[]){ int main(int argc,char* argv[]){ - int i; - unsigned int n_atoms, eo, xo; char* in_name; SimSetup* startMe; SimInfo* entry_plug; @@ -29,6 +27,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.