This content is outdated and based on an older version of the system.


Class material for HPC 101.

Session 1

Slides

1 - Tools to Connect and Move Data and Getting Around the Linux CLI.pptx

Activities

 1 - Tools to Connect and Move Data and Getting Around the Linux CLI_LINUX_20190509.docx

 1 - Tools to Connect and Move Data and Getting Around the Linux CLI_MAC_20190509.docx

 1 - Tools to Connect and Move Data and Getting Around the Linux CLI_WINDOWS_20190509.docx

Session 2

Slides

2 - Text Editors and Shell Scripts.pptx

Activities

2 - Text Editors and Shell Scripts 20190515.docx

Session 3

Slides

3 - Running Jobs on the UAMS Cluster.pptx

Activities

3 - Running Jobs on the UAMS Cluster 20190521.docx

Att_benchmark.R there is a copy on the hpc at

 /storage/example/hpc101/Att_benchmark.R

R_example.batch
#!/bin/bash

# Name of job
#PBS -N R_Benchmark
# limit to 30 minutes of walltime
#PBS -l walltime=30:00
# Email to notify
#PBS -M EXAMPLE@uams.edu


# load the R module
module load R_base/3.3.3
# Run the benchmark program with Rscript
Rscript Att_benchmark.R




  • No labels