Instead of slides this week I will use a doc to review bash scripts in an interactive way. Here is a word doc so you can Follow Along!
This presentation will focus on running tasks on the HPC with bash scripts. We will look at the basic anatomy of a bash script and explain how to use modules available on the HPC to run a simple task. To prepare for this meeting, please thoroughly read Running Jobs on the HPC cluster as far as 'Batch Job Parallel' and follow the example described in Batch Jobs Serial. It is important that you familiarize yourself with this content and do the 'Batch Jobs Serial' example so it will be easier to follow along with the presentation and get more out of our provided examples.
IMPORTANT: Do not include the $ symbol when following the instructions to run the serial job script.
$ mkdir serial-test
mkdir serial-test
Helpful HPC Commands
Once you have logged on the HPC these commands may be useful
$ cat /data/help/cheat-sheet.txt
$ groups
$ pwd
A short video introducing the command line text editor "nano"