Skip to content
Snippets Groups Projects
  • Morris Jette's avatar
    c8aaed1e
    Allocate step part of job's allocation · c8aaed1e
    Morris Jette authored
    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
    c8aaed1e
    History
    Allocate step part of job's allocation
    Morris Jette authored
    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