Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KOMAL BADI
createAndParseSACCT
Commits
9bfe805f
Commit
9bfe805f
authored
Mar 19, 2020
by
Saisri Vegesna
Browse files
Update README.md
parent
3859dbf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9bfe805f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment