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

Moved lesson order. #263

Merged
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ NOTE: This is *not* Carpentries boilerplate! Please read carefully.
snippet in episode 12 is included using `{% include /snippets/12/info.snip %}`.

3. Edit `_config_options.yml` in your snippets folder. These options set such things as the address
of the host to login to, definitions of the command prompt, and scheduler names.
of the host to login to, definitions of the command prompt, and scheduler names. You can also
change the order of the episodes, or omit episodes, by editing the configuration block
under `episode_names` in this file.

4. Set the environment variable `HPC_JEKYLL_CONFIG` to the relative path of the configuration file
in your snippets folder:
Expand Down Expand Up @@ -114,7 +116,8 @@ set in the snippet library.
The following list of items is meant as a guide on what content should go where in this repo. This
should work as a guide where you can contribute. If a bullet point is prefixed by a file name, this
is the lesson where the listed content should go into. This document is meant as a concept map
converted into a flow of learning goals and questions.
converted into a flow of learning goals and questions. Note, again, that it is possible, when
building your actual lesson, to re-order these files, or omit one or more of them.

* Prelude
* User profiles (academic and/or commercial) of cluster users
Expand Down
11 changes: 11 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,14 @@ exclude:

# Turn on built-in syntax highlighting.
highlighter: rouge

episode_order:
- 11-hpc-intro
- 12-cluster
- 13-scheduler
- 14-modules
- 15-transferring-files
- 16-parallel
- 17-resources
- 18-responsibility

Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ sched:
info: "sinfo"
comment: "#SBATCH"
hist: "sacct -u yourUsername"

episode_order:
- 11-hpc-intro
- 12-cluster
- 13-scheduler
- 14-modules
- 15-transferring-files
- 16-parallel
- 17-resources
- 18-responsibility

11 changes: 11 additions & 0 deletions _includes/snippets_library/EPCC_Cirrus_pbs/_config_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ sched:
info: "pbsnodes -a"
comment: "#PBS"
hist: "qstat -x"

episode_order:
- 11-hpc-intro
- 12-cluster
- 13-scheduler
- 14-modules
- 15-transferring-files
- 16-parallel
- 17-resources
- 18-responsibility

11 changes: 11 additions & 0 deletions _includes/snippets_library/NIST_CTCMS_slurm/_config_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ sched:
info: "sinfo"
comment: "#SBATCH"
hist: "sacct -u yourUsername"

episode_order:
- 11-hpc-intro
- 12-cluster
- 13-scheduler
- 14-modules
- 15-transferring-files
- 16-parallel
- 17-resources
- 18-responsibility

Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ sched:
info: "sinfo"
comment: "#SBATCH"
hist: "sacct -u $USER"

episode_order:
- 11-hpc-intro
- 12-cluster
- 13-scheduler
- 14-modules
- 15-transferring-files
- 16-parallel
- 17-resources
- 18-responsibility

11 changes: 11 additions & 0 deletions _includes/snippets_library/UCL_Myriad_sge/_config_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ sched:
info: "qhost"
comment: "#$ "
hist: "jobhist"

episode_order:
- 11-hpc-intro
- 12-cluster
- 13-scheduler
- 14-modules
- 15-transferring-files
- 16-parallel
- 17-resources
- 18-responsibility