...
the number of concurrently running tasks. Tasks can be thought of as processes. For this simple serial job, we only need 1 concurrently-running task/process. Also, by default, each task is allocated a single CPU core. For additional information on parallel/multicore environments, click here.
--cpus-per-task=1
:
the number of allocated CPUs.
--job-name=test_job
:
The job's name--this will appear in the job queue, and is publicly-viewable.
...