srun
Verified for current stable LTS
Srun Command: Run Job On Specific Partition
Use for run job on specific partition with Srun. Exact CLI syntax to run job on specific partition using Srun.
When to use this: Use for run job on specific partition with Srun.
Command Syntax
srun -p gpu <path/to/program> srun -p gpu <path/to/program> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run job on specific partition using Srun.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Srun Command: Allocate Memory For Job
srun --mem 8G <path/to/program> Srun Command: Run Interactive Command srun hostname Srun Command: Run Job And Save Output To File srun <path/to/program> > <path/to/output> Srun Command: Run Job With Tasks srun -n 4 <path/to/program> Jmeter Command: Run Test Plan Nongui Proxy jmeter -n -t <path/to/file.jmx> -H- <127.0.0.1> -P <8888>