On 15/11/18 12:38 am, Matthew Goulden wrote:
sacct output including the default headers is three lines, What is line
2 documenting? Most fields are blank.
Ah, well it can be more that 3 lines.. ;-)
[csamuel@farnarkle2 tmp]$ sbatch --wrap hostname
Submitted batch job 1740982
When I use sacct
Sorry for the late response.
The erratic behaviour of group affiliations seemed inconsistent. Some of
the nodes experienced such oddity while other nodes were able to display
the group memberships properly.
I tried setting LaunchParameters=send_gids as per Douglas Jacobsen's
suggestion by doing1.
Hi Matt,
I think you're asking about the difference between Job, Step, and Task.
There's an overview of the job launch system here:
https://slurm.schedmd.com/job_launch.html
..but this stack overflow post actually summarises it nicely:
https://stackoverflow.com/a/46532581
A job consists in o
The identifier after the base numeric job id -- e.g. "batch" -- is the job
step. The "batch" step is where your job script executes. Each time your job
script calls "srun" a new numerical step is created, e.g. "82.0," "82.1," et
al. Job accounting captures information for the entire job (JobI
On 11/13/18 9:39 PM, Kilian Cavalotti wrote:
> Hi Bill,
> There are a couple mentions of the same backtrace on the bugtracker,
> but that was a long time ago (namely
> https://bugs.schedmd.com/show_bug.cgi?id=1557 and
> https://bugs.schedmd.com/show_bug.cgi?id=1660, for Slurm 14.11). Weird
> to see
Hi,
New to slurm; currently working up to move our system from uge/sge
sacct output including the default headers is three lines, What is line 2
documenting? Most fields are blank.
For most fields with values these are the same as for line 3:
AllocCPUS,
Elapsed,
State,
ExitCode,
ReqMem,
Fo