User contributions for Philip
Jump to navigation
Jump to search
15 November 2023
- 14:4714:47, 15 November 2023 diff hist +82 Examples of SLURM scripts No edit summary current
- 14:4514:45, 15 November 2023 diff hist +554 Running batch jobs No edit summary current
- 14:3914:39, 15 November 2023 diff hist +3,627 N Running batch jobs Created page with "<h1> Submit Jobs Via The SLURM Queueing System </h1> This is the preferred method of submitting batch jobs to the cluster queueing system and to run jobs interactively. <h2> Most Important Queue Commands: </h2> Here we list the most commonly used queueing commands. If you are migrating from a different scheduling system, this cheat sheet may be useful for you. There also exists a compact two-page overview of the most important commands. <h3> Use The <code>'Sinfo'</code..."
- 14:2514:25, 15 November 2023 diff hist +1 Tycho Technical Documentation No edit summary
- 14:2414:24, 15 November 2023 diff hist +24 Tycho Technical Documentation No edit summary
- 14:1814:18, 15 November 2023 diff hist +5,648 N Examples of SLURM scripts Created page with "Here is examples of simple SLURM scripts for running serial, OpenMP and MPI jobs. Note that a very nice introduction to running SLURM scripts exist at https://hpc.ku.dk/documentation/slurm.html. <h2> Simple Batch Script For Running Serial Programs </h2> Submission scripts are really just shell scripts (here we use bash syntax) with a few additional variable specifications at the beginning. These are prefixed with "#SBATCH" and otherwise use the same keywords and syn..."