ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/mpiBASS.c
(Generate patch)

Comparing trunk/OOPSE/libBASS/mpiBASS.c (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC

# Line 47 | Line 47 | void throwMPIEvent(event* the_event)
47   {
48    mBEvent mpiEventContainer;
49    int mpiStatus;
50  int mpiError;
50  
51  
52    if (the_event == NULL)     mpiStatus = MPI_INTERFACE_DONE;
# Line 164 | Line 163 | void mpiEventLoop(void)
163   // Everybody but node 0 runs this
164   void mpiEventLoop(void)
165   {
167  int mpiError;
166    int mpiContinue;
167  
168   #ifdef MPIBASS_VERBOSE
# Line 209 | Line 207 | void mpiCatchEvent(void)
207   {
208    event the_event;
209    mBEvent mpiEventContainer;
212  int mpiError;
210  
214
211    
212    MPI_Bcast(&mpiEventContainer,1,mpiBASSEventType,0,MPI_COMM_WORLD);
213  
# Line 344 | Line 340 | void mpiInterfaceExit(void){
340  
341  
342   void mpiInterfaceExit(void){
347  int mpiError;
343    int mpiStatus = MPI_INTERFACE_ABORT;
344    
345    MPI_Bcast(&mpiStatus,1,MPI_INT,0,MPI_COMM_WORLD);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines