This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/slurm/example.sl.output
2022-12-04 15:52:40 +01:00

14 lines
314 B
Text
Generated

'#!/bin/bash\n' Comment.Hashbang
'#SBATCH --partition=part\n' Keyword.Pseudo
'#SBATCH --job-name=job\n' Keyword.Pseudo
'#SBATCH --mem=1G\n' Keyword.Pseudo
'#SBATCH --cpus-per-task=8\n' Keyword.Pseudo
'srun' Name.Builtin
' ' Text.Whitespace
'/usr/bin/sleep' Text
'\n' Text.Whitespace