From 4fc9687df0f8161f1ffb75e708f53ce19ed8ee2a Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sun, 26 Jan 2025 21:29:32 +0100 Subject: [PATCH] add lesson on workflows to list of derived lessons; closes #922 --- content/lessons/reusing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/lessons/reusing.md b/content/lessons/reusing.md index 555f8a44..44fbaca3 100644 --- a/content/lessons/reusing.md +++ b/content/lessons/reusing.md @@ -27,6 +27,9 @@ courses/workshops we know of are listed below but we would like to list more. ## Derivative work based on our material +- [How to parallelize independent tasks](https://training.pages.sigma2.no/tutorials/independent-jobs-in-parallel/) taught online + as part of [NRIS/Sigma2](https://www.sigma2.no/) training. + It reuses part of [Tuesdays tools and techniques for HPC: Real-life compute cluster workflows](https://coderefinery.github.io/TTT4HPC_resource_management/). - Some talks in the [software and data seminar](https://wias-berlin.de/seminars/swdata/) at the Weierstrass-Institute for Applied Analysis and Stochastics, Berlin, Germany. - [Collaborating and sharing using GitHub without command line](https://miketrizna.github.io/github-without-command-line/)