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

fixed conventions

parent 7aaa25b7
No related branches found
No related tags found
No related merge requests found
Pipeline #25553 passed with warnings
...@@ -74,7 +74,7 @@ $ qsub -A OPEN-0-0 -q qprod -l select=64:ncpus=36,walltime=02:00:00 ./firstjob ...@@ -74,7 +74,7 @@ $ qsub -A OPEN-0-0 -q qprod -l select=64:ncpus=36,walltime=02:00:00 ./firstjob
Then submit the second job using the `depend` function: Then submit the second job using the `depend` function:
```console ```console
qsub -W depend=afterok:123456 ./secondjob $ qsub -W depend=afterok:123456 ./secondjob
``` ```
Both jobs will be queued, but the second job won't start until the first job has finished successfully. Both jobs will be queued, but the second job won't start until the first job has finished successfully.
...@@ -401,7 +401,7 @@ The allocated nodes are accessible via SSH from login nodes. The nodes may acces ...@@ -401,7 +401,7 @@ The allocated nodes are accessible via SSH from login nodes. The nodes may acces
Calculations on allocated nodes may be executed remotely via the MPI, SSH, pdsh, or clush. You may find out which nodes belong to the allocation by reading the $PBS_NODEFILE file Calculations on allocated nodes may be executed remotely via the MPI, SSH, pdsh, or clush. You may find out which nodes belong to the allocation by reading the $PBS_NODEFILE file
```console ```console
qsub -q qexp -l select=4:ncpus=16 -I $ qsub -q qexp -l select=4:ncpus=16 -I
qsub: waiting for job 15210.srv11 to start qsub: waiting for job 15210.srv11 to start
qsub: job 15210.srv11 ready qsub: job 15210.srv11 ready
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment