You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/source/install/dependencies.rst
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ List of Dependencies
6
6
WarpX depends on the following popular third party software.
7
7
Please see installation instructions below.
8
8
9
-
- a mature `C++20 <https://en.wikipedia.org/wiki/C%2B%2B17>`__ compiler, e.g., GCC 12+, Clang 14, NVCC 12.4, MSVC 19.39 or newer
9
+
- a mature `C++20 <https://en.wikipedia.org/wiki/C%2B%2B20>`__ compiler, e.g., GCC 12+, Clang 14, NVCC 12.4, MSVC 19.39 or newer
10
10
- `CMake 3.24.0+ <https://cmake.org>`__
11
11
- `Git 2.18+ <https://git-scm.com>`__
12
12
- `AMReX <https://amrex-codes.github.io>`__: we automatically download and compile a copy of AMReX
@@ -23,8 +23,8 @@ Optional dependencies include:
23
23
- for on-node accelerated compute *one of either*:
24
24
25
25
- `OpenMP 3.1+ <https://www.openmp.org>`__: for threaded CPU execution or
26
-
- `CUDA Toolkit 11.7+ <https://developer.nvidia.com/cuda-downloads>`__: for Nvidia GPU support (see `matching host-compilers <https://gist.github.com/ax3l/9489132>`__) or
27
-
- `ROCm 5.2+ (5.5+ recommended)<https://gpuopen.com/learn/amd-lab-notes/amd-lab-notes-rocm-installation-readme/>`__: for AMD GPU support
26
+
- `CUDA Toolkit 12.2+ <https://developer.nvidia.com/cuda-downloads>`__: for Nvidia GPU support (see `matching host-compilers <https://gist.github.com/ax3l/9489132>`__) or
27
+
- `ROCm 5.5+<https://gpuopen.com/learn/amd-lab-notes/amd-lab-notes-rocm-installation-readme/>`__: for AMD GPU support
28
28
- `oneAPI <https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html>`__: for Intel GPU support
29
29
- `FFTW3 <http://www.fftw.org>`__: for spectral solver (PSATD or IGF) support when running on CPU or SYCL
30
30
@@ -35,10 +35,9 @@ Optional dependencies include:
35
35
36
36
- see `optional I/O backends <https://github.com/openPMD/openPMD-api#dependencies>`__, i.e., ADIOS2 and/or HDF5
37
37
- `Ascent 0.8.0+ <https://ascent.readthedocs.io>`__: for in situ 3D visualization
38
-
- `SENSEI 4.0.0+ <https://sensei-insitu.org>`__: for in situ analysis and visualization
39
38
- `CCache <https://ccache.dev>`__: to speed up rebuilds (For CUDA support, needs version 3.7.9+ and 4.2+ is recommended)
40
39
- `Ninja <https://ninja-build.org>`__: for faster parallel compiles
0 commit comments