From 7b195af57a018efc526143e31b225a1c0e0690b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lannelongue?= Date: Fri, 27 Jan 2023 18:55:33 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index da53a0c..235ec55 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,16 @@ optional arguments: Comma seperated list of Job IDs you want to filter on. --filterAccount FILTERACCOUNT Only consider jobs charged under this account + --customSuccessStates CUSTOMSUCCESSSTATES + Comma-separated list of job states. By default, only + jobs that exit with status CD or COMPLETED are + considered succesful (PENDING, RUNNING and REQUEUD are + ignored). Jobs with states listed here will be + considered successful as well (best to list both + 2-letter and full-length codes. Full list of job + states: + https://slurm.schedmd.com/squeue.html#SECTION_JOB- + STATE-CODES --reportBug In case of a bug, this flag logs jobs informations so that we can fix it. Note that this will write out some basic information about your jobs, such as runtime,