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

Update capacity-computing.md

parent 54932246
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -241,7 +241,7 @@ In this example, tasks from the tasklist are executed via the GNU parallel. The ...@@ -241,7 +241,7 @@ In this example, tasks from the tasklist are executed via the GNU parallel. The
### Submit the Job ### Submit the Job
To submit the job, use the qsub command. The 101 task job of the [example above][7] may be submitted as follows: To submit the job, use the `qsub` command. The 101 task job of the [example above][7] may be submitted as follows:
```console ```console
$ qsub -N JOBNAME jobscript $ qsub -N JOBNAME jobscript
...@@ -326,7 +326,7 @@ When deciding these values, keep in mind the following guiding rules: ...@@ -326,7 +326,7 @@ When deciding these values, keep in mind the following guiding rules:
### Submit the Job Array (-J) ### Submit the Job Array (-J)
To submit the job array, use the qsub -J command. The 992 task jobs of the [example above][8] may be submitted like this: To submit the job array, use the `qsub -J` command. The 992 task jobs of the [example above][8] may be submitted like this:
```console ```console
$ qsub -N JOBNAME -J 1-992:32 jobscript $ qsub -N JOBNAME -J 1-992:32 jobscript
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment