Skip to content

Commit 6d6e8c1

Browse files
committed
fixed type
1 parent bcb17c2 commit 6d6e8c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tutorial: GPU Computing on Exacloud
22

3-
Training neural networks on GPU architecture will demonstrably decrease required training time.
4-
This tutorial is meant to illustrate the process of configuring a system to train a simple neural network on a GPU on Exacloud, which is managed by the Slurm job scheduler.
3+
Training neural networks on GPU architecture will often significantly decrease required training time.
4+
This tutorial is meant to illustrate the process of configuring a system to train a simple neural network on a GPU on OHSU's Exacloud computing resource.
55

6-
Slurm is designed to process a submit script (suffixed with a .s) to allocate necessary resources for program execution.
7-
I'll walk through both how to launch an interactive session with a GPU and how to tell Exacloud to use a GPU to run your program.
6+
Exacloud uses the Slurm job scheduler to process computing requests and allocate hardware resources.
7+
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

99
## Get access to GPU partition
1010

0 commit comments

Comments
 (0)