Skip to content

Commit

Permalink
Update issue templates (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsaev committed Oct 23, 2023
1 parent 5b54c78 commit 02234ad
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/compilation-issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Compilation issue report
about: Configuration error with CMake, or build error.
title: "[Build]"
labels: build issues
assignees: ''

---

**Describe the issue**

A clear and concise description of what the issue is.

**Environment information:**
- OS: [e.g. `Windows 10`, `Ubuntu 22.04`]
- Compiler version: [e.g. `gcc 9.3.0`, `MSVC 14.31`]
- CMake version: [e.g. `3.23`]
- CUDA used for AMGX compilation: [e.g. `CUDA 11.7.0`]
- MPI version (if applicable): [e.g. `OpenMPI 4.0.3`, `MS-MPI v10.1.2`]
- AMGX version or commit hash [e.g. `v2.3.0`, `34232979e993d349a03486f7892830a1209b2fc9`]
- Any related environment variables information

**Configuration information**

Provide your `cmake` command line that was used for configuration and it's full output.

**Compilation information**

Provide your make command

**Issue information**

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.

**Additional context**

Add any other context about the problem here.

0 comments on commit 02234ad

Please sign in to comment.