Skip to content

Commit 02234ad

Browse files
authored
Update issue templates (#215)
1 parent 5b54c78 commit 02234ad

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Compilation issue report
3+
about: Configuration error with CMake, or build error.
4+
title: "[Build]"
5+
labels: build issues
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
12+
A clear and concise description of what the issue is.
13+
14+
**Environment information:**
15+
- OS: [e.g. `Windows 10`, `Ubuntu 22.04`]
16+
- Compiler version: [e.g. `gcc 9.3.0`, `MSVC 14.31`]
17+
- CMake version: [e.g. `3.23`]
18+
- CUDA used for AMGX compilation: [e.g. `CUDA 11.7.0`]
19+
- MPI version (if applicable): [e.g. `OpenMPI 4.0.3`, `MS-MPI v10.1.2`]
20+
- AMGX version or commit hash [e.g. `v2.3.0`, `34232979e993d349a03486f7892830a1209b2fc9`]
21+
- Any related environment variables information
22+
23+
**Configuration information**
24+
25+
Provide your `cmake` command line that was used for configuration and it's full output.
26+
27+
**Compilation information**
28+
29+
Provide your make command
30+
31+
**Issue information**
32+
33+
Provide any error messages from your CMake or compiler. It will also greatly help to attach output of `make` command rerun with `VERBOSE=1` to see exact host compiler launch command that issues the error.
34+
35+
**Additional context**
36+
37+
Add any other context about the problem here.

0 commit comments

Comments
 (0)