From 90ffe4bef5213a995c3c51b965eb8cc5f36670cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Tue, 19 Dec 2017 11:30:26 +0100 Subject: [PATCH] fix hrb33 --- docs.it4i/salomon/resource-allocation-and-job-execution.md | 2 +- docs.it4i/salomon/resources-allocation-policy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/salomon/resource-allocation-and-job-execution.md b/docs.it4i/salomon/resource-allocation-and-job-execution.md index 73b6948d9..b1ab38d58 100644 --- a/docs.it4i/salomon/resource-allocation-and-job-execution.md +++ b/docs.it4i/salomon/resource-allocation-and-job-execution.md @@ -10,7 +10,7 @@ The resources are allocated to the job in a fair-share fashion, subject to const * **qprod**, the Production queue * **qlong**, the Long queue * **qmpp**, the Massively parallel queue -* **qmic**, the queue qmic to access MIC nodes. It is required that active project with specified to enter these queues. 864 mic are included. +* **qmic**, the 864 MIC nodes queue * **qfat**, the queue to access SMP UV2000 machine * **qfree**, the Free resource utilization queue diff --git a/docs.it4i/salomon/resources-allocation-policy.md b/docs.it4i/salomon/resources-allocation-policy.md index 9b6212e0f..9f35d15d0 100644 --- a/docs.it4i/salomon/resources-allocation-policy.md +++ b/docs.it4i/salomon/resources-allocation-policy.md @@ -28,7 +28,7 @@ The resources are allocated to the job in a fair-share fashion, subject to const * **qfat**, the UV2000 queue. This queue is dedicated to access the fat SGI UV2000 SMP machine. The machine (uv1) has 112 Intel IvyBridge cores at 3.3GHz and 3.25TB RAM (8 cores and 128GB RAM are dedicated for system). An PI needs explicitly ask support for authorization to enter the queue for all users associated to her/his Project. * **qfree**, the Free resource queue: The queue qfree is intended for utilization of free resources, after a Project exhausted all its allocated computational resources (Does not apply to DD projects by default. DD projects have to request for persmission on qfree after exhaustion of computational resources.). It is required that active project is specified to enter the queue, however no remaining resources are required. Consumed resources will be accounted to the Project. Only 178 nodes without accelerator may be accessed from this queue. Full nodes, 24 cores per node are allocated. The queue runs with very low priority and no special authorization is required to use it. The maximum runtime in qfree is 12 hours. * **qviz**, the Visualization queue: Intended for pre-/post-processing using OpenGL accelerated graphics. Currently when accessing the node, each user gets 4 cores of a CPU allocated, thus approximately 73 GB of RAM and 1/7 of the GPU capacity (default "chunk"). If more GPU power or RAM is required, it is recommended to allocate more chunks (with 4 cores each) up to one whole node per user, so that all 28 cores, 512 GB RAM and whole GPU is exclusive. This is currently also the maximum allowed allocation per one user. One hour of work is allocated by default, the user may ask for 2 hours maximum. -* **qmic**, the queue qmic to access MIC nodes. It is required that active project with specified to enter these queues. 864 mic are included. +* **qmic**, the queue qmic to access MIC nodes. It is required that active project with nonzero remaining resources is specified to enter the qmic. All 846 MICs are included. !!! note To access node with Xeon Phi co-processor user needs to specify that in [job submission select statement](job-submission-and-execution/). -- GitLab