Browse Source

Minor change in README.md

Javier Jorge Cano 2 years ago
parent
commit
081ac89247
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -376,6 +376,6 @@ qrls JOB_ID
 Modify requirements from a job in the queue
 
 ```bash
-#When launched, gpu_slots=2, change it to 1
+#When launched, cpu_slots=2, change it to 1
 qalter -l 'cpu_slots=1,h_vmem=infinity,virtual_free=51200M' JOB_ID
 ```