Project

General

Profile

Actions

Feature #13533

open

option to specify vcpu runtime constraints on arvados-cwl-runner when using --submit

Added by Joshua Randall almost 6 years ago. Updated about 2 months ago.

Status:
Feedback
Priority:
Normal
Assigned To:
Category:
Crunch
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

It is great that a-c-r now has the --thread-count option to do some multithreaded operations. However, in our environment, we run a-c-r with --submit and we also enforce vcpu limits using cgroups. Currently, a-c-r does not specify a vcpu limit on the RunnerContainer container request that it submits, which means that it defaults to 1 vcpu. Therefore, regardless of what --thread-count option we specify, the threads are all forced to share a single vcpu.

I would propose to add a --submit-runner-vcpus argument to a-c-r (default: 1 as it is now) that allows one to specify the vcpus runtime constraint that will be included with the RunnerContainer container request, so that we can make full use of the new --thread-count option.

Actions #1

Updated by Joshua Randall almost 6 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 90
Actions #2

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #3

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF