What does the state ‘drain’ mean?

It means no further job will be scheduled on that node, but the currently running jobs will keep running (by contrast with setting the node down which kills all jobs running on the node). Nodes are often set to that state so that some maintenance operation can take place once all running jobs are finished. … Read more

Expand columns to see full jobname in Slurm

You should use the format option, with: sacct –helpformat you’ll see the parameters to show, for instance: sacct –format=”JobID,JobName%30″ will print the job id and the name up to 30 characters: JobID JobName ———— —————————— 19009 bash 19010 launch.sh 19010.0 hydra_pmi_proxy 19010.1 hydra_pmi_proxy Now, you can to customize your own output.

Adding time to a running slurm job

Use the scontrol command to modify a job scontrol update jobid=<job_id> TimeLimit=<new_timelimit> Use the SLURM time format, eg. for 8 days 15 hours: TimeLimit=8-15:00:00 Requires admin privileges, on some machines. Will be allowed to users only if the job is not running yet, on most machines.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)