hpcflow.sdk.submission.jobscript#
Model of information submitted to a scheduler.
Functions
Generate an integer array whose rows represent actions and columns represent task elements and whose values index unique resources. |
|
Convert a resource map into a plan for what elements to group together into jobscripts. |
|
Convert the jobscripts dict to a list, normalising jobscript indices so they refer to list indices; also remove resource_hash. |
|
Try to merge jobscripts between tasks. |
|
Discover concrete dependencies between jobscripts. |
Classes
A group of actions that are submitted together to be executed by the underlying job management system as a single unit. |