Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Slurm: How could I return all the completed jobs submitted by a some user?

Tags:

slurm

Following command squeue -U < user_name > returns all the jobs that are only running, pending or queued, which are submitted by the user.

[Q] How could I return all the completed jobs submitted by the user? also it is possible to obtain submitted jobs' process_id instead of the job_id?

Thank you for your valuable time and help.

like image 750
alper Avatar asked Oct 18 '25 05:10

alper


1 Answers

Use

sacct --start=YYYY-MM-DD -u < user_name>

to get all completed or failed jobs from user user_name since date YYYY-MM-DD

like image 131
damienfrancois Avatar answered Oct 22 '25 08:10

damienfrancois



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!