LICENSE
MANIFEST.in
README.md
README_PIP.md
VERSION
pyproject.toml
autosubmit/__init__.py
autosubmit/autosubmit.py
autosubmit.egg-info/PKG-INFO
autosubmit.egg-info/SOURCES.txt
autosubmit.egg-info/dependency_links.txt
autosubmit.egg-info/entry_points.txt
autosubmit.egg-info/requires.txt
autosubmit.egg-info/top_level.txt
autosubmit/config/config_common.py
autosubmit/database/__init__.py
autosubmit/database/db_common.py
autosubmit/database/db_manager.py
autosubmit/database/db_structure.py
autosubmit/database/data/autosubmit.sql
autosubmit/experiment/__init__.py
autosubmit/experiment/detail_updater.py
autosubmit/experiment/experiment_common.py
autosubmit/git/__init__.py
autosubmit/git/autosubmit_git.py
autosubmit/helpers/__init__.py
autosubmit/helpers/autosubmit_helper.py
autosubmit/helpers/data_transfer.py
autosubmit/helpers/parameters.py
autosubmit/helpers/processes.py
autosubmit/helpers/utils.py
autosubmit/history/__init__.py
autosubmit/history/experiment_history.py
autosubmit/history/experiment_status.py
autosubmit/history/internal_logging.py
autosubmit/history/strategies.py
autosubmit/history/utils.py
autosubmit/history/data_classes/__init__.py
autosubmit/history/data_classes/experiment_run.py
autosubmit/history/data_classes/job_data.py
autosubmit/history/database_managers/__init__.py
autosubmit/history/database_managers/database_manager.py
autosubmit/history/database_managers/database_models.py
autosubmit/history/database_managers/experiment_history_db_manager.py
autosubmit/history/database_managers/experiment_status_db_manager.py
autosubmit/history/platform_monitor/__init__.py
autosubmit/history/platform_monitor/platform_monitor.py
autosubmit/history/platform_monitor/platform_utils.py
autosubmit/history/platform_monitor/slurm_monitor.py
autosubmit/history/platform_monitor/slurm_monitor_item.py
autosubmit/history/platform_monitor/output_examples/__init__.py
autosubmit/job/__init__.py
autosubmit/job/job.py
autosubmit/job/job_common.py
autosubmit/job/job_dict.py
autosubmit/job/job_grouping.py
autosubmit/job/job_list.py
autosubmit/job/job_list_persistence.py
autosubmit/job/job_package_persistence.py
autosubmit/job/job_packager.py
autosubmit/job/job_packages.py
autosubmit/job/job_utils.py
autosubmit/job/metrics_processor.py
autosubmit/migrate/__init__.py
autosubmit/migrate/migrate.py
autosubmit/monitor/__init__.py
autosubmit/monitor/diagram.py
autosubmit/monitor/monitor.py
autosubmit/monitor/utils.py
autosubmit/notifications/__init__.py
autosubmit/notifications/mail_notifier.py
autosubmit/notifications/notifier.py
autosubmit/platforms/__init__.py
autosubmit/platforms/ecplatform.py
autosubmit/platforms/locplatform.py
autosubmit/platforms/paramiko_platform.py
autosubmit/platforms/paramiko_submitter.py
autosubmit/platforms/pjmplatform.py
autosubmit/platforms/platform.py
autosubmit/platforms/psplatform.py
autosubmit/platforms/slurmplatform.py
autosubmit/platforms/submitter.py
autosubmit/platforms/headers/__init__.py
autosubmit/platforms/headers/ec_cca_header.py
autosubmit/platforms/headers/ec_header.py
autosubmit/platforms/headers/local_header.py
autosubmit/platforms/headers/pjm_header.py
autosubmit/platforms/headers/ps_header.py
autosubmit/platforms/headers/slurm_header.py
autosubmit/platforms/wrappers/__init__.py
autosubmit/platforms/wrappers/wrapper_builder.py
autosubmit/platforms/wrappers/wrapper_factory.py
autosubmit/profiler/__init__.py
autosubmit/profiler/profiler.py
autosubmit/provenance/__init__.py
autosubmit/provenance/rocrate.py
autosubmit/scripts/__init__.py
autosubmit/scripts/autosubmit.py
autosubmit/statistics/__init__.py
autosubmit/statistics/jobs_stat.py
autosubmit/statistics/statistics.py
autosubmit/statistics/stats_summary.py
autosubmit/statistics/utils.py
docs/autosubmit.pdf
docs/source/conf.py
docs/source/ext/autosubmit_variables.py
docs/source/ext/helloworld.py
docs/source/ext/runcmd.py
log/__init__.py
log/fd_show.py
log/log.py
test/__init__.py
test/conftest.py
test/integration/__init__.py
test/integration/test_db_manager.py
test/integration/test_describe.py
test/integration/test_expid.py
test/integration/test_log_recovery.py
test/integration/test_paramiko_platform.py
test/integration/test_profiler.py
test/integration/test_run_command_integration.py
test/integration/test_scheduler_general.py
test/integration/database/__init__.py
test/integration/database/test_database_managers.py
test/integration/database/test_db_manager.py
test/integration/scripts/__init__.py
test/integration/scripts/test_clean.py
test/integration/scripts/test_stats.py
test/regression/__init__.py
test/regression/test_workflow_dependencies.py
test/regression/utils/common.py
test/regression_to_be_cleaned/__init__.py
test/regression_to_be_cleaned/local_asparser_test.py
test/regression_to_be_cleaned/tests.conf
test/regression_to_be_cleaned/tests_commands.py
test/regression_to_be_cleaned/tests_log.py
test/regression_to_be_cleaned/test_ecmwf_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_large_experiment_on_moore_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_large_experiment_on_moore_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_large_experiment_on_moore_with_paramiko/conf/jobs.conf
test/regression_to_be_cleaned/test_large_experiment_on_moore_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_mistral_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_mistral_with_paramiko/conf/jobs.conf
test/regression_to_be_cleaned/test_mistral_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko/conf/jobs.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko_python/conf/jobs.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko_python/conf/proj.conf
test/regression_to_be_cleaned/test_mn3_with_paramiko_python/src/TEST_NOLEAP.py
test/regression_to_be_cleaned/test_mn4_horizontal_vertical_wrapper_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn4_horizontal_vertical_wrapper_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_mn4_horizontal_wrapper_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn4_horizontal_wrapper_with_paramiko/conf/jobs.conf
test/regression_to_be_cleaned/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_mn4_vertical_wrapper_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn4_vertical_wrapper_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_mn4_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn4_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_mn4_with_paramiko_python/conf/autosubmit.conf
test/regression_to_be_cleaned/test_mn4_with_paramiko_python/conf/expdef.conf
test/regression_to_be_cleaned/test_mn4_with_paramiko_python/conf/proj.conf
test/regression_to_be_cleaned/test_mn4_with_paramiko_python/src/TEST_NOLEAP.py
test/regression_to_be_cleaned/test_moore_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_moore_with_paramiko/conf/jobs.conf
test/regression_to_be_cleaned/test_moore_with_paramiko_python/conf/expdef.conf
test/regression_to_be_cleaned/test_moore_with_paramiko_python/conf/proj.conf
test/regression_to_be_cleaned/test_moore_with_paramiko_python/src/TEST_NOLEAP.py
test/regression_to_be_cleaned/test_sedema_with_paramiko/conf/autosubmit.conf
test/regression_to_be_cleaned/test_sedema_with_paramiko/conf/expdef.conf
test/regression_to_be_cleaned/test_sedema_with_paramiko/conf/proj.conf
test/regression_to_be_cleaned/test_sedema_with_paramiko_python/conf/autosubmit.conf
test/regression_to_be_cleaned/test_sedema_with_paramiko_python/src/TEST_NOLEAP.py
test/resources/__init__.py
test/resources/upload_workflow_config.py
test/unit/__init__.py
test/unit/test_autosubmit.py
test/unit/test_autosubmit_git.py
test/unit/test_autosubmit_helper.py
test/unit/test_basic_config.py
test/unit/test_catlog.py
test/unit/test_checkpoints.py
test/unit/test_chunk_date_lib.py
test/unit/test_commands.py
test/unit/test_configure.py
test/unit/test_dependencies.py
test/unit/test_detail_updater.py
test/unit/test_diagram.py
test/unit/test_dic_jobs.py
test/unit/test_expid.py
test/unit/test_history.py
test/unit/test_job.py
test/unit/test_job_common.py
test/unit/test_job_graph.py
test/unit/test_job_grouping.py
test/unit/test_job_list.py
test/unit/test_job_package.py
test/unit/test_job_packager.py
test/unit/test_local_platform.py
test/unit/test_lockfile.py
test/unit/test_log.py
test/unit/test_machinefiles_wrapper.py
test/unit/test_mail.py
test/unit/test_migrate.py
test/unit/test_overwallclock.py
test/unit/test_ownership.py
test/unit/test_packages.py
test/unit/test_packages_persistence.py
test/unit/test_paramiko_platform.py
test/unit/test_paramiko_submitter.py
test/unit/test_pjm.py
test/unit/test_platform.py
test/unit/test_platform_monitor.py
test/unit/test_profiler.py
test/unit/test_provenance.py
test/unit/test_setup.py
test/unit/test_slurm_platform.py
test/unit/test_stop.py
test/unit/test_strategies.py
test/unit/test_user_metrics.py
test/unit/test_version.py
test/unit/test_wrappers.py
test/unit/helpers/__init__.py
test/unit/helpers/test_parameters.py
test/unit/helpers/test_processes.py
test/unit/helpers/test_utils.py
test/unit/history/__init__.py
test/unit/history/test_single_association_strategy.py
test/unit/history/test_strategies_straight_wrapper.py
test/unit/history/platform_monitor/__init__.py
test/unit/history/platform_monitor/test_slurm_monitor.py
test/unit/job/__init__.py
test/unit/job/test_job_utils.py
test/unit/monitor/__init__.py
test/unit/monitor/test_monitor.py
test/unit/platforms/__init__.py
test/unit/platforms/test_locplatform.py
test/unit/provenance/__init__.py
test/unit/provenance/test_rocrate.py
test/unit/scripts/__init__.py
test/unit/scripts/test_autosubmit.py
test/unit/statistics/__init__.py
test/unit/statistics/test_jobs_stat.py
test/unit/statistics/test_statistics.py
test/unit/statistics/test_utils.py