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: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,10 @@ Building FLAME GPU has the following requirements. There are also optional depen
63
63
64
64
+[CMake](https://cmake.org/download/)`>= 3.25.2`
65
65
+[CUDA](https://developer.nvidia.com/cuda-downloads)`>= 11.2` and a [Compute Capability](https://developer.nvidia.com/cuda-gpus)`>= 3.5` NVIDIA GPU.
66
-
+ C++17 capable C++ compiler (host), compatible with the installed CUDA version
67
-
+[Microsoft Visual Studio 2019 or 2022](https://visualstudio.microsoft.com/) (Windows)
66
+
+ C++20 capable C++ compiler (host), compatible with the installed CUDA version
67
+
+[Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) (Windows)
68
68
+*Note:* Visual Studio must be installed before the CUDA toolkit is installed. See the [CUDA installation guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) for more information.
69
-
+[make](https://www.gnu.org/software/make/) and [GCC](https://gcc.gnu.org/)`>= 8.1` (Linux)
69
+
+[make](https://www.gnu.org/software/make/) and [GCC](https://gcc.gnu.org/)`>= 10` (Linux)
70
70
+[git](https://git-scm.com/)
71
71
72
72
Optionally:
@@ -79,7 +79,6 @@ Optionally:
79
79
+ Swig `4.x` will be automatically downloaded by CMake if not provided (if possible).
80
80
+ MPI (e.g. [MPICH](https://www.mpich.org/), [OpenMPI](https://www.open-mpi.org/)) for distributed ensemble support
81
81
+ MPI 3.0+ tested, older MPIs may work but not tested.
82
-
+ CMake `>= 3.20.1` may be required for some MPI libraries / platforms.
0 commit comments