![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "mpi.h"
Go to the source code of this file.
Macros | |
#define | HECMW_COMM_WORLD MPI_COMM_WORLD |
#define | HECMW_INT ((HECMW_Datatype)10001) |
#define | HECMW_DOUBLE ((HECMW_Datatype)10002) |
#define | HECMW_CHAR ((HECMW_Datatype)10003) |
#define | HECMW_MIN ((HECMW_Op)20001) |
#define | HECMW_MAX ((HECMW_Op)20002) |
#define | HECMW_SUM ((HECMW_Op)20003) |
#define | HECMW_EXIT_SUCCESS 0 |
#define | HECMW_EXIT_ERROR 1 |
#define | HECMW_SUCCESS 0 |
#define | HECMW_ERROR (-1) |
#define | HECMW_HEADER_LEN 127 |
#define | HECMW_NAME_LEN 63 |
#define | HECMW_FILENAME_LEN 1023 |
#define | HECMW_MSG_LEN 255 |
Typedefs | |
typedef MPI_Comm | HECMW_Comm |
typedef MPI_Group | HECMW_Group |
typedef MPI_Request | HECMW_Request |
typedef MPI_Status | HECMW_Status |
typedef MPI_Datatype | HECMW_Datatype |
typedef MPI_Op | HECMW_Op |
typedef MPI_Fint | HECMW_Fint |
#define HECMW_CHAR ((HECMW_Datatype)10003) |
Definition at line 52 of file hecmw_config.h.
#define HECMW_COMM_WORLD MPI_COMM_WORLD |
Definition at line 44 of file hecmw_config.h.
#define HECMW_DOUBLE ((HECMW_Datatype)10002) |
Definition at line 50 of file hecmw_config.h.
#define HECMW_ERROR (-1) |
Definition at line 66 of file hecmw_config.h.
#define HECMW_EXIT_ERROR 1 |
Definition at line 62 of file hecmw_config.h.
#define HECMW_EXIT_SUCCESS 0 |
Definition at line 60 of file hecmw_config.h.
#define HECMW_FILENAME_LEN 1023 |
Definition at line 72 of file hecmw_config.h.
#define HECMW_HEADER_LEN 127 |
Definition at line 68 of file hecmw_config.h.
#define HECMW_INT ((HECMW_Datatype)10001) |
Definition at line 48 of file hecmw_config.h.
#define HECMW_MAX ((HECMW_Op)20002) |
Definition at line 56 of file hecmw_config.h.
#define HECMW_MIN ((HECMW_Op)20001) |
Definition at line 54 of file hecmw_config.h.
#define HECMW_MSG_LEN 255 |
Definition at line 74 of file hecmw_config.h.
#define HECMW_NAME_LEN 63 |
Definition at line 70 of file hecmw_config.h.
#define HECMW_SUCCESS 0 |
Definition at line 64 of file hecmw_config.h.
#define HECMW_SUM ((HECMW_Op)20003) |
Definition at line 58 of file hecmw_config.h.
typedef MPI_Comm HECMW_Comm |
Definition at line 30 of file hecmw_config.h.
typedef MPI_Datatype HECMW_Datatype |
Definition at line 38 of file hecmw_config.h.
typedef MPI_Fint HECMW_Fint |
Definition at line 42 of file hecmw_config.h.
typedef MPI_Group HECMW_Group |
Definition at line 32 of file hecmw_config.h.
typedef MPI_Op HECMW_Op |
Definition at line 40 of file hecmw_config.h.
typedef MPI_Request HECMW_Request |
Definition at line 34 of file hecmw_config.h.
typedef MPI_Status HECMW_Status |
Definition at line 36 of file hecmw_config.h.