On Mon, 14 Jun 2021 09:33:02 +0200 (CEST) Arthur Gilly <[email protected]> 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 that's configurable so that this info is preserved > with sacct? Working directory is available at least (sacct -o workdir). To see everything there is an "all". So something like this shows all fields with '|' (parsable -P) and one line per job (-X): sacct -j JOBID -X -P -o all /Peter
