Skip to content
Snippets Groups Projects
Commit 0d6981c3 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update capacity-computing.md

parent 2c17455d
No related branches found
No related tags found
No related merge requests found
Pipeline #25224 passed with warnings
...@@ -46,8 +46,6 @@ $ find . -name 'file*' > tasklist ...@@ -46,8 +46,6 @@ $ find . -name 'file*' > tasklist
Then we create a jobscript: Then we create a jobscript:
#### Salomon
```bash ```bash
#!/bin/bash #!/bin/bash
#PBS -A PROJECT_ID #PBS -A PROJECT_ID
...@@ -79,7 +77,6 @@ If running a huge number of parallel multicore (in means of multinode multithrea ...@@ -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: 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 ```console
$ qsub -N JOBNAME -J 1-900 jobscript $ qsub -N JOBNAME -J 1-900 jobscript
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment