How to run a SLURM job interactively

This could be useful when running automatic tests with SLURM .

srun --mem-per-cpu=MB --time=hh:mm --ntasks=N -o log-file.log your_application --with its --options

See also