2nji commited on
Commit
ee90e72
1 Parent(s): faefda0

specify cluster on g5k

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ Disclaimer: This is still work in progress as we need to preprocess our celebrit
10
  Log into your Grid5000 account using ssh and run the following code in the terminal
11
 
12
  ```script
13
- oarsub -l gpu=4 -I -q production
14
  ```
15
 
16
  Wait till GPUs are available and assigned to you, if you need more information about g5k, you can refer to [here](https://www.grid5000.fr/w/Getting_Started)
 
10
  Log into your Grid5000 account using ssh and run the following code in the terminal
11
 
12
  ```script
13
+ oarsub -p "cluster='graffiti'" -l gpu=1 -I -q production
14
  ```
15
 
16
  Wait till GPUs are available and assigned to you, if you need more information about g5k, you can refer to [here](https://www.grid5000.fr/w/Getting_Started)