Skip to content

Commit

Permalink
fix timing. add lunch
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Oct 7, 2024
1 parent a71c738 commit b3638b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ episode_order:
- 03-break1
- 04-modules
- 05-scheduler
- 06-lunch
- 064-parallel
- 08-break2
- 07-resources
Expand Down Expand Up @@ -124,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: 660
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/04-modules.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Accessing software via Modules"
teaching: 15
exercises: 10
exercises: 5
questions:
- "How do we load and unload software packages?"
objectives:
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: 15
teaching: 15
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

0 comments on commit b3638b1

Please sign in to comment.