LICENSE
MANIFEST.in
PYPI_README.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
docs/examples/ior/local/ior_bayesian.yaml
docs/examples/ior/local/ior_exhaustive_vars.yaml
docs/examples/ior/local/ior_random.yaml
docs/examples/ior/local/ior_simple.yaml
docs/examples/ior/local/ior_with_reporting.yaml
docs/examples/ior/scripts/__init__.py
docs/examples/ior/scripts/install_ior.sh
docs/examples/ior/scripts/ior_parser.py
docs/examples/ior/scripts/ior_slurm.sh
docs/examples/ior/slurm/ior_adaptive_slurm.yaml
docs/examples/ior/slurm/ior_bayesian_slurm.yaml
docs/examples/ior/slurm/ior_simple_slurm.yaml
docs/examples/mdtest/local/mdtest_local.yaml
docs/examples/mdtest/scripts/mdtest_parser.py
docs/examples/mdtest/slurm/mdtest_slurm.yaml
iops/VERSION
iops/__init__.py
iops/__main__.py
iops/logger.py
iops/main.py
iops/archive/__init__.py
iops/archive/core.py
iops/archive/filter.py
iops/archive/manifest.py
iops/cache/__init__.py
iops/cache/execution_cache.py
iops/cache/from_csv.py
iops/cache/inspect.py
iops/cache/rebuild.py
iops/config/__init__.py
iops/config/loader.py
iops/config/merge.py
iops/config/models.py
iops/convert/__init__.py
iops/convert/jube_converter.py
iops/convert/jube_syntax.py
iops/execution/__init__.py
iops/execution/constraints.py
iops/execution/executors.py
iops/execution/matrix.py
iops/execution/parser.py
iops/execution/planner.py
iops/execution/runner.py
iops/reporting/__init__.py
iops/reporting/config_template.py
iops/reporting/plots.py
iops/reporting/report_generator.py
iops/results/__init__.py
iops/results/find.py
iops/results/watch.py
iops/results/writer.py
iops/setup/__init__.py
iops/setup/template_full.yaml
iops/setup/templates.py
iops/setup/wizard.py
iops/setup/templates/ior_local.yaml
iops/setup/templates/ior_slurm.yaml
iops/setup/templates/machines_ior_local.yaml
iops/setup/templates/machines_ior_slurm.yaml
iops/setup/templates/machines_mdtest_local.yaml
iops/setup/templates/machines_mdtest_slurm.yaml
iops/setup/templates/mdtest_local.yaml
iops/setup/templates/mdtest_slurm.yaml
iops_benchmark.egg-info/PKG-INFO
iops_benchmark.egg-info/SOURCES.txt
iops_benchmark.egg-info/dependency_links.txt
iops_benchmark.egg-info/entry_points.txt
iops_benchmark.egg-info/requires.txt
iops_benchmark.egg-info/top_level.txt
tests/test_adaptive.py
tests/test_adaptive_cache.py
tests/test_archive.py
tests/test_archive_partial.py
tests/test_bayesian_feedback.py
tests/test_cache.py
tests/test_cli.py
tests/test_color_palette.py
tests/test_config.py
tests/test_constraints.py
tests/test_convert.py
tests/test_executors.py
tests/test_find_enhancements.py
tests/test_gallery.py
tests/test_gpu_sampling.py
tests/test_input_files.py
tests/test_integration.py
tests/test_integration_workflow.py
tests/test_kickoff_mode.py
tests/test_machines.py
tests/test_matrix.py
tests/test_parallel.py
tests/test_parser_context.py
tests/test_parser_directory_bug.py
tests/test_pdf_export.py
tests/test_planner_metadata.py
tests/test_plot_factory.py
tests/test_random_planner.py
tests/test_report_generator_config.py
tests/test_report_missing_metrics.py
tests/test_report_status.py
tests/test_reporting_config.py
tests/test_resource_tracing.py
tests/test_serialization.py
tests/test_slurm_integration.py
tests/test_system_info.py
tests/test_track_executions.py
tests/test_version_probe.py
tests/test_watch.py