#include "petscsys.h" PetscErrorCode PetscDataTypeToADIOSDataType(PetscDataType ptype, enum ADIOS_DATATYPES *htype)Not collective
ptype | - the PETSc datatype name (for example PETSC_DOUBLE) |
mtype | - the MPI datatype (for example MPI_DOUBLE, ...) |
Developer Notes: These have not been verified