forked from carpentries-incubator/hpc-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaae732
commit 93a2e28
Showing
72 changed files
with
1,341 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ | |
# below with those in `_config_options.yml` from the | ||
# library. E.g, to customise for Cirrus at EPCC, running | ||
# Slurm, we could replace the options below with those from | ||
# | ||
# | ||
# _includes/snippets_library/EPCC_Cirrus_slurm/_config_options.yml | ||
# | ||
# | ||
# If your cluster is not represented in the library, please | ||
# copy an existing folder, rename it, and customize for your | ||
# installation. Remember to keep the leading slash on the | ||
|
@@ -32,23 +32,23 @@ | |
# | ||
# Compute responsibly. | ||
|
||
snippets: "/snippets_library/HPCC_MagicCastle_slurm" | ||
snippets: "/snippets_library/SRC_FarmShare_slurm" | ||
|
||
local: | ||
prompt: "[you@laptop:~]$" | ||
bash_shebang: "#!/usr/bin/env bash" | ||
|
||
remote: | ||
name: "HPC Carpentry's Cloud Cluster" | ||
login: "cluster.hpc-carpentry.org" | ||
portal: "https://mokey.cluster.hpc-carpentry.org" | ||
host: "login1" | ||
node: "node1" | ||
name: "FarmShare" | ||
login: "login.farmshare.stanford.edu" | ||
portal: "https://ondemand.farmshare.stanford.edu" | ||
host: "rice-02" | ||
node: "wheat-01" | ||
location: "cluster.hpc-carpentry.org" | ||
homedir: "/home" | ||
user: "yourUsername" | ||
module_python3: "Python" | ||
prompt: "[yourUsername@login1 ~]$" | ||
homedir: "/home/" | ||
user: "SUNetID" | ||
module_python3: "python" | ||
prompt: "[SUNetID@rice-02:~]$" | ||
bash_shebang: "#!/bin/bash" | ||
|
||
sched: | ||
|
@@ -57,11 +57,11 @@ sched: | |
name: "sbatch" | ||
options: "" | ||
queue: | ||
debug: "smnode" | ||
debug: "wheat-01" | ||
testing: "cpubase_bycore_b1" | ||
status: "squeue" | ||
flag: | ||
user: "-u yourUsername" | ||
user: "-u $USER" | ||
interactive: "" | ||
histdetail: "-l -j" | ||
name: "-J" | ||
|
@@ -73,7 +73,7 @@ sched: | |
interactive: "srun" | ||
info: "sinfo" | ||
comment: "#SBATCH" | ||
hist: "sacct -u yourUsername" | ||
hist: "sacct -u $USER" | ||
hist_filter: "" | ||
|
||
episode_order: | ||
|
@@ -97,7 +97,7 @@ episode_order: | |
# "dc": Data Carpentry | ||
# "lc": Library Carpentry | ||
# "cp": Carpentries (e.g., instructor training) | ||
carpentry: "incubator" | ||
carpentry: "cp" | ||
|
||
# Overall title for pages. | ||
title: "Introduction to High-Performance Computing" | ||
|
@@ -106,7 +106,7 @@ title: "Introduction to High-Performance Computing" | |
email: "[email protected]" | ||
|
||
# Life cycle stage of the lesson ("pre-alpha", "alpha", "beta", "stable")? | ||
life_cycle: "alpha" | ||
life_cycle: "stable" | ||
|
||
#------------------------------------------------------------ | ||
# Generic settings (should not need to change). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.