From 0b1b530ec79ec54ae46ca4768592ed211c6a3931 Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:57:25 +1200 Subject: [PATCH 1/4] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3c402b01..9597c5be 100644 --- a/_config.yml +++ b/_config.yml @@ -123,7 +123,7 @@ working_dir: # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am). # 600 is 10am -start_time: 600 +start_time: 540 # Start time for people wanting to skip bash content hpc_start_time: 780 # Lesson to start at. From 2b720a1935cad8b5860b5322897bbc78972d2a8b Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:02:09 +1200 Subject: [PATCH 2/4] Update 02-filesystem.md --- _episodes/02-filesystem.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_episodes/02-filesystem.md b/_episodes/02-filesystem.md index 0c4671a6..4dd10f59 100644 --- a/_episodes/02-filesystem.md +++ b/_episodes/02-filesystem.md @@ -1,15 +1,15 @@ --- title: "NeSI Filesystem" -teaching: 30 -exercises: 10 +teaching: 15 +exercises: 5 questions: -- "How can I move around the cluster filesystem" -- "How can I see what files and directories I have?" -- "How can I make new files and directories." +- "Where is the best place to store my data?" +- "How do I recover deleted files?" +- "How do I find out how much disk space I have?" objectives: -- "Create, edit, manipulate and remove files from command line" +- "Learn about the NeSI filesystems, and when to use each one." keypoints: -- "The file system is responsible for managing information on the disk." +- "" --- From 0197fd12970ae139229adf438ab7dcb142787f60 Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:02:36 +1200 Subject: [PATCH 3/4] Update 04-modules.md --- _episodes/04-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_episodes/04-modules.md b/_episodes/04-modules.md index d0812c54..232bcae1 100644 --- a/_episodes/04-modules.md +++ b/_episodes/04-modules.md @@ -1,7 +1,7 @@ --- title: "Accessing software via Modules" -teaching: 20 -exercises: 10 +teaching: 15 +exercises: 5 questions: - "How do we load and unload software packages?" objectives: From 213a5c0331368df9dd86ff93485395b47728d60e Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:08:14 +1200 Subject: [PATCH 4/4] Update _config.yml --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9597c5be..9eea44c3 100644 --- a/_config.yml +++ b/_config.yml @@ -82,10 +82,9 @@ episode_order: - 04-modules - 03-break1 - 05-scheduler - - 06-lunch - 064-parallel - - 07-resources - 08-break2 + - 07-resources - 09-scaling