Skip to content

Commit

Permalink
Populate missing config flag, fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Jan 10, 2024
1 parent 642c4b5 commit 5296cd7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ sched:
info: "sinfo"
comment: "#SBATCH"
hist: "sacct -u yourUsername"
hist_filter: ""

episode_order:
- 10-hpc-intro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ sched:
info: "sinfo"
comment: "#SBATCH"
hist: "sacct -u $USER"
hist_filter: ""

episode_order:
- 10-hpc-intro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ sched:
info: "sinfo"
comment: "#SBATCH"
hist: "sacct -u yourUsername"
hist_filter: ""

episode_order:
- 10-hpc-intro
Expand Down
7 changes: 4 additions & 3 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ the Windows start menu.
> you can run Bash commands on a remote computer or server that already has a
> Unix Shell, from your Windows machine. This can usually be done through a
> Secure Shell (SSH) client. One such client available for free for Windows
> computers is PuTTY. See the reference below for information on installing and
> using PuTTY, using the Windows 10 command-line tool, or installing and using
> a Unix/Linux emulator.
> computers is [PuTTY][putty]. See the reference below for information on
> installing and using PuTTY, using the Windows 10 command-line tool, or
> installing and using a Unix/Linux emulator.
>
> For advanced users, you may choose one of the following alternatives:
>
Expand Down Expand Up @@ -137,5 +137,6 @@ anything.
[ms-wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
[ms-shell]: https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core?view=powershell-7
[mobax-gen]: https://mobaxterm.mobatek.net/documentation.html
[putty]: https://www.chiark.greenend.org.uk/~sgtatham/putty/
[unix-emulator]: https://www.cygwin.com/
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10

0 comments on commit 5296cd7

Please sign in to comment.