Skip to content
Snippets Groups Projects
Commit 553b015c authored by Jan Meinke's avatar Jan Meinke
Browse files

Add a footnote about clang instead of gcc under Windows

parent eff096c9
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ After cloning or downloading the repository, you can create a Python environment ...@@ -23,7 +23,7 @@ After cloning or downloading the repository, you can create a Python environment
```bash ```bash
micromamba create -f hpcpy24.yaml micromamba create -f hpcpy24.yaml
``` ```
This downloads about 1 GB of data and creates the environment `hpc-python-2024`. Activate the environment using This downloads about 1 GB of data and creates the environment `hpc-python-2024`[^1]. Activate the environment using
```bash ```bash
micromamba activate hpc_python_2024 micromamba activate hpc_python_2024
``` ```
...@@ -33,6 +33,7 @@ jupyter lab ...@@ -33,6 +33,7 @@ jupyter lab
``` ```
and work with the notebooks. and work with the notebooks.
[^1]: Windows user may want to change gcc to clang, gxx to clangxx, and gfortran to flang and the version from 12.3.0 to 18.1.7 in hpcpy24.yaml.
## Updating your copy of the repository ## Updating your copy of the repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment