From e0a20660e48be65541ed65cc964a7df6f31883c4 Mon Sep 17 00:00:00 2001 From: Saisri Vegesna <saisri@uab.edu> Date: Thu, 19 Mar 2020 15:46:35 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 889ca09..721b24f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Now load the Anaconda module and create environment on Cheaha cluster: $module load Anaconda3 $conda env create -f environment-slurm-ds.yml ``` +If we have to create a database from sacct +``` +directoryToUse="/data/user/$USER/VariousNeurology/user/" +sacct -P -u $USER --starttime=2019-01-01 --format user,start,jobid,jobname,state,partition,maxrss,reqmem,reqcpus,node,nnodes,elapsed >> "$directoryToUse"userusage.db +``` # 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. -- GitLab