ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/src/oopse.cpp
(Generate patch)

Comparing trunk/OOPSE/src/oopse.cpp (file contents):
Revision 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC vs.
Revision 787 by mmeineke, Thu Sep 25 19:27:15 2003 UTC

# Line 19 | Line 19 | int main(int argc,char* argv[]){
19  
20   int main(int argc,char* argv[]){
21    
22  int i;
23  unsigned int n_atoms, eo, xo;
22    char* in_name;
23    SimSetup* startMe;
24    SimInfo* entry_plug;
# Line 29 | Line 27 | int main(int argc,char* argv[]){
27    // first things first, all of the initializations
28  
29    MPI_Init( &argc, &argv ); // the MPI communicators
30 +
31 +  cerr << "Hello from MPI!\n";  
32 +  
33    initSimError();           // the error handler
34    srand48( 1337 );          // the random number generator.
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines