You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Class material for HPC 101.

Session 1 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 Activities

2 - Text Editors and Shell Scripts 20190515.docx

Session 3 Activities



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