Go to the source code of this file.
|
#define | ex_open_par(path, mode, comp_ws, io_ws, version, comm, info) ex_open_par_int(path, mode, comp_ws, io_ws, version, comm, info, EX_API_VERS_NODOT) |
|
#define | ex_create_par(path, mode, comp_ws, io_ws, comm, info) ex_create_par_int(path, mode, comp_ws, io_ws, comm, info, EX_API_VERS_NODOT) |
|
|
int | ex_open_par_int (const char *path, int mode, int *comp_ws, int *io_ws, float *version, MPI_Comm comm, MPI_Info info, int my_version) |
|
int | ex_create_par_int (const char *path, int cmode, int *comp_ws, int *io_ws, MPI_Comm comm, MPI_Info info, int my_version) |
|
◆ ex_create_par
#define ex_create_par |
( |
| path, |
|
|
| mode, |
|
|
| comp_ws, |
|
|
| io_ws, |
|
|
| comm, |
|
|
| info ) ex_create_par_int(path, mode, comp_ws, io_ws, comm, info, EX_API_VERS_NODOT) |
◆ ex_open_par
#define ex_open_par |
( |
| path, |
|
|
| mode, |
|
|
| comp_ws, |
|
|
| io_ws, |
|
|
| version, |
|
|
| comm, |
|
|
| info ) ex_open_par_int(path, mode, comp_ws, io_ws, version, comm, info, EX_API_VERS_NODOT) |
◆ ex_create_par_int()
int ex_create_par_int |
( |
const char * | path, |
|
|
int | cmode, |
|
|
int * | comp_ws, |
|
|
int * | io_ws, |
|
|
MPI_Comm | comm, |
|
|
MPI_Info | info, |
|
|
int | my_version ) |
|
extern |
◆ ex_open_par_int()
int ex_open_par_int |
( |
const char * | path, |
|
|
int | mode, |
|
|
int * | comp_ws, |
|
|
int * | io_ws, |
|
|
float * | version, |
|
|
MPI_Comm | comm, |
|
|
MPI_Info | info, |
|
|
int | my_version ) |
|
extern |