Office of Research Computing

Can we request multiple cores/slots?

You use the command “ –ntasks <number>” either on the command line with sbatch or in the script file to request <number> cores.

NOTE: If you job is inherently multi-threaded (eg. Java jobs), then you need to use this option to specify the number of cores you want for the job.