-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
labels: bug | ||
--- | ||
|
||
**Bug Report** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
How are you building/running h5bench? | ||
|
||
```bash | ||
... | ||
``` | ||
|
||
What is the input configuration file you use? | ||
|
||
```bash | ||
# provide the configuration file options you used | ||
``` | ||
|
||
**Expected Behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Software Environment** | ||
|
||
- version of h5bench: [e.g. 1.0] | ||
- installed h5bench using: [spack, from source] | ||
- operating system: [name and version] | ||
- machine: [Are you running on a supercomputer or public cluster?] | ||
- version of HDF5: [e.g. 1.12.0] | ||
- version of VOL-ASYNC: [e.g. 1.13.1] | ||
- name and version of MPI: [e.g. OpenMPI 4.1.1] | ||
|
||
**Additional information** | ||
|
||
Add any other information about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Installation problem | ||
about: Any problem experienced while trying to install h5bench | ||
labels: install | ||
--- | ||
|
||
**Issue Description** | ||
|
||
This is what I have tried so far: | ||
|
||
|
||
```commandline | ||
... | ||
``` | ||
|
||
This is the error I am facing during installation: | ||
|
||
``` | ||
... | ||
``` | ||
|
||
**Software Environment** | ||
- version of h5bench: [e.g. 1.0] | ||
- installed h5bench using: [spack, from source] | ||
- operating system: [name and version] | ||
- machine: [Are you running on a supercomputer or public cluster?] | ||
- version of HDF5: [e.g. 1.12.0] | ||
- version of VOL-ASYNC: [e.g. 1.13.1] | ||
- name and version of MPI: [e.g. OpenMPI 4.1.1] | ||
|
||
**Additional Information** | ||
|
||
Add any other information about the problem here. |