Skip to content

Commit bdf9225

Browse files
committed
added repo clone
1 parent 6d6e8c1 commit bdf9225

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ This tutorial is meant to illustrate the process of configuring a system to trai
66
Exacloud uses the Slurm job scheduler to process computing requests and allocate hardware resources.
77
I'll walk through both how to use slurm to launch an interactive session on Exacloud, how to request GPU hardware, and how to tell Exacloud to explicitly use a GPU to run your program or train your neural network.
88

9+
## Clone this repo
10+
11+
I have provided a few very simple scripts to launch an interactive GPU-equipped session, request GPU resources for batch processing, and a simple neural network that uses google's TensorFlow library for machine intelligence.
12+
First, access your home directory on exacloud and clone this repository.
13+
14+
```
15+
ssh exahead1
16+
git clone https://github.com/schaugf/tensorflow-gpu-exacloud
17+
```
18+
19+
Once done, change into that directory and make sure the contents of this repo are present.
20+
21+
```
22+
cd tensorflow-gpu-exacloud
23+
ls
24+
```
25+
926
## Get access to GPU partition
1027

1128
If you're new to this, you will need to request access to a GPU-equipped partition on Exacloud.

0 commit comments

Comments
 (0)