Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Issues
  • #431
Closed
Open
Issue created May 11, 2018 by Matthieu Schaller@matthieuOwner

Parallel read bug with HDF5 1.10.2

This is to keep track of a bug @pdraper and myself identified when reading in data in parallel with HDF5 1.10.2.

The bug seems to be on the HDF5 side since the same piece of code works with 1.8.x and 1.10.1. It has been flagged with the HDF team and they have been able to reproduce the problem on their system.

A simpler test-case is attached: test.c Running this with the EAGLE-12 ICs already triggers the issue.

On cosma-6 this can be compiled using

mpicc -test.c -o test -lhdf5 -I/cosma/local/parallel_hdf5//c5/intel_2017_intel_mpi_2017/1.10.2/include/ -L/cosma/local/parallel_hdf5//c5/intel_2017_intel_mpi_2017/1.10.2/lib/

and run using

LD_LIBRARY_PATH=/cosma/local/parallel_hdf5//c5/intel_2017_intel_mpi_2017/1.10.2/lib/ mpirun -np 4 ./test

I'll post updates on that problem here. Hopefully I will hear more from HDF soon.

Edited May 11, 2018 by Matthieu Schaller
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking