Home
last modified time | relevance | path

Searched refs:H5_VERSION_GE (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscviewerhdf5.h9 #if !defined(H5_VERSION_GE)
12 #define H5_VERSION_GE(a, b, c) 0 macro
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c394 if (n > 0 || H5_VERSION_GE(1, 10, 0)) { in ISView_General_HDF5()
414 if (n > 0 || H5_VERSION_GE(1, 10, 0)) { in ISView_General_HDF5()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c582 if (xin->map->n > 0 || H5_VERSION_GE(1, 10, 0)) { in VecView_MPI_HDF5()
606 if (xin->map->n > 0 || H5_VERSION_GE(1, 10, 0)) { in VecView_MPI_HDF5()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c309 #if H5_VERSION_GE(1, 10, 3) && defined(H5_HAVE_PARALLEL) in PetscViewerHDF5SetCollective_HDF5()