Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
application:hpc:slurm [2025/02/26 20:01] mirocowapplication:hpc:slurm [2025/02/26 20:12] (текущий) mirocow
Строка 1: Строка 1:
 +{{tag>[hpc slurm container docker]}}
 +
 ====== Slurm ====== ====== Slurm ======
  
Строка 26: Строка 28:
 | #SBATCH -t time                                                                  | #MSUB -l walltime= time                                                                                                                                                                        | Specifies the wall clock time limit for the job. See the man page for syntax.                                                                                                                                                                                               | | #SBATCH -t time                                                                  | #MSUB -l walltime= time                                                                                                                                                                        | Specifies the wall clock time limit for the job. See the man page for syntax.                                                                                                                                                                                               |
 | #SBATCH --export=ALL                                                             | #MSUB -V                                                                                                                                                                                       | Declares that all environment variables in the job submission environment are exported to the batch job.                                                                                                                                                                    | | #SBATCH --export=ALL                                                             | #MSUB -V                                                                                                                                                                                       | Declares that all environment variables in the job submission environment are exported to the batch job.                                                                                                                                                                    |
-|                                                                                  |