Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timing update #109

Merged
merged 4 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading