43#ifndef EXODUS_II_PAR_HDR
44#define EXODUS_II_PAR_HDR
46#if !defined(PARALLEL_NETCDF)
58#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)
59#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)
76#error "Parallel-aware exodusII_par.h included in non-parallel context"
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)
Definition ex_create_par.c:136
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)
Definition ex_open_par.c:123
#define EXODUS_EXPORT
Definition exodusII.h:377