Skip to content

Commit

Permalink
Merge pull request #109 from nesi/timing-update
Browse files Browse the repository at this point in the history
Timing update
  • Loading branch information
AgentKumara authored Jul 10, 2024
2 parents 8250bcf + 213a5c0 commit 3168516
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ episode_order:
- 04-modules
- 03-break1
- 05-scheduler
- 06-lunch
- 064-parallel
- 07-resources
- 08-break2
- 07-resources
- 09-scaling


Expand Down Expand Up @@ -123,7 +122,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.
Expand Down
14 changes: 7 additions & 7 deletions _episodes/02-filesystem.md
Original file line number Diff line number Diff line change
@@ -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."
- ""

---

Expand Down
4 changes: 2 additions & 2 deletions _episodes/04-modules.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3168516

Please sign in to comment.