1 |
|
#ifndef __MPIBASS_H |
2 |
|
#define __MPIBASS_H |
3 |
+ |
#include "config.h" |
4 |
|
|
5 |
|
#define MPI_INTERFACE_ABORT 2 |
6 |
|
#define MPI_INTERFACE_DONE 1 |
7 |
|
#define MPI_INTERFACE_CONTINUE 0 |
8 |
|
|
8 |
– |
|
9 |
– |
|
9 |
|
#include <mpi.h> |
10 |
|
|
11 |
|
#ifndef __is_lex__ |
32 |
|
typedef struct mpiBASSEvent{ |
33 |
|
int type; |
34 |
|
double d1,d2,d3; |
35 |
< |
int i1,i2,i3,i4; |
35 |
> |
int i1; |
36 |
|
char cArray[120]; |
37 |
|
char lhs[80]; |
38 |
|
} mBEvent; |
48 |
|
#define mpiASSIGNMENT_i 7 |
49 |
|
#define mpiASSIGNMENT_d 8 |
50 |
|
#define mpiASSIGNMENT_s 9 |
51 |
< |
#define mpiMEMBER 10 |
53 |
< |
|
51 |
> |
#define mpiMEMBERS 10 |
52 |
|
#define mpiCONSTRAINT 11 |
53 |
|
#define mpiORIENTATION 12 |
54 |
|
#define mpiBLOCK_END 13 |
55 |
|
#define mpiZCONSTRAINT 14 |
56 |
|
#define mpiRIGIDBODY 15 |
57 |
+ |
#define mpiCUTOFFGROUP 16 |
58 |
+ |
#define mpiMEMBER 17 |
59 |
|
|
60 |
|
|
61 |
|
// Define the mpi datatype |