Skip to content

Commit

Permalink
Update installation-issue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Oct 25, 2024
1 parent 2adfe0b commit 70b7a9a
Showing 1 changed file with 36 additions and 31 deletions.
67 changes: 36 additions & 31 deletions .github/ISSUE_TEMPLATE/installation-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,39 @@ labels: [install]

_Please remove any sensitive information (e.g., passwords, API keys) from your submission. Thank you for taking the time to report this issue. We will respond as soon as possible._

**Where are you trying to install WarpX?**
A clear and concise description of where you want to install WarpX.

**Tell us about your software environment**
- operating system: [name and version]
- version of WarpX: [e.g., latest, 24.09, etc.]
- HPC machine: [Are you running on an HPC cluster? We might support it already: https://warpx.readthedocs.io/en/latest/install/hpc.html]

**What have you tried so far?**
- installing WarpX via: [e.g., conda-forge, spack, pip, brew, from source, module system, etc.]

**Are you trying to install from source?**
Please provide:
- the output of `cmake --fresh -S . -B build`
- the output of `cmake --build build`

Let us also know more about your software environment (if applicable):
- version of CMake: [e.g., 3.24.0]
- name and version of C++ compiler: [e.g., GNU 11.3 with NVCC 12.0.76]
- name and version of Python implementation: [e.g., CPython 3.12]
- name and version of MPI: [e.g., OpenMPI 4.1.1]
- version of FFTW: [e.g., 3.3.10]
- version of HDF5: [e.g., 1.14.0]
- version of ADIOS2: [e.g., 2.10.0]
- other relevant dependency names and versions: [e.g., NumPy 2.0, Ascent 0.8.0, etc.]

**Additional information**
If applicable, please add other info to help explain the issue.

**Screenshots**
If applicable, please add screenshots to help explain the issue.
## Description
A clear and concise description of the issue.

## System information
- Operating system (name and version):
- [ ] Linux: e.g., Ubuntu 22.04 LTS
- [ ] macOS: e.g., macOS Monterey 12.4
- [ ] Windows: e.g., Windows 11 Pro
- Version of WarpX: e.g., latest, 24.10, etc.
- Installation method:
- [ ] Conda
- [ ] Spack
- [ ] PyPI
- [ ] Brew
- [ ] From source with CMake
- [ ] Module system on an HPC cluster
- Other dependencies: yes/no, describe

If you encountered the issue on an HPC cluster, please check our [HPC documentation](https://warpx.readthedocs.io/en/latest/install/hpc.html) to see if your HPC cluster is already supported.

If you encountered the issue installing from source with CMake, please provide the output of the following commands:
1. `cmake --fresh -S . -B build`
2. `cmake --build build`

If applicable, please add any additional information about your software environment:
- [ ] CMake: e.g., 3.24.0
- [ ] C++ compiler: e.g., GNU 11.3 with NVCC 12.0.76
- [ ] Python: e.g., CPython 3.12
- [ ] MPI: e.g., OpenMPI 4.1.1
- [ ] FFTW: e.g., 3.3.10
- [ ] HDF5: e.g., 1.14.0
- [ ] ADIOS2: e.g., 2.10.0
- Other dependencies: yes/no, describe

## Additional information
If applicable, please add any additional information that may help explain the issue, such as log files (e.g., build logs, error logs, etc.), error messages (e.g., compiler errors, runtime errors, etc.), screenshots, or other relevant details.

0 comments on commit 70b7a9a

Please sign in to comment.