Skip to content
Snippets Groups Projects
  • Morris Jette's avatar
    c656e825
    Limit sbatch parsing for performance · c656e825
    Morris Jette authored
    Stop searching sbatch scripts for #PBS directives after 100 lines of
        non-comments. Stop parsing #PBS or #SLURM directives after 1024 characters
        into a line. Required for decent perforamnce with huge scripts.
    c656e825
    History
    Limit sbatch parsing for performance
    Morris Jette authored
    Stop searching sbatch scripts for #PBS directives after 100 lines of
        non-comments. Stop parsing #PBS or #SLURM directives after 1024 characters
        into a line. Required for decent perforamnce with huge scripts.