This repository contains Carnegie HPC intro example code and scripts to help users get started with modules, softwares and Slurm job management techniques.
Be cautious as to which cluster you run these on. All were written specifically for Carnegie HPC clusters, however not all clusters have the same hardware resources (GPUs for example).
For a few of the more advanced examples, please refer to the README in the working directory.
To run:
$user@host[~]: ssh <user>@<cluster>.carnegiescience.edu
$user@host[~]: cd $SLURM_SUBMIT_Dir
$user@host[~]: sbatch <script_name>.sh
Clone this to the cluster or your local machine:
$ git clone https://github.com/carnegie/hpc-example-jobs.git
$ cd hpc-example-jobs
Here are a few recommended articles:
If you encounter issues, please check our documentation or reach out to our HPC team.