Skip to content

Commit

Permalink
Asp2024 timings (#113)
Browse files Browse the repository at this point in the history
* asp timings

* mend

* 2024
  • Loading branch information
CallumWalley authored Sep 1, 2024
1 parent f47b7d8 commit d503143
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,13 @@ kind: "lesson"

# Workshop working directory.
working_dir:
- /nesi/project/nesi99991
- resbaz24
- /nesi/nobackup/nesi99991
- ASP_winterschool2024
- workspace

# 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: 660
# 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/03-break1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Morning Break"
layout: break
break: 10
break: 60
---
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: 15
exercises: 5
teaching: 25
exercises: 10
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: 20
exercises: 10
teaching: 30
exercises: 15
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
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: 15
exercises: 5
teaching: 30
exercises: 10
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: 25
exercises: 10
teaching: 30
exercises: 15
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: 10
break: 30
---
4 changes: 2 additions & 2 deletions _episodes/09-scaling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Scaling"
teaching: 5
exercises: 30
teaching: 10
exercises: 35
questions:
- "How do we go from running a job on a small number of CPUs to a larger one."
objectives:
Expand Down
2 changes: 1 addition & 1 deletion _make.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HPC_JEKYLL_CONFIG=_includes/snippets_library/NeSI_Mahuika_slurm/_config_options.yml make serve
HPC_JEKYLL_CONFIG=_includes/snippets_library/NeSI_Mahuika_slurm/_config_options.yml make docker-serve

0 comments on commit d503143

Please sign in to comment.