Batch Systems
🪵 How to use different known batch systems for scalable job execution.
Batch System
Import string
Resources
# my_isabl_extension/batch_systems.py
def submit_aws_batch(app, command_tuples):
...// Isabl CLI settings:
{..., "SUBMIT_ANALYSES": "my_isabl_extension.batch_systems.submit_aws_batch"}Submit Configuration
Attribute
Type
Description
Example value
Example Settings:
Last updated
Was this helpful?