LightForm-group / matflow-user-documentation

Notes on how to write your own workflow
0 stars 0 forks source link

List all the options for all the keys #8

Closed gcapes closed 3 months ago

gcapes commented 3 months ago

There are a few keys in a matflow workflow where I don't know what the available option are. This might be something to go through in a yet-to-be-scheduled catch up meeting @aplowman

gcapes commented 3 months ago

script_data_in: https://github.com/hpcflow/hpcflow-new/blob/9ab185487773b3cb1e9708e49c45b4e8f0a0baff/hpcflow/sdk/core/actions.py#L1180 Have a look at plot pole figures from the matlab/mtex example, and click on 'actions' https://docs.matflow.io/stable/reference/template_components/task_schemas.html#visualise-orientations-pole-figure-mtex

      script_data_in: 
        param1: direct
        param2: direct
gcapes commented 3 months ago

https://docs.matflow.io/stable/reference/_autosummary/matflow.ResourceSpec.html

https://docs.matflow.io/stable/reference/_autosummary/matflow.ActionScopeType.html "processing" = input_file_generators and output_file_parser

gcapes commented 3 months ago

within environment definitions, parallel_mode is currently not implemented, num_cores can be a range, and the instances allow for different implementations (e.g. different exes).

environment scope options - same options as resources - link above.