LICENSE
MANIFEST.in
README.md
VERSION
setup.py
autosubmitAPIwu/__init__.py
autosubmitAPIwu/autosubmit.py
autosubmitAPIwu/fixHistoric.py
autosubmitAPIwu/fixHistoricEnergy.py
autosubmitAPIwu/populateComplete.py
autosubmitAPIwu/populateExperiment.py
autosubmitAPIwu/populateGraph.py
autosubmitAPIwu/populateTimes.py
autosubmitAPIwu/testAPI.py
autosubmitAPIwu/testEsarchive.py
autosubmitAPIwu/unofficialTest.py
autosubmitAPIwu/verifyComplete.py
autosubmitAPIwu.egg-info/PKG-INFO
autosubmitAPIwu.egg-info/SOURCES.txt
autosubmitAPIwu.egg-info/dependency_links.txt
autosubmitAPIwu.egg-info/requires.txt
autosubmitAPIwu.egg-info/top_level.txt
autosubmitAPIwu/builders/__init__.py
autosubmitAPIwu/builders/basic_builder.py
autosubmitAPIwu/builders/configuration_facade_builder.py
autosubmitAPIwu/builders/experiment_history_builder.py
autosubmitAPIwu/builders/joblist_helper_builder.py
autosubmitAPIwu/builders/joblist_loader_builder.py
autosubmitAPIwu/builders/pkl_organizer_builder.py
autosubmitAPIwu/common/__init__.py
autosubmitAPIwu/common/utils.py
autosubmitAPIwu/common/utils_for_testing.py
autosubmitAPIwu/components/__init__.py
autosubmitAPIwu/components/experiment/__init__.py
autosubmitAPIwu/components/experiment/configuration_facade.py
autosubmitAPIwu/components/experiment/pkl_organizer.py
autosubmitAPIwu/components/experiment/test.py
autosubmitAPIwu/components/experiment/test_case/a29z/conf/autosubmit_a29z.conf
autosubmitAPIwu/components/experiment/test_case/a29z/conf/expdef_a29z.conf
autosubmitAPIwu/components/experiment/test_case/a29z/conf/jobs_a29z.conf
autosubmitAPIwu/components/experiment/test_case/a29z/conf/platforms_a29z.conf
autosubmitAPIwu/components/experiment/test_case/t0ni/conf/autosubmit_t0ni.conf
autosubmitAPIwu/components/experiment/test_case/t0ni/conf/expdef_t0ni.conf
autosubmitAPIwu/components/experiment/test_case/t0ni/conf/jobs_t0ni.conf
autosubmitAPIwu/components/experiment/test_case/t0ni/conf/platforms_t0ni.conf
autosubmitAPIwu/components/experiment/test_case/t0ni/conf/proj_t0ni.conf
autosubmitAPIwu/components/jobs/__init__.py
autosubmitAPIwu/components/jobs/job_factory.py
autosubmitAPIwu/components/jobs/job_support.py
autosubmitAPIwu/components/jobs/joblist_helper.py
autosubmitAPIwu/components/jobs/joblist_loader.py
autosubmitAPIwu/components/jobs/test.py
autosubmitAPIwu/components/jobs/utils.py
autosubmitAPIwu/components/representations/__init__.py
autosubmitAPIwu/components/representations/graph/__init__.py
autosubmitAPIwu/components/representations/graph/edge.py
autosubmitAPIwu/components/representations/graph/graph.py
autosubmitAPIwu/components/representations/graph/test.py
autosubmitAPIwu/components/representations/tree/__init__.py
autosubmitAPIwu/components/representations/tree/test.py
autosubmitAPIwu/components/representations/tree/tree.py
autosubmitAPIwu/config/__init__.py
autosubmitAPIwu/config/basicConfig.py
autosubmitAPIwu/config/config_common.py
autosubmitAPIwu/config/files/autosubmit.conf
autosubmitAPIwu/config/files/expdef.conf
autosubmitAPIwu/config/files/jobs.conf
autosubmitAPIwu/config/files/platforms.conf
autosubmitAPIwu/database/__init__.py
autosubmitAPIwu/database/db_common.py
autosubmitAPIwu/database/db_jobdata.py
autosubmitAPIwu/database/db_manager.py
autosubmitAPIwu/database/db_structure.py
autosubmitAPIwu/database/data/autosubmit.sql
autosubmitAPIwu/experiment/__init__.py
autosubmitAPIwu/experiment/common_db_requests.py
autosubmitAPIwu/experiment/common_requests.py
autosubmitAPIwu/experiment/experiment_common.py
autosubmitAPIwu/experiment/test.py
autosubmitAPIwu/experiment/utils.py
autosubmitAPIwu/git/__init__.py
autosubmitAPIwu/git/autosubmit_git.py
autosubmitAPIwu/history/__init__.py
autosubmitAPIwu/history/experiment_history.py
autosubmitAPIwu/history/experiment_status.py
autosubmitAPIwu/history/experiment_status_manager.py
autosubmitAPIwu/history/internal_logging.py
autosubmitAPIwu/history/strategies.py
autosubmitAPIwu/history/test.py
autosubmitAPIwu/history/test_strategies.py
autosubmitAPIwu/history/test_utils.py
autosubmitAPIwu/history/utils.py
autosubmitAPIwu/history/data_classes/__init__.py
autosubmitAPIwu/history/data_classes/experiment_run.py
autosubmitAPIwu/history/data_classes/job_data.py
autosubmitAPIwu/history/database_managers/__init__.py
autosubmitAPIwu/history/database_managers/database_manager.py
autosubmitAPIwu/history/database_managers/database_models.py
autosubmitAPIwu/history/database_managers/experiment_history_db_manager.py
autosubmitAPIwu/history/database_managers/experiment_status_db_manager.py
autosubmitAPIwu/history/database_managers/test.py
autosubmitAPIwu/history/platform_monitor/__init__.py
autosubmitAPIwu/history/platform_monitor/platform_monitor.py
autosubmitAPIwu/history/platform_monitor/platform_utils.py
autosubmitAPIwu/history/platform_monitor/slurm_monitor.py
autosubmitAPIwu/history/platform_monitor/slurm_monitor_item.py
autosubmitAPIwu/history/platform_monitor/test.py
autosubmitAPIwu/job/__init__.py
autosubmitAPIwu/job/job.py
autosubmitAPIwu/job/job_common.py
autosubmitAPIwu/job/job_dict.py
autosubmitAPIwu/job/job_exceptions.py
autosubmitAPIwu/job/job_grouping.py
autosubmitAPIwu/job/job_list.py
autosubmitAPIwu/job/job_list_persistence.py
autosubmitAPIwu/job/job_package_persistence.py
autosubmitAPIwu/job/job_packager.py
autosubmitAPIwu/job/job_packages.py
autosubmitAPIwu/job/job_utils.py
autosubmitAPIwu/job/tree.py
autosubmitAPIwu/monitor/__init__.py
autosubmitAPIwu/monitor/diagram.py
autosubmitAPIwu/monitor/monitor.py
autosubmitAPIwu/monitor/utils.py
autosubmitAPIwu/notifications/__init__.py
autosubmitAPIwu/notifications/mail_notifier.py
autosubmitAPIwu/notifications/notifier.py
autosubmitAPIwu/performance/__init__.py
autosubmitAPIwu/performance/performance_metrics.py
autosubmitAPIwu/performance/utils.py
autosubmitAPIwu/platforms/__init__.py
autosubmitAPIwu/platforms/ecmwf_adaptor.py
autosubmitAPIwu/platforms/ecplatform.py
autosubmitAPIwu/platforms/locplatform.py
autosubmitAPIwu/platforms/lsfplatform.py
autosubmitAPIwu/platforms/mn_adaptor.py
autosubmitAPIwu/platforms/paramiko_platform.py
autosubmitAPIwu/platforms/paramiko_submitter.py
autosubmitAPIwu/platforms/pbsplatform.py
autosubmitAPIwu/platforms/platform.py
autosubmitAPIwu/platforms/psplatform.py
autosubmitAPIwu/platforms/saga_platform.py
autosubmitAPIwu/platforms/saga_submitter.py
autosubmitAPIwu/platforms/sgeplatform.py
autosubmitAPIwu/platforms/slurmplatform.py
autosubmitAPIwu/platforms/submitter.py
autosubmitAPIwu/platforms/headers/__init__.py
autosubmitAPIwu/platforms/headers/ec_cca_header.py
autosubmitAPIwu/platforms/headers/ec_header.py
autosubmitAPIwu/platforms/headers/local_header.py
autosubmitAPIwu/platforms/headers/lsf_header.py
autosubmitAPIwu/platforms/headers/pbs10_header.py
autosubmitAPIwu/platforms/headers/pbs11_header.py
autosubmitAPIwu/platforms/headers/pbs12_header.py
autosubmitAPIwu/platforms/headers/ps_header.py
autosubmitAPIwu/platforms/headers/sge_header.py
autosubmitAPIwu/platforms/headers/slurm_header.py
autosubmitAPIwu/platforms/wrappers/__init__.py
autosubmitAPIwu/platforms/wrappers/wrapper_builder.py
autosubmitAPIwu/platforms/wrappers/wrapper_factory.py
autosubmitAPIwu/statistics/__init__.py
autosubmitAPIwu/statistics/job_stat.py
autosubmitAPIwu/statistics/statistics.py
autosubmitAPIwu/statistics/stats_summary.py
autosubmitAPIwu/statistics/test.py
autosubmitAPIwu/statistics/utils.py
autosubmitAPIwu/test_cases/a28v/conf/autosubmit_a28v.conf
autosubmitAPIwu/test_cases/a28v/conf/expdef_a28v.conf
autosubmitAPIwu/test_cases/a28v/conf/jobs_a28v.conf
autosubmitAPIwu/test_cases/a28v/conf/platforms_a28v.conf
autosubmitAPIwu/test_cases/a28v/conf/proj_a28v.conf
autosubmitAPIwu/workers/__init__.py
autosubmitAPIwu/workers/populate_times.py
autosubmitAPIwu/workers/process_graph_drawings.py
autosubmitAPIwu/workers/test.py
bin/autosubmitAPIwu
docs/autosubmit.pdf
test/__init__.py
test/run_unit_suite.py
test/integration/__init__.py
test/integration/test_db_manager.py
test/integration/test_job.py
test/regression/__init__.py
test/regression/tests.conf
test/regression/tests_commands.py
test/regression/tests_log.py
test/regression/tests_runner.py
test/regression/tests_utils.py
test/regression/default_conf/platforms.conf
test/regression/test_ecmwf_with_paramiko/conf/autosubmit.conf
test/regression/test_ecmwf_with_paramiko/conf/expdef.conf
test/regression/test_ecmwf_with_paramiko/conf/jobs.conf
test/regression/test_ecmwf_with_paramiko/conf/proj.conf
test/regression/test_ecmwf_with_saga/conf/autosubmit.conf
test/regression/test_ecmwf_with_saga/conf/expdef.conf
test/regression/test_ecmwf_with_saga/conf/jobs.conf
test/regression/test_ecmwf_with_saga/conf/proj.conf
test/regression/test_large_experiment_on_moore_with_paramiko/conf/autosubmit.conf
test/regression/test_large_experiment_on_moore_with_paramiko/conf/expdef.conf
test/regression/test_large_experiment_on_moore_with_paramiko/conf/jobs.conf
test/regression/test_large_experiment_on_moore_with_paramiko/conf/proj.conf
test/regression/test_large_experiment_on_moore_with_saga/conf/autosubmit.conf
test/regression/test_large_experiment_on_moore_with_saga/conf/expdef.conf
test/regression/test_large_experiment_on_moore_with_saga/conf/jobs.conf
test/regression/test_large_experiment_on_moore_with_saga/conf/proj.conf
test/regression/test_mistral_with_paramiko/conf/autosubmit.conf
test/regression/test_mistral_with_paramiko/conf/expdef.conf
test/regression/test_mistral_with_paramiko/conf/jobs.conf
test/regression/test_mistral_with_paramiko/conf/proj.conf
test/regression/test_mistral_with_saga/conf/autosubmit.conf
test/regression/test_mistral_with_saga/conf/expdef.conf
test/regression/test_mistral_with_saga/conf/jobs.conf
test/regression/test_mistral_with_saga/conf/proj.conf
test/regression/test_mn3_with_paramiko/conf/autosubmit.conf
test/regression/test_mn3_with_paramiko/conf/expdef.conf
test/regression/test_mn3_with_paramiko/conf/jobs.conf
test/regression/test_mn3_with_paramiko/conf/proj.conf
test/regression/test_mn3_with_paramiko_python/conf/autosubmit.conf
test/regression/test_mn3_with_paramiko_python/conf/expdef.conf
test/regression/test_mn3_with_paramiko_python/conf/jobs.conf
test/regression/test_mn3_with_paramiko_python/conf/proj.conf
test/regression/test_mn4_horizontal_vertical_wrapper_with_paramiko/conf/autosubmit.conf
test/regression/test_mn4_horizontal_vertical_wrapper_with_paramiko/conf/expdef.conf
test/regression/test_mn4_horizontal_vertical_wrapper_with_paramiko/conf/jobs.conf
test/regression/test_mn4_horizontal_vertical_wrapper_with_paramiko/conf/proj.conf
test/regression/test_mn4_horizontal_wrapper_with_paramiko/conf/autosubmit.conf
test/regression/test_mn4_horizontal_wrapper_with_paramiko/conf/expdef.conf
test/regression/test_mn4_horizontal_wrapper_with_paramiko/conf/jobs.conf
test/regression/test_mn4_horizontal_wrapper_with_paramiko/conf/proj.conf
test/regression/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/autosubmit.conf
test/regression/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/expdef.conf
test/regression/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/jobs.conf
test/regression/test_mn4_vertical_horizontal_wrapper_with_paramiko/conf/proj.conf
test/regression/test_mn4_vertical_wrapper_with_paramiko/conf/autosubmit.conf
test/regression/test_mn4_vertical_wrapper_with_paramiko/conf/expdef.conf
test/regression/test_mn4_vertical_wrapper_with_paramiko/conf/jobs.conf
test/regression/test_mn4_vertical_wrapper_with_paramiko/conf/proj.conf
test/regression/test_mn4_with_paramiko/conf/autosubmit.conf
test/regression/test_mn4_with_paramiko/conf/expdef.conf
test/regression/test_mn4_with_paramiko/conf/jobs.conf
test/regression/test_mn4_with_paramiko/conf/proj.conf
test/regression/test_mn4_with_paramiko_python/conf/autosubmit.conf
test/regression/test_mn4_with_paramiko_python/conf/expdef.conf
test/regression/test_mn4_with_paramiko_python/conf/jobs.conf
test/regression/test_mn4_with_paramiko_python/conf/proj.conf
test/regression/test_mn_with_saga/conf/autosubmit.conf
test/regression/test_mn_with_saga/conf/expdef.conf
test/regression/test_mn_with_saga/conf/jobs.conf
test/regression/test_mn_with_saga/conf/proj.conf
test/regression/test_mn_with_saga_python/conf/autosubmit.conf
test/regression/test_mn_with_saga_python/conf/expdef.conf
test/regression/test_mn_with_saga_python/conf/jobs.conf
test/regression/test_mn_with_saga_python/conf/proj.conf
test/regression/test_moore_with_paramiko/conf/autosubmit.conf
test/regression/test_moore_with_paramiko/conf/expdef.conf
test/regression/test_moore_with_paramiko/conf/jobs.conf
test/regression/test_moore_with_paramiko/conf/proj.conf
test/regression/test_moore_with_paramiko_python/conf/autosubmit.conf
test/regression/test_moore_with_paramiko_python/conf/expdef.conf
test/regression/test_moore_with_paramiko_python/conf/jobs.conf
test/regression/test_moore_with_paramiko_python/conf/proj.conf
test/regression/test_moore_with_saga/conf/autosubmit.conf
test/regression/test_moore_with_saga/conf/expdef.conf
test/regression/test_moore_with_saga/conf/jobs.conf
test/regression/test_moore_with_saga/conf/proj.conf
test/regression/test_moore_with_saga_python/conf/autosubmit.conf
test/regression/test_moore_with_saga_python/conf/expdef.conf
test/regression/test_moore_with_saga_python/conf/jobs.conf
test/regression/test_moore_with_saga_python/conf/proj.conf
test/regression/test_sedema_with_paramiko/conf/autosubmit.conf
test/regression/test_sedema_with_paramiko/conf/expdef.conf
test/regression/test_sedema_with_paramiko/conf/jobs.conf
test/regression/test_sedema_with_paramiko/conf/proj.conf
test/regression/test_sedema_with_paramiko_python/conf/autosubmit.conf
test/regression/test_sedema_with_paramiko_python/conf/expdef.conf
test/regression/test_sedema_with_paramiko_python/conf/jobs.conf
test/regression/test_sedema_with_paramiko_python/conf/proj.conf
test/regression/test_sedema_with_saga/conf/autosubmit.conf
test/regression/test_sedema_with_saga/conf/expdef.conf
test/regression/test_sedema_with_saga/conf/jobs.conf
test/regression/test_sedema_with_saga/conf/proj.conf
test/regression/test_sedema_with_saga_python/conf/autosubmit.conf
test/regression/test_sedema_with_saga_python/conf/expdef.conf
test/regression/test_sedema_with_saga_python/conf/jobs.conf
test/regression/test_sedema_with_saga_python/conf/proj.conf
test/unit/__init__.py
test/unit/test_autosubmit_config.py
test/unit/test_basic_config.py
test/unit/test_chunk_date_lib.py
test/unit/test_db_manager.py
test/unit/test_dic_jobs.py
test/unit/test_expid.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_machinefiles_wrapper.py
test/unit/test_saga_platform.py
test/unit/test_setup.py
test/unit/test_wrappers.py