Timeline for Best way to cancel all the SLURM jobs from shell command output
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 17, 2024 at 6:20 | comment | added | Thiago Gouvea | As an alternative to grepping specific prefixes, one can simply skip the header line in the output of awk: shell squeue -u $USER | awk 'NR>1 {print $1}' | xargs scancel | |
| Jan 31, 2024 at 8:01 | history | edited | Weijun Zhou | CC BY-SA 4.0 | added 1 character in body |
| Jan 16, 2018 at 6:33 | vote | accept | Osman Mamun | ||
| Jan 16, 2018 at 6:20 | history | answered | Weijun Zhou | CC BY-SA 3.0 |