You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
654 B
26 lines
654 B
2 years ago
|
---
|
||
|
name: Bug report
|
||
|
about: Report a problem with HDF5
|
||
|
title: "[BUG]"
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Platform (please complete the following information)**
|
||
|
- HDF5 version (if building from a maintenance branch, please include the commit hash)
|
||
|
- OS and version
|
||
|
- Compiler and version
|
||
|
- Build system (e.g. CMake, Autotools) and version
|
||
|
- Any configure options you specified
|
||
|
- MPI library and version (parallel HDF5)
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|