Introduction This tutorial is intended to familiarize you with the process of running and scheduling jobs on the SCRC Slurm cluster. You will use the...
Run getSlurmExamples at the command line of rnd or vleda to have all the tutorials copied to your home directory. This tutorial will teach you...
Run getSlurmExamples at the command line of rnd or vleda to have all the tutorials copied to your home directory. In this tutorial, you will practice running a SAS script. SAS...
Run a MATLAB script that performs a regression test comparing the computation time of a non-GPU-based computation with that of a GPU-based computation. MATLAB Script...
Command Usage Description Example sbatch Submits a batch job to the Slurm scheduler sbatch [options] script sbatch myScript.sbatch squeue Displays the status of jobs in...
In this tutorial, you will run an R script. This script generates simulated data points with random noise, fits a cubic smoothing spline to the...
In this tutorial, we will run an R script. The R script runs a Monte Carlo simulation to estimate the path of a stock price...
A Python virtual environment is a personal isolated Python installation. The virtual environment consists of a directory that contains all the necessary executables for a...