From 1d781793598ed2433ec92d969ee5d0795324e77a Mon Sep 17 00:00:00 2001
From: Marek Chrastina <marek.chrastina@vsb.cz>
Date: Wed, 4 Dec 2019 14:20:18 +0100
Subject: [PATCH] qdgx

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

diff --git a/docs.it4i/dgx2/job_execution.md b/docs.it4i/dgx2/job_execution.md
index 56a8e51ae..9b8a865c9 100644
--- a/docs.it4i/dgx2/job_execution.md
+++ b/docs.it4i/dgx2/job_execution.md
@@ -17,6 +17,9 @@ The resources are allocated to the job in a fair-share fashion, subject to const
 !!! note
     Job maximum walltime is **2** hours.
 
+!!! note
+    The qdgx queue is configured to run one job and accept one job in a queue per user.
+
 ## Job Submission and Execution
 
 The `qsub` submits the job into the queue. The command creates a request to the PBS Job manager for allocation of specified resources. The resources will be allocated when available, subject to allocation policies and constraints. After the resources are allocated the jobscript or interactive shell is executed on the allocated node.
-- 
GitLab