ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/openmd/openmd.cpp
(Generate patch)

Comparing trunk/src/applications/openmd/openmd.cpp (file contents):
Revision 1790 by gezelter, Thu Aug 30 17:18:22 2012 UTC vs.
Revision 1796 by gezelter, Mon Sep 10 18:38:44 2012 UTC

# Line 67 | Line 67 | using namespace QuantLib;
67   using namespace OpenMD;
68   using namespace QuantLib;
69  
70 < int main(int argc,char* argv[]){
70 > int main(int argc, char* argv[]){
71    
72    // first things first, all of the initializations
73  
74   #ifdef IS_MPI
75 <  MPI_Init( &argc, &argv ); // the MPI communicators
75 >  MPI::Init( argc, argv ); // the MPI communicators
76   #endif
77    
78    initSimError();           // the error handler
# Line 229 | Line 229 | int main(int argc,char* argv[]){
229    errorCheckPoint();
230  
231   #ifdef IS_MPI  
232 <  MPI_Finalize();
232 >  MPI::Finalize();
233   #endif
234  
235    return 0 ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines