From 172bbaf2d19bc9a098b70b82e01cdcfa42d2bfdc Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Fri, 3 Jul 2020 11:02:04 +0200 Subject: [PATCH] Update capacity-computing.md --- docs.it4i/general/capacity-computing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md index e1dee5294..9fe24803a 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -27,7 +27,7 @@ A job array is a compact representation of many jobs called subjobs. Subjobs sha * each subjob has a unique index, $PBS_ARRAY_INDEX * job Identifiers of subjobs only differ by their indices -* the state of subjobs can differ (R, Q, ..., etc.) +* the state of subjobs can differ (R, Q, etc.) All subjobs within a job array have the same scheduling priority and schedule as independent jobs. An entire job array is submitted through a single `qsub` command and may be managed by `qdel`, `qalter`, `qhold`, `qrls`, and `qsig` commands as a single job. -- GitLab