Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPC Python 2024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sdlbio-courses
HPC Python 2024
Commits
553b015c
Commit
553b015c
authored
Jun 12, 2024
by
Jan Meinke
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
553b015c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment