1 |
< |
/* |
1 |
> |
/* |
2 |
|
* Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. |
3 |
|
* |
4 |
|
* The University of Notre Dame grants you ("Licensee") a |
68 |
|
} |
69 |
|
#endif |
70 |
|
|
71 |
< |
// Structure to pass mpi a BASS event |
71 |
> |
/* Structure to pass mpi a BASS event*/ |
72 |
|
|
73 |
|
typedef struct mpiBASSEvent{ |
74 |
|
int type; |
78 |
|
char lhs[80]; |
79 |
|
} mBEvent; |
80 |
|
|
81 |
< |
// types for mpiBASSEvent.type |
81 |
> |
/* types for mpiBASSEvent.type*/ |
82 |
|
#define mpiMOLECULE 0 |
83 |
|
#define mpiATOM 1 |
84 |
|
#define mpiBOND 2 |
99 |
|
#define mpiMEMBER 17 |
100 |
|
|
101 |
|
|
102 |
< |
// Define the mpi datatype |
102 |
> |
/* Define the mpi datatype*/ |
103 |
|
#ifdef __mpiBASSEVENT |
104 |
|
MPI_Datatype mpiBASSEventType; |
105 |
|
#endif |