Hi all,
New user but long time user and plugin developer here.
I am currently porting an automated set of virtualization triggers for slurm to
c/c++.
As virtualization steps can take a long time in a cluster (think virtual
machine startup and shutdown), I am in the process of parallelizing
Is there any way to get the job command with sacct?
For example, if I submit a job like this:
$ sbatch testArgs.sh hey there
I can get the full command from "scontrol show job":
...
Command=/home/rrichholt/scripts/testArgs.sh hey there
...
But, that information is not available long-term
We use a job completion plugin to store that data. Ours is custom, but it
is loosely based on the elastic completion plugin, which may be a good
starting point.
On Oct 15, 2017 12:48, "Ryan Richholt" wrote:
> Is there any way to get the job command with sacct?
>
> For example, if I submit a job
On 14/10/17 00:24, Doug Meyer wrote:
> The job_table.idb and step_table.idb do not clear as part of day-to-day
> slurmdbd.conf
>
> Have slurmdbd.conf set to purge after 8 weeks but this does not appear
> to be working.
Anything in your slurmdbd logs?
--
Christopher SamuelSenior Syste