From 9bfe805fb2fdce35cef15b7fcb219a11d9ead4f9 Mon Sep 17 00:00:00 2001 From: Saisri Vegesna <saisri@uab.edu> Date: Thu, 19 Mar 2020 15:42:18 -0500 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index a963f8b..889ca09 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,28 @@ Now load the Anaconda module and create environment on Cheaha cluster: $module load Anaconda3 $conda env create -f environment-slurm-ds.yml ``` +# Check to see if the environment works + +After the environment is created, you can start up an interactive Jupyter notebook session through rc.uab.edu to check if the environment works. + +Under environment setup, specify + +``` +# Load required modules +module load cuda10.0/toolkit +module load Anaconda3 + + +``` + +Under Extra jupyter arguments, specify + +``` +--notebook-dir=/data/user/$USER/slurm-ds +``` + +For partition, specify + +``` +pascalnodes +``` \ No newline at end of file -- GitLab