From 301c1d4d6f74bf0e187e000da5bad22167225e4b Mon Sep 17 00:00:00 2001 From: Roman Sliva <roman.sliva@vsb.cz> Date: Tue, 6 Dec 2022 11:13:15 +0100 Subject: [PATCH] Update job-scheduling.md --- docs.it4i/cs/job-scheduling.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index ac111a249..567b75432 100644 --- a/docs.it4i/cs/job-scheduling.md +++ b/docs.it4i/cs/job-scheduling.md @@ -206,7 +206,7 @@ sbatch -A PROJECT-ID -p p05-synt ./script.sh ## Features Nodes have feature tags assigned to them. -Users can select nodes based on the feature tags using --constraint option. +Users can select nodes based on the feature tags using --constrain option. | Feature | Description | | ------ | ------ | @@ -234,6 +234,10 @@ p04-edge01 x86_64,intel,broadwell,ib,ht p05-synt01 x86_64,amd,milan,ib,ht ``` +``` +$ salloc -A SERVICE -p p02-intel --constrain noht +``` + ``` $ scontrol -d show node p02-intel01 | grep ActiveFeatures ActiveFeatures=x86_64,intel,icelake,ib,fpga,bitware,nvdimm,ht -- GitLab