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 568 by mmeineke, Mon Jun 30 22:04:01 2003 UTC

# Line 29 | Line 29 | int main(int argc,char* argv[]){
29    // first things first, all of the initializations
30  
31    MPI_Init( &argc, &argv ); // the MPI communicators
32 +
33 +  cerr << "Hello from MPI!\n";  
34 +  
35    initSimError();           // the error handler
36    srand48( 1337 );          // the random number generator.
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines