Azure / hpcpack

The repo to track public issues for Microsoft HPC Pack product.
MIT License
29 stars 11 forks source link

Default Node Release Run Time #14

Open webstc2 opened 3 years ago

webstc2 commented 3 years ago

Feature Request Description

The ability to specify a default Run Time for the Node Release task along with the maximum for the task.

image

Describe Preferred Solution

A field in the Job Scheduler configuration to specify the default node release run time for jobs that have not already specified it.

Describe Alternatives Considered

Populating the field via the submission filter.

Additional Context

Currently the field is automatically populated to the maximum value and this can be confusing for users who expect their job to be able to run that extra time but end up failing because the cluster kills their main task in order to run Node Release.

YutongSun commented 3 years ago

This is a cluster wide configuration for the max time a Node Release task can run. It applies to all the jobs. Note the cluster should not kill main task in order to run Node Release task.