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

Minor reordering

parent 553b015c
Branches
No related tags found
No related merge requests found
......@@ -19,11 +19,11 @@ This course is aimed at scientists who wish to explore the productivity gains ma
## Setting up the environment
After cloning or downloading the repository, you can create a Python environment similar to the one used on the HPC Systems at JSC using [Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) ([Conda](https://conda.io/projects/conda/en/latest/index.html) or [Mamba](https://mamba.readthedocs.io/en/latest/index.html) should work, too, but have not been tested). First change into the directory with the material and then execute
After cloning or downloading the repository, you can create a Python environment similar to the one used on the HPC Systems at JSC based on the packages listed in `hpcpy24.yaml`[^1] using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) ([Conda](https://conda.io/projects/conda/en/latest/index.html) or [Mamba](https://mamba.readthedocs.io/en/latest/index.html) should work, too, but have not been tested). First change into the directory with the material and then execute
```bash
micromamba create -f hpcpy24.yaml
```
This downloads about 1 GB of data and creates the environment `hpc-python-2024`[^1]. Activate the environment using
This downloads about 1 GB of data and creates the environment `hpc-python-2024`. Activate the environment using
```bash
micromamba activate hpc_python_2024
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment