Skip to content

Commit

Permalink
update project config and project number
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam committed May 21, 2024
1 parent fe5a3f6 commit 80f8105
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ carpentry: "incubator"
title: "Introduction to Using the Shell in a High-Performance Computing Context"

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: 2024-02-14
created: 2024-06-19

# Comma-separated list of keywords for the lesson
keywords: "software, data, lesson, The Carpentries, HPC, EPCC"
Expand All @@ -28,7 +28,7 @@ life_cycle: "beta"
license: "CC-BY 4.0"

# Link to the source repository for this lesson
source: "https://github.com/EPCCed/2024-02-22-hpc-shell-brunel"
source: "https://github.com/EPCCed/2024-06-19-hpc-shampton"

# Default branch of your lesson
branch: "main"
Expand Down
8 changes: 4 additions & 4 deletions episodes/lesson_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local:
bash_shebang: "#!/bin/bash"

snippets: EPCC_ARCHER2_slurm
baseurl: "https://epcced.github.io/2024-02-22-hpc-shell-brunel"
baseurl: "https://epcced.github.io/2024-06-19-hpc-shell-shampton"

remote:
name: "ARCHER2"
Expand All @@ -13,12 +13,12 @@ remote:
host: "ln03"
node: "nid001053"
location: "EPCC, The University of Edinburgh"
homedir: "/home/ta140/ta140/"
homedir: "/home/ta158/ta158/"
user: "userid"
prompt: "userid@ln03:~>"
prompt_work: "userid@uan01:/work/ta140/ta140/userid>"
prompt_work: "userid@uan01:/work/ta158/ta158/userid>"
module_python3: "cray-python"
bash_shebang: "#!/bin/bash"

sched:
project: "ta140"
project: "ta158"

0 comments on commit 80f8105

Please sign in to comment.