-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 5529d84 with MkDocs version: 1.6.0
- Loading branch information
Showing
12 changed files
with
13,544 additions
and
538 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
git checkout Amsterdam/day1-02_CPE | ||
git rebase main | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day1-03_LUMI_Access | ||
git rebase Amsterdam/day1-02_CPE | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day1_04_Modules | ||
git rebase Amsterdam/day1-03_LUMI_Access | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day1_05_Software_stacks | ||
git rebase Amsterdam/day1_04_Modules | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day2_06_Slurm | ||
git rebase Amsterdam/day1_05_Software_stacks | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day2_07_binding | ||
git rebase Amsterdam/day2_06_Slurm | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day2_09_Containers | ||
git rebase Amsterdam/day2_07_binding | ||
git push --force origin ; git push --force upstream | ||
git checkout Amsterdam/day2_10_Support | ||
git rebase Amsterdam/day2_09_Containers | ||
git push --force origin ; git push --force upstream |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#! /opt/homebrew/bin/bash | ||
|
||
sed \ | ||
-e 's|00_Introduction|00-Introduction|g' -e 's|00_introduction|00-Introduction|g' -e 's|00-introduction|00-Introduction|g' \ | ||
-e 's|01_architecture|01-Architecture|g' -e 's|01_Architecture|01-Architecture|g' -e 's|01-architecture|01-Architecture|g' \ | ||
-e 's|02_CPE|02-CPE|g' \ | ||
-e 's|03_LUMI_access|03-Access|g' -e 's|03_Getting_Access|03-Access|g' -e 's|03-access|03-Access|g' \ | ||
-e 's|04_Modules_on_LUMI|04-Modules|g' -e 's|04_Modules|04-modules|g' -e 's|04-modules|04-Modules|g' \ | ||
-e 's|05_Software_stacks|05-SoftwareStacks|g' -e 's|05-software|05-SoftwareStacks|g' \ | ||
-e 's|06_Slurm|08-Slurm|g' -e 's|08_Slurm|08-Slurm|g' -e 's|08-slurm|08-Slurm|g' \ | ||
-e 's|07_Binding|09-Binding|g' -e 's|09_Binding|09-Binding|g' -e 's|09-binding|09-Binding|g' \ | ||
-e 's|10_Lustre|10-Lustre|g' -e 's|10-lustre|10-Lustre|g' \ | ||
-e 's|11_Containers|11-Containers|g' -e 's|11-containers|11-Containers|g' \ | ||
-e 's|12_Support|12-Support|g' -e 's|12-support|12-Support|g' \ | ||
-e 's|13_What_else|13-WhatElse|g' \ | ||
-e 's|E03_Exercises_1|E03-Exercises-1|g' -e 's|E04_Exercises_2|E04-Exercises-2|g' -e 's|E05_Exercises_3|E05-Exercises-3|g' \ | ||
-e 's|E07_Exercises_4|E09-Exercises-4|g' -e 's|E09_Exercises_4|E09-Exercises-4|g' \ | ||
-i '.orig2' $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#! /opt/homebrew/bin/bash | ||
|
||
sed \ | ||
-e 's|08-Slurm|06-Slurm|g' \ | ||
-e 's|09-Binding|07-Binding|g' \ | ||
-e 's|10-Lustre|08-Lustre|g' \ | ||
-e 's|11-Containers|09-Containers|g' \ | ||
-e 's|12-Support|10-Support|g' \ | ||
-e 's|E03-Exercises-1|E03-Access|g' \ | ||
-e 's|E04-Exercises-2|E04-Modules|g' \ | ||
-e 's|E05-Exercises-3|E05-SoftwareStacks|g' \ | ||
-e 's|E07-Exercises-4|E07-Binding|g' \ | ||
-e 's|extra-00-Introduction|MI01-IntroductionCourse|g' \ | ||
-e 's|extra-06-WrapUpDay1|MI02-WrapUpDay1|g' \ | ||
-e 's|extra-07-IntroductionDay2|MI03-IntroductionDay2|g' \ | ||
-e 's|extra-13-WhatElse|MI04-WhatElse|g' \ | ||
-i '.orig2' $1 |
210 changes: 130 additions & 80 deletions
210
4day-20241028/notes_2_07_LUMI_Software_Stacks/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.