Re: [slurm-users] Information about finished jobs

2021-06-15 Thread Ole Holm Nielsen
On 6/15/21 12:07 PM, Peter Kjellström wrote: On Mon, 14 Jun 2021 09:33:02 +0200 (CEST) Arthur Gilly wrote: Hi all, A related question, on my setup, scontrol show job displays the standard output, standard error redirections as well as the wd, whereas this info is lost after completion when sa

Re: [slurm-users] Information about finished jobs

2021-06-15 Thread Peter Kjellström
On Mon, 14 Jun 2021 09:33:02 +0200 (CEST) Arthur Gilly wrote: > Hi all, > > A related question, on my setup, scontrol show job displays the > standard output, standard error redirections as well as the wd, > whereas this info is lost after completion when sacct is required. Is > this something t

Re: [slurm-users] Information about finished jobs

2021-06-14 Thread Paul Raines
I have been writing my own 'jobinfo' tool for users to see info on a job in any state that is useful and readable by them. Still new to slurm and trying to wrap my head around the database info and the effects of arrays and such. A completed job output looks like this: # jobinfo 357300 ---

Re: [slurm-users] Information about finished jobs

2021-06-14 Thread Arthur Gilly
e of Translational Genomics Helmholtz-Centre Munich (HMGU) - From: slurm-users On Behalf Of Ole Holm Nielsen Sent: Monday, 14 June 2021 15:18 To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] Information about finished jobs

Re: [slurm-users] Information about finished jobs

2021-06-14 Thread Ole Holm Nielsen
On 6/14/21 9:33 AM, Arthur Gilly wrote: A related question, on my setup, scontrol show job displays the standard output, standard error redirections as well as the wd, whereas this info is lost after completion when sacct is required. Is this something that's configurable so that this info is pre

Re: [slurm-users] Information about finished jobs

2021-06-14 Thread Arthur Gilly
Boden Sent: Monday, 14 June 2021 13:50 To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] Information about finished jobs Hi, you will need to use sacct to get the information from the slurmdbd. It's not the same information and you will have to find the right fields to display,

Re: [slurm-users] Information about finished jobs

2021-06-13 Thread Marcus Boden
Hi, you will need to use sacct to get the information from the slurmdbd. It's not the same information and you will have to find the right fields to display, but it is pretty powerful. Have a look at the man page for the available fields. Best, Marcus On 14.06.21 08:26, Gestió Servidors wro

Re: [slurm-users] Information about finished jobs

2021-06-13 Thread Ole Holm Nielsen
On 6/14/21 8:26 AM, Gestió Servidors wrote: How can I get all information about a finished job in the same way as “scontrol show jobid=” when job is pending or running? Some minutes after job completion, you can only get the information which is stored in the Slurm database. My script "showj