Skip to content

Document expected output of dummy workflows #41

@SJaffa

Description

@SJaffa

matflow go hello.yaml
matflow go groups.yaml
matflow go advanced_workflow.yaml

We can verify if all tasks ran successfully using matflow show --no-update --full (add --legend to see explanation of status symbols), but what output files should be produced and what should they contain? For the beginners tutorial, where should we direct people to see the results and confirm that they match that tasks specified?

I get an output fiolder called groups_YYY-MM-DD_timestamp containing:

.
├── artifacts
│   ├── groups.yaml
│   ├── submissions
│   │   └── 0
│   │       ├── app_std
│   │       ├── commands
│   │       │   ├── 0.sh
│   │       │   ├── 1.sh
│   │       │   └── 2.sh
│   │       ├── jobscripts
│   │       │   └── js_0.sh
│   │       ├── js_funcs
│   │       │   └── js_funcs_0.sh
│   │       ├── js_run_ids
│   │       │   └── js_0_EAR_IDs.txt
│   │       ├── js_std
│   │       │   └── 0
│   │       │       └── js_0_std.log
│   │       ├── scripts
│   │       └── tmp
│   └── tasks
├── execute
├── metadata
│   ├── elements
│   │   └── 0
│   ├── iters
│   │   └── 0
│   ├── run_dirs
│   ├── runs
│   │   └── 0
│   │       ├── 0
│   │       ├── 1
│   │       └── 2
│   ├── submissions
│   │   └── 0
│   │       ├── js_at_submit_md
│   │       │   └── 0
│   │       ├── js_deps
│   │       │   └── 0
│   │       ├── js_run_IDs
│   │       │   └── 0
│   │       │       └── 0
│   │       │           └── 0
│   │       ├── js_task_acts
│   │       │   └── 0
│   │       │       └── 0
│   │       └── js_task_elems
│   │           └── 0
│   │               └── 0
│   │                   └── 0
│   └── tasks
│       ├── 0
│       └── 1
└── parameters
    ├── arrays
    ├── base
    │   ├── 0
    │   ├── 1
    │   ├── 2
    │   ├── 3
    │   ├── 4
    │   ├── 5
    │   ├── 6
    │   └── 7
    └── sources
        └── 0

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions