From 8c25041f5d5fb589d446ed5ac09b7ddf9eb14771 Mon Sep 17 00:00:00 2001
From: Josef Hrabal <josef.hrabal@vsb.cz>
Date: Wed, 13 Nov 2019 09:41:13 +0100
Subject: [PATCH] Update job_execution.md

---
 docs.it4i/dgx2/job_execution.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/dgx2/job_execution.md b/docs.it4i/dgx2/job_execution.md
index 549cc1082..56a8e51ae 100644
--- a/docs.it4i/dgx2/job_execution.md
+++ b/docs.it4i/dgx2/job_execution.md
@@ -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
 
 !!! note
-    Job maximum walltime is **4** hours.
+    Job maximum walltime is **2** hours.
 
 ## Job Submission and Execution
 
@@ -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:
 
 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
 
 !!! info
@@ -39,7 +39,7 @@ Submit the job using the `qsub` command:
 ```console
 [kru0052@login4.salomon ~]$ ml DGX-2
 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: job 258.ldgx ready
 
-- 
GitLab