h5fortran-mpi icon indicating copy to clipboard operation
h5fortran-mpi copied to clipboard

HDF5-MPI parallel Fortran object-oriented interface

Results 4 h5fortran-mpi issues
Sort by recently updated
recently updated
newest added

Raspberry Pi 2 has malloc error on MPI/test_deflate_write

## Description - Linux Ubuntu 22.04 - Compiler: Gfortran v11.4 & OpenMPI v4.1.2 - HDF5: Compiled from source v1.14.6 Running an example driver causes a cascade of linking errors: ```sh...

bug

### What happened? ## Description `API.md` states: ```md use h5mpi, only: hdf5_file, HSIZE_T, HID_T type(hdf5_file) :: h ``` The module seems to have been renamed to: `h5fortran`, as seen in...

bug