--- trunk/src/applications/openmd/openmd.cpp 2012/08/30 17:18:22 1790 +++ trunk/src/applications/openmd/openmd.cpp 2012/09/10 18:38:44 1796 @@ -67,12 +67,12 @@ using namespace QuantLib; using namespace OpenMD; using namespace QuantLib; -int main(int argc,char* argv[]){ +int main(int argc, char* argv[]){ // first things first, all of the initializations #ifdef IS_MPI - MPI_Init( &argc, &argv ); // the MPI communicators + MPI::Init( argc, argv ); // the MPI communicators #endif initSimError(); // the error handler @@ -229,7 +229,7 @@ int main(int argc,char* argv[]){ errorCheckPoint(); #ifdef IS_MPI - MPI_Finalize(); + MPI::Finalize(); #endif return 0 ;