hpcflow-new2 0.2.0a184__tar.gz → 0.2.0a186__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/PKG-INFO +1 -1
- hpcflow_new2-0.2.0a186/hpcflow/_version.py +1 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/template_components/command_files.yaml +7 -0
- hpcflow_new2-0.2.0a186/hpcflow/data/template_components/environments.yaml +13 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/template_components/parameters.yaml +1 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/template_components/task_schemas.yaml +21 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/command_files.py +13 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/environment.py +17 -1
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/task_schema.py +12 -4
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/environments_spec_schema.yaml +1 -1
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/files_spec_schema.yaml +1 -1
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/pyproject.toml +2 -2
- hpcflow_new2-0.2.0a184/hpcflow/_version.py +0 -1
- hpcflow_new2-0.2.0a184/hpcflow/data/template_components/environments.yaml +0 -9
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/LICENSE +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/README.md +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/__pyinstaller/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/__pyinstaller/hook-hpcflow.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/app.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/cli.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/demo_data_manifest/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/demo_data_manifest/demo_data_manifest.json +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/demo_task_1_generate_t1_infile_1.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/demo_task_1_generate_t1_infile_2.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/demo_task_1_parse_p3.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/generate_t1_file_01.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_direct_in_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_all_iters_test.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_env_spec.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_direct_in_direct_out_labels.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_direct_sub_param_in_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_hdf5_in_obj.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_hdf5_out_obj.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_and_direct_in_json_out.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_in_json_and_direct_out.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_in_json_out.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_in_json_out_labels.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_in_obj.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_out_obj.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/main_script_test_json_sub_param_in_json_out_labels.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/parse_t1_file_01.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/template_components/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/workflows/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/workflows/workflow_1.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/examples.ipynb +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/app.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/cli.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/cli_common.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/config/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/config/callbacks.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/config/cli.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/config/config.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/config/config_file.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/config/errors.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/actions.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/cache.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/commands.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/element.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/errors.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/json_like.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/loop.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/loop_cache.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/object_list.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/parallel.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/parameters.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/rule.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/run_dir_files.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/task.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/test_utils.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/utils.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/validation.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/workflow.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/core/zarr_io.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/config_file_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/config_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/parameters_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/task_schema_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/workflow_spec_schema.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/demo/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/demo/cli.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/helper/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/helper/cli.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/helper/helper.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/helper/watcher.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/log.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/base.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/json.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/pending.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/store_resource.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/utils.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/persistence/zarr.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/runtime.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/jobscript.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/jobscript_info.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/direct.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/sge.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/slurm.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/utils.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/base.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/bash.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/os_version.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/powershell.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/submission.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/typing.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/conftest.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/__init__.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/benchmark_N_elements.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/workflow_1.json +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/workflow_1.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/workflow_1_slurm.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/workflow_1_wsl.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/workflow_test_run_abort.yaml +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/schedulers/direct_linux/test_direct_linux_submission.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/schedulers/slurm/test_slurm_submission.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/scripts/test_main_scripts.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/shells/wsl/test_wsl_submission.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_action.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_action_rule.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_app.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_cli.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_command.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_config.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_config_file.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_element.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_element_iteration.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_element_set.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_group.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_input_source.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_input_value.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_json_like.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_loop.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_object_list.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_parameter.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_persistence.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_resources.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_run.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_runtime.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_schema_input.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_shell.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_slurm.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_submission.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_task.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_task_schema.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_utils.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_value_sequence.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_workflow.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_workflow_template.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/workflows/test_jobscript.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/workflows/test_workflows.py +0 -0
- {hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/viz_demo.ipynb +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.0a186"
|
@@ -1,19 +1,26 @@
|
|
1
1
|
- label: t1_infile_1
|
2
2
|
name:
|
3
3
|
name: t1_infile_1.txt
|
4
|
+
doc: Input file for demonstration task t1.
|
4
5
|
- label: t1_infile_2
|
5
6
|
name:
|
6
7
|
name: t1_infile_2.txt
|
8
|
+
doc: Input file for demonstration task t1.
|
7
9
|
- label: t1_outfile_1
|
8
10
|
name:
|
9
11
|
name: outfile.txt
|
12
|
+
doc: Output file for demonstration task t1.
|
10
13
|
- label: lammps_atoms_file
|
11
14
|
name:
|
12
15
|
name: atoms.lammps
|
16
|
+
doc: The file of atoms processed by LAMMPS.
|
13
17
|
- label: lammps_input_script
|
14
18
|
name:
|
15
19
|
name: in.lammps
|
20
|
+
doc: The LAMMPS control file.
|
16
21
|
- label: lammps_dump_files
|
17
22
|
name:
|
18
23
|
name: (dump.\d+.txt)
|
19
24
|
is_regex: true
|
25
|
+
doc: >
|
26
|
+
A regular expression pattern that matches all the dump files generated by a LAMMPS run.
|
@@ -0,0 +1,13 @@
|
|
1
|
+
- name: null_env
|
2
|
+
doc: The default system environment.
|
3
|
+
|
4
|
+
- name: python_env
|
5
|
+
executables:
|
6
|
+
- label: python_script
|
7
|
+
instances:
|
8
|
+
- command: python <<script_name>> <<args>>
|
9
|
+
num_cores: 1
|
10
|
+
parallel_mode: null
|
11
|
+
doc: |
|
12
|
+
An environment for running Python, typically with access to hpcflow and matflow modules and their dependencies.
|
13
|
+
May be a Python virtual environment.
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/template_components/task_schemas.yaml
RENAMED
@@ -1,4 +1,7 @@
|
|
1
1
|
- objective: test_t1_bash
|
2
|
+
doc: >
|
3
|
+
Simple echo test using bash.
|
4
|
+
<code>p1</code> → <code>p2</code>
|
2
5
|
inputs:
|
3
6
|
- parameter: p1
|
4
7
|
outputs:
|
@@ -13,6 +16,9 @@
|
|
13
16
|
stdout: <<parameter:p2>>
|
14
17
|
|
15
18
|
- objective: test_t1_ps
|
19
|
+
doc: >
|
20
|
+
Simple echo test using powershell.
|
21
|
+
<code>p1</code> → <code>p2</code>
|
16
22
|
inputs:
|
17
23
|
- parameter: p1
|
18
24
|
outputs:
|
@@ -27,6 +33,9 @@
|
|
27
33
|
stdout: <<parameter:p2>>
|
28
34
|
|
29
35
|
- objective: test_t1_conditional_OS
|
36
|
+
doc: >
|
37
|
+
Simple echo test showing conditional enactment schemes.
|
38
|
+
<code>p1</code> → <code>p2</code>
|
30
39
|
inputs:
|
31
40
|
- parameter: p1
|
32
41
|
outputs:
|
@@ -54,6 +63,9 @@
|
|
54
63
|
stdout: <<parameter:p2>>
|
55
64
|
|
56
65
|
- objective: test_t2_bash
|
66
|
+
doc: >
|
67
|
+
Simple echo test using bash.
|
68
|
+
<code>p2</code> → <code>p3</code>
|
57
69
|
inputs:
|
58
70
|
- parameter: p2
|
59
71
|
outputs:
|
@@ -68,6 +80,9 @@
|
|
68
80
|
stdout: <<parameter:p3>>
|
69
81
|
|
70
82
|
- objective: test_t2_ps
|
83
|
+
doc: >
|
84
|
+
Simple echo test using powershell.
|
85
|
+
<code>p2</code> → <code>p3</code>
|
71
86
|
inputs:
|
72
87
|
- parameter: p2
|
73
88
|
outputs:
|
@@ -100,6 +115,9 @@
|
|
100
115
|
# from_files: [t1_outfile_1]
|
101
116
|
|
102
117
|
- objective: dummy_task_1
|
118
|
+
doc: >
|
119
|
+
A dummy task showing simple output file parsing.
|
120
|
+
<code>(p1, p2, p5)</code> → <code>p3</code>
|
103
121
|
inputs:
|
104
122
|
- parameter: p1
|
105
123
|
- parameter: p2
|
@@ -119,6 +137,9 @@
|
|
119
137
|
from_files: [t1_outfile_1]
|
120
138
|
|
121
139
|
- objective: dummy_task_2
|
140
|
+
doc: >
|
141
|
+
A dummy task showing simple output file parsing.
|
142
|
+
<code>(p3, orientations)</code> → <code>p4</code>
|
122
143
|
inputs:
|
123
144
|
- parameter: p3
|
124
145
|
- parameter: orientations
|
@@ -32,6 +32,8 @@ class FileSpec(JSONLike):
|
|
32
32
|
label: str
|
33
33
|
#: The name of the file.
|
34
34
|
name: str
|
35
|
+
#: Documentation for the file specification.
|
36
|
+
doc: str = ""
|
35
37
|
_hash_value: Optional[str] = field(default=None, repr=False)
|
36
38
|
|
37
39
|
def __post_init__(self):
|
@@ -66,6 +68,17 @@ class FileSpec(JSONLike):
|
|
66
68
|
"""
|
67
69
|
return self.name.ext
|
68
70
|
|
71
|
+
@property
|
72
|
+
def documentation(self) -> str:
|
73
|
+
"""
|
74
|
+
Documentation for rendering via Jinja.
|
75
|
+
"""
|
76
|
+
if self.doc:
|
77
|
+
import markupsafe
|
78
|
+
|
79
|
+
return markupsafe.Markup(self.doc)
|
80
|
+
return repr(self)
|
81
|
+
|
69
82
|
|
70
83
|
class FileNameSpec(JSONLike):
|
71
84
|
"""
|
@@ -211,10 +211,18 @@ class Environment(JSONLike):
|
|
211
211
|
)
|
212
212
|
|
213
213
|
def __init__(
|
214
|
-
self,
|
214
|
+
self,
|
215
|
+
name,
|
216
|
+
setup=None,
|
217
|
+
specifiers=None,
|
218
|
+
executables=None,
|
219
|
+
doc="",
|
220
|
+
_hash_value=None,
|
215
221
|
):
|
216
222
|
#: The name of the environment.
|
217
223
|
self.name = name
|
224
|
+
#: Documentation for the environment.
|
225
|
+
self.doc = doc
|
218
226
|
#: Commands to run to enter the environment.
|
219
227
|
self.setup = setup
|
220
228
|
#: Dictionary of attributes that may be used to supply addional key/value pairs
|
@@ -257,3 +265,11 @@ class Environment(JSONLike):
|
|
257
265
|
f"Executables must have unique `label`s within each environment, but "
|
258
266
|
f"found label(s) multiple times: {dup_labels!r}"
|
259
267
|
)
|
268
|
+
|
269
|
+
@property
|
270
|
+
def documentation(self) -> str:
|
271
|
+
if self.doc:
|
272
|
+
import markupsafe
|
273
|
+
|
274
|
+
return markupsafe.Markup(self.doc)
|
275
|
+
return repr(self)
|
@@ -112,6 +112,7 @@ class TaskSchema(JSONLike):
|
|
112
112
|
parameter_class_modules: Optional[List[str]] = None,
|
113
113
|
web_doc: Optional[bool] = True,
|
114
114
|
environment_presets: Optional[Dict[str, Dict[str, Dict[str, Any]]]] = None,
|
115
|
+
doc: str = "",
|
115
116
|
_hash_value: Optional[str] = None,
|
116
117
|
):
|
117
118
|
#: This is a string representing the objective of the task schema.
|
@@ -133,6 +134,8 @@ class TaskSchema(JSONLike):
|
|
133
134
|
self.web_doc = web_doc
|
134
135
|
#: Information about default execution environments.
|
135
136
|
self.environment_presets = environment_presets
|
137
|
+
#: Documentation information about the task schema.
|
138
|
+
self.doc = doc
|
136
139
|
self._hash_value = _hash_value
|
137
140
|
|
138
141
|
self._set_parent_refs()
|
@@ -589,11 +592,16 @@ class TaskSchema(JSONLike):
|
|
589
592
|
)
|
590
593
|
action_show_hide = ""
|
591
594
|
act_heading_class = ""
|
595
|
+
description = (
|
596
|
+
f"<h3 class='task-desc'>Description</h3>{self.doc}" if self.doc else ""
|
597
|
+
)
|
592
598
|
out = (
|
593
|
-
f"
|
594
|
-
f"<
|
595
|
-
|
596
|
-
f"<
|
599
|
+
f"{description}"
|
600
|
+
f"<h3>Inputs</h3>{inputs_table}"
|
601
|
+
f"<h3>Outputs</h3>{outputs_table}"
|
602
|
+
# f"<h3>Examples</h3>examples here..." # TODO:
|
603
|
+
f"<h3{act_heading_class}>Actions{action_show_hide}</h3>"
|
604
|
+
f"{action_table}"
|
597
605
|
)
|
598
606
|
return out
|
599
607
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
[tool.poetry]
|
3
3
|
name = "hpcflow-new2"
|
4
|
-
version = "0.2.
|
4
|
+
version = "0.2.0a186"
|
5
5
|
|
6
6
|
description = "Computational workflow management"
|
7
7
|
authors = ["aplowman <adam.plowman@manchester.ac.uk>"]
|
@@ -76,7 +76,7 @@ hook-dirs = "hpcflow.__pyinstaller:get_hook_dirs"
|
|
76
76
|
|
77
77
|
[tool.commitizen]
|
78
78
|
name = "cz_conventional_commits"
|
79
|
-
version = "0.2.
|
79
|
+
version = "0.2.0a186"
|
80
80
|
tag_format = "v$version"
|
81
81
|
version_files = [
|
82
82
|
"pyproject.toml:version",
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.2.0a184"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/demo_data_manifest/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/demo_task_1_parse_p3.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/scripts/generate_t1_file_01.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/data/template_components/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/parameters_spec_schema.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/task_schema_spec_schema.yaml
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/data/workflow_spec_schema.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/__init__.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/direct.py
RENAMED
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/slurm.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/schedulers/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/os_version.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/sdk/submission/shells/powershell.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/benchmark_N_elements.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/data/workflow_test_run_abort.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/scripts/test_main_scripts.py
RENAMED
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/shells/wsl/test_wsl_submission.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_element_iteration.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hpcflow_new2-0.2.0a184 → hpcflow_new2-0.2.0a186}/hpcflow/tests/unit/test_workflow_template.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|