Commit c8aaed1e authored by Morris Jette's avatar Morris Jette
Browse files

Allocate step part of job's allocation

If a job allocates whole nodes (with --core-spec or --exclusive
option) and launches a step within that allocation all in a single
command (the srun creates the allocation and step at the same time)
and requests a specific CPU count (e.g. "-ntasks=# --cpus-per-task=#")
then allocate the job step only the requested CPU count, which may
be less than the job's allocation.
Bug 843
parent 5d9dd85b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment