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. |
|
Return True if a job array should be used for the specified ElementResources. |
|
Try to merge jobscripts between tasks. |
|
For contiguous, dependent, non-array jobscripts with identical resource requirements, combine into multi-block jobscripts. |
|
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. |
|
A rectangular block of element-actions to run within a jobscript. |