diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index e85b7620832b0e75369efa0d0c7602e6854bea01..d325c22d963d08cde846ac007b7205e85f7e5daa 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -46,8 +46,6 @@ $ find . -name 'file*' > tasklist
 
 Then we create a jobscript:
 
-#### Salomon
-
 ```bash
 #!/bin/bash
 #PBS -A PROJECT_ID
@@ -79,7 +77,6 @@ If running a huge number of parallel multicore (in means of multinode multithrea
 
 To submit the job array, use the `qsub -J` command. The 900 jobs of the [example above][5] may be submitted like this:
 
-#### Salomon
 
 ```console
 $ qsub -N JOBNAME -J 1-900 jobscript