From 12cbc8e8a06f619b0b852438131a42d73180fa02 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 17 Mar 2022 10:50:28 +0100
Subject: [PATCH] Update resource_allocation_and_job_execution.md

---
 docs.it4i/general/resource_allocation_and_job_execution.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/general/resource_allocation_and_job_execution.md b/docs.it4i/general/resource_allocation_and_job_execution.md
index d43b09361..f32a8506e 100644
--- a/docs.it4i/general/resource_allocation_and_job_execution.md
+++ b/docs.it4i/general/resource_allocation_and_job_execution.md
@@ -23,7 +23,7 @@ Read more on the [Resources Allocation Policy][4] page.
 !!! note
     Use the **qsub** command to submit your jobs.
 
-The `qsub` command creates a request to the PBS Job manager for allocation of specified resources. The **smallest allocation unit is an entire node - 16 cores**, with the exception of the `qexp` queue. 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 first of the allocated nodes.**
+The `qsub` command creates a request to the PBS Job manager for allocation of specified resources. The **smallest allocation unit is an entire node**, with the exception of the `qexp` queue. 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 first of the allocated nodes.**
 
 Read more on the [Job Submission and Execution][5] page.
 
-- 
GitLab