--- branches/mmeineke/OOPSE/src/oopse.cpp 2003/03/21 17:42:12 377 +++ trunk/OOPSE/src/oopse.cpp 2003/09/25 19:27:15 787 @@ -5,7 +5,6 @@ #include #include #include -#include #include "simError.h" #include "SimSetup.hpp" @@ -20,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; @@ -30,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.