Navigación
HPC
Entorno de usuario
Acceso al sistema
Sistema de gestión de cola
Comandos de SLURM
Instalación de software
FAQ
Limitaciones y excepciones
Entorno de usuario
Acceso al sistema
Sistema de gestión de cola
Comandos de SLURM
Instalación de software
FAQ
Limitaciones y excepciones
JOB <jobid> CANCELLED AT <time> DUE TO TIME LIMIT:
(or you may also see 'Job step aborted' when using srun)
Either you did not specify enough time in your batch submission script, or you didn't specify the amount of time and SLURM assigned the default time of 10 minutes. The -t option sets time in minutes or can also take D-HH:MM form (0-12:30for 12.5 hours). Submit your job again with a longer time window.
You can see the details of the partitions by executing the command:
# For all partition
scontrol show partition
or
scontrol show partition public
The DefaultTime parameter specifies the time assigned to a job when the user does not include it in the resource request.