Skip to content
Snippets Groups Projects
Commit 8c25041f authored by Josef Hrabal's avatar Josef Hrabal
Browse files

Update job_execution.md

parent 14dca774
Branches
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
...@@ -15,7 +15,7 @@ The resources are allocated to the job in a fair-share fashion, subject to const ...@@ -15,7 +15,7 @@ The resources are allocated to the job in a fair-share fashion, subject to const
* **qdgx**, the queue for DGX-2 machine * **qdgx**, the queue for DGX-2 machine
!!! note !!! note
Job maximum walltime is **4** hours. Job maximum walltime is **2** hours.
## Job Submission and Execution ## Job Submission and Execution
...@@ -26,7 +26,7 @@ The `qsub` submits the job into the queue. The command creates a request to the ...@@ -26,7 +26,7 @@ The `qsub` submits the job into the queue. The command creates a request to the
When allocating computational resources for the job, specify: When allocating computational resources for the job, specify:
1. a queue for your job (the default is **qdgx**) 1. a queue for your job (the default is **qdgx**)
1. the maximum wall time allocated to your calculation (default is **2 hour**, maximum is **4 hour**) 1. the maximum wall time allocated to your calculation (default is **1 hour**, maximum is **2 hour**)
1. a Jobscript or interactive switch 1. a Jobscript or interactive switch
!!! info !!! info
...@@ -39,7 +39,7 @@ Submit the job using the `qsub` command: ...@@ -39,7 +39,7 @@ Submit the job using the `qsub` command:
```console ```console
[kru0052@login4.salomon ~]$ ml DGX-2 [kru0052@login4.salomon ~]$ ml DGX-2
PBS 18.1.3 for DGX-2 machine PBS 18.1.3 for DGX-2 machine
[kru0052@login4.salomon ~]$ qsub -q qdgx -l walltime=04:00:00 -I [kru0052@login4.salomon ~]$ qsub -q qdgx -l walltime=02:00:00 -I
qsub: waiting for job 258.ldgx to start qsub: waiting for job 258.ldgx to start
qsub: job 258.ldgx ready qsub: job 258.ldgx ready
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment