Slurm Batch Jobs

Python Simple Job Tutorial

Introduction Run getSlurmExamples at the command line of rnd or vleda to have all the tutorials copied to your home directory. This tutorial is intended...

Python Array Job Tutorial

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...

MATLAB Black-Scholes Tutorial

Run getSlurmExamples at the command line of rnd or vleda to have all the tutorials copied to your home directory. Run a MATLAB program that calculates Black-Scholes Merton call and put...

SAS Tutorial

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...

MATLAB GPU Tutorial

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...

Common SLURM commands

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...

R Fitspline Tutorial

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 run an R script. This script...

R Monte Carlo Simulation Tutorial

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...

Stata Tutorial

In this tutorial, we will run a Stata program. Stata Script This code reads data from a file, creates a new variable (v4) by subtracting...

Creating a Python Virtual Environment

In this tutorial, you will create a virtual environment to use in Python. `virtualenv` is a tool to create isolated Python environments in your personal...