-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sbatch


> Submit a batch job to the SLURM scheduler.

More information.


Submit a batch job:

sbatch {path/to/job.sh}

Submit a batch job with a custom name:

sbatch --job-name={myjob} {path/to/job.sh}

Submit a batch job with a time limit of 30 minutes:

sbatch --time={00:30:00} {path/to/job.sh}

Submit a job and request multiple nodes:

sbatch --nodes={3} {path/to/job.sh}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:25:38 2024