NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Refactor to allow for flexible configurations specified at runtime #62

Closed christopherwharrop-noaa closed 7 months ago

christopherwharrop-noaa commented 7 months ago

Many workflows contain multiple types of tasks. In particular, some tasks will need internet access and some tasks will need to run on compute nodes in parallel. Some tasks may require compute resources but don't need to run in parallel.

This PR changes the implementation of configuration settings such that multiple pools of resources, having varying characteristics, can be specified at runtime.