Update gpu-cluster-quick-start.md

This commit is contained in:
Antreas Antoniou 2018-02-01 14:25:53 +00:00 committed by GitHub
parent 86990db465
commit 6077651789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ export MLP_DATA_DIR=$HOME/mlpractical/data
13. This includes all of the required installations. Proceed to the next section outlining how to use the slurm cluster 13. This includes all of the required installations. Proceed to the next section outlining how to use the slurm cluster
management software. Please remember to clean your setup files using ```conda clean -t``` management software. Please remember to clean your setup files using ```conda clean -t```
###Using Slurm ### Using Slurm
Slurm provides us with some commands that can be used to submit, delete, view, explore current jobs, nodes and resources among others. Slurm provides us with some commands that can be used to submit, delete, view, explore current jobs, nodes and resources among others.
To submit a job one needs to use ```sbatch script.sh``` which will automatically find available nodes and pass the job, To submit a job one needs to use ```sbatch script.sh``` which will automatically find available nodes and pass the job,
resources and restrictions required. The script.sh is the bash script containing the job that we want to run. Since we will be using the NVIDIA CUDA and CUDNN libraries resources and restrictions required. The script.sh is the bash script containing the job that we want to run. Since we will be using the NVIDIA CUDA and CUDNN libraries