Skip to content
Snippets Groups Projects
Commit e0a20660 authored by Saisri Vegesna's avatar Saisri Vegesna
Browse files

Update README.md

parent 9bfe805f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment