I would like to have an output that tells me how long a given job needed to run (on Grace cluster). Is there an easy way to do that?
Thanks
I would like to have an output that tells me how long a given job needed to run (on Grace cluster). Is there an easy way to do that?
Thanks
Hi, Antoinearnoud:
You can put this line
seff $SLURM_JOBID
to the end of your job script as the last command executed by your job. It will print out how long the job has been running, among other information.
Ping