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/guide/installation.dox
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,9 @@ On the other hand, HPC library building system [Spack](https://spack.readthedocs
105
105
106
106
### WINDOWS
107
107
108
-
On windows the installation of the HILA preprocessor dependencies and HILA application dependencies are untested. For this reason the best option is to use the available [docker](#docker) container. One can also opt to use WSL, in this case see LINUX installation instructions.
108
+
On windows the installation of the HILA preprocessor dependencies and HILA application dependencies are untested. For this reason the best option is to use the available [docker](#docker) container.
109
+
110
+
One can also opt to use WSL, which is compatible with CUDA. In this case, see guide \subpage wsl_installation
HILA is fully compatible with Windows Subsystem for Linux (WSL). If you already have WSL installed with Ubuntu, you can skip to [HILA Dependencies](#hila-dependencies). For new WSL installations, follow your preferred WSL setup method.
17
+
18
+
# HILA Dependencies {#hila-dependencies}
19
+
20
+
Once you have a working WSL Ubuntu installation, you'll need to install the required dependencies. First, update your system:
0 commit comments