Skip to content

Commit

Permalink
updated times
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Mar 11, 2024
1 parent de46b07 commit 6a0d3ee
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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: 540
start_time: 600
# Start time for people wanting to skip bash content
hpc_start_time: 780
# Lesson to start at.
Expand Down
2 changes: 1 addition & 1 deletion _episodes/01-cluster.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Working on a remote HPC system"
# teaching: 10
teaching: 30
teaching: 20
exercises: 0
questions:
- "What is an HPC system?"
Expand Down
4 changes: 2 additions & 2 deletions _episodes/02-filedir.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Navigating Files and Directories"
teaching: 40
exercises: 20
teaching: 30
exercises: 10
questions:
- "How can I move around the cluster filesystem"
- "How can I see what files and directories I have?"
Expand Down
2 changes: 1 addition & 1 deletion _episodes/03-break1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Morning Break"
layout: break
break: 30
break: 10
---
2 changes: 1 addition & 1 deletion _episodes/04-modules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Accessing software via Modules"
teaching: 30
teaching: 20
exercises: 10
questions:
- "How do we load and unload software packages?"
Expand Down
4 changes: 2 additions & 2 deletions _episodes/05-scheduler.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Scheduler Fundamentals"
teaching: 30
exercises: 20
teaching: 20
exercises: 10
questions:
- "What is a scheduler and why does a cluster need one?"
- "How do I launch a program to run on a compute node in the cluster?"
Expand Down
2 changes: 1 addition & 1 deletion _episodes/06-lunch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Lunch"
layout: break
break: 60
break: 45
---
4 changes: 2 additions & 2 deletions _episodes/064-parallel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "What is Parallel Computing"
teaching: 30
exercises: 20
teaching: 15
exercises: 5
questions:
- "How do we execute a task in parallel?"
- "What benefits arise from parallel execution?"
Expand Down
4 changes: 2 additions & 2 deletions _episodes/07-resources.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Using resources effectively"
teaching: 35
exercises: 25
teaching: 25
exercises: 10
questions:
- "How can I review past jobs?"
- "How can I use this knowledge to create a more accurate submission script?"
Expand Down
2 changes: 1 addition & 1 deletion _episodes/08-break2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Afternoon Break"
layout: break
break: 30
break: 10
---
2 changes: 1 addition & 1 deletion _episodes/09-scaling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Scaling"
teaching: 10
teaching: 5
exercises: 30
questions:
- "How do we go from running a job on a small number of CPUs to a larger one."
Expand Down

0 comments on commit 6a0d3ee

Please sign in to comment.