Monday, February 29, 2016

Running interactive job with SLURM

The following command is useful for submitting an interactive job on a cluster running SLURM
srun --ntasks=32 --ntasks-per-node=16 --time=00:30:00 --partition=express --pty bash

No comments:

Post a Comment