-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
category/enhancementThis is functionality that builds upon existing functionality.This is functionality that builds upon existing functionality.component/activejobsgood first issueSimple, easy to grab issues for developmentSimple, easy to grab issues for development
Milestone
Description
Currently the wallclock times are derived via accessing native attributes, like:
attributes.push Attribute.new "Walltime", (info.native.fetch(:Resource_List, {})[:walltime].presence || "00:00:00")
These can be replaced with something like:
attributes.push Attribute.new "Walltime", info.wallclock_limit || "00:00:00"
After updating to the the latest ood_core
release.
┆Issue is synchronized with this Asana task by Unito
Metadata
Metadata
Assignees
Labels
category/enhancementThis is functionality that builds upon existing functionality.This is functionality that builds upon existing functionality.component/activejobsgood first issueSimple, easy to grab issues for developmentSimple, easy to grab issues for development
Type
Projects
Status
Reviewed, Not Scheduled