Project

General

Profile

Idea #12191

Updated by Tom Clegg over 6 years ago

The list of arguments flags which can be specified by users is configurable by the site admins with the default list being empty so that this capability is turned off. 

 A whitelisted prefix can be, for example, "--gres=" --gres if you wanted to allow users to control use SLURMs generic resource scheduling. 

 * arvados-cwl-runner to be updated to support new Arvados specific CWL extension 
 * API server to validate the requested arguments against configured command as acceptable based on white list 
 * crunch-dispatch-slurm crunch dispatch slurm to pass the added arguments commands through to sbatch 
 * User documentation updated

Back