parsl 2025.3.3__tar.gz → 2025.3.17__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.
- {parsl-2025.3.3/parsl.egg-info → parsl-2025.3.17}/PKG-INFO +2 -2
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/executor.py +1 -1
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/mpi_resource_management.py +15 -4
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/process_worker_pool.py +89 -82
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/db_manager.py +16 -10
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/monitoring.py +113 -113
- parsl-2025.3.17/parsl/monitoring/radios/filesystem_router.py +54 -0
- parsl-2025.3.3/parsl/monitoring/router.py → parsl-2025.3.17/parsl/monitoring/radios/udp_router.py +17 -82
- parsl-2025.3.17/parsl/monitoring/radios/zmq_router.py +131 -0
- parsl-2025.3.17/parsl/tests/test_monitoring/test_exit_helper.py +55 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/test_mpi_scheduler.py +25 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_shutdown_scalein.py +4 -1
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_shutdown/test_kill_monitoring.py +1 -1
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/version.py +1 -1
- {parsl-2025.3.3 → parsl-2025.3.17/parsl.egg-info}/PKG-INFO +2 -2
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl.egg-info/SOURCES.txt +4 -1
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl.egg-info/requires.txt +2 -2
- {parsl-2025.3.3 → parsl-2025.3.17}/setup.py +1 -1
- {parsl-2025.3.3 → parsl-2025.3.17}/LICENSE +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/MANIFEST.in +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/README.rst +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/addresses.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/app/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/app/app.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/app/bash.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/app/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/app/futures.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/app/python.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/benchmark/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/benchmark/perf.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/concurrent/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/config.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/ASPIRE1.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/Azure.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/bridges.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/cc_in2p3.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/ec2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/expanse.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/frontera.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/gc_multisite.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/gc_tutorial.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/htex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/illinoiscluster.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/improv.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/kubernetes.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/local_threads.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/midway.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/osg.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/polaris.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/stampede2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/summit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/toss3_llnl.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/vineex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/configs/wqex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/curvezmq.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/data_manager.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/file_noop.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/files.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/ftp.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/globus.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/http.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/rsync.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/staging.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/data_provider/zip.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/dependency_resolvers.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/dflow.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/futures.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/memoization.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/rundirs.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/states.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/dataflow/taskrecord.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/base.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/execute_task.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/flux/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/flux/execute_parsl_task.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/flux/executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/flux/flux_instance_manager.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/globus_compute.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/interchange.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/manager_record.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/manager_selector.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/monitoring_info.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/mpi_executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/mpi_prefix_composer.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/probe.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/zmq_pipes.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/radical/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/radical/executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/radical/rpex_resources.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/radical/rpex_worker.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/status_handling.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/exec_parsl_function.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/factory.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/factory_config.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/manager.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/manager_config.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/taskvine/utils.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/threads.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/workqueue/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/workqueue/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/workqueue/exec_parsl_function.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/workqueue/executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/workqueue/parsl_coprocess.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/workqueue/parsl_coprocess_stub.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/jobs/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/jobs/error_handlers.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/jobs/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/jobs/job_status_poller.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/jobs/states.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/jobs/strategy.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/launchers/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/launchers/base.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/launchers/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/launchers/launchers.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/log_utils.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/message_type.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/queries/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/queries/pandas.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/base.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/filesystem.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/htex.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/multiprocessing.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/udp.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/radios/zmq.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/remote.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/types.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/app.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/models.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/plots/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/plots/default/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/plots/default/task_plots.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/plots/default/workflow_plots.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/plots/default/workflow_resource_plots.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/static/parsl-logo-white.png +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/static/parsl-monitor.css +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/app.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/dag.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/error.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/layout.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/resource_usage.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/task.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/workflow.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/templates/workflows_summary.html +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/utils.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/version.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/monitoring/visualization/views.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/multiprocessing.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/process_loggers.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/aws/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/aws/aws.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/aws/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/azure/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/azure/azure.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/azure/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/base.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/cluster_provider.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/condor/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/condor/condor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/condor/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/googlecloud/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/googlecloud/googlecloud.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/grid_engine/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/grid_engine/grid_engine.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/grid_engine/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/kubernetes/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/kubernetes/kube.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/kubernetes/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/local/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/local/local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/lsf/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/lsf/lsf.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/lsf/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/pbspro/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/pbspro/pbspro.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/pbspro/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/slurm/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/slurm/slurm.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/slurm/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/torque/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/torque/template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/providers/torque/torque.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/py.typed +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/serialize/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/serialize/base.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/serialize/concretes.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/serialize/errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/serialize/facade.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/serialize/proxystore.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/callables_helper.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/azure_single_node.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/bluewaters.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/bridges.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/cc_in2p3.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/comet.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/ec2_single_node.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/ec2_spot.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/flux_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/frontera.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/globus_compute.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/htex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/htex_local_alternate.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/htex_local_intask_staging.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/htex_local_rsync_staging.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_radical.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_radical_mpi.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_checkpoint.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_checkpoint_dfk_exit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_checkpoint_periodic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_checkpoint_task_exit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_ftp_in_task.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_globus.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_http_in_task.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_monitoring.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/local_threads_no_cache.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/midway.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/nscc_singapore.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/osg_htex.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/petrelkube.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/slurm_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/summit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/taskvine_ex.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/user_opts.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/configs/workqueue_ex.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/conftest.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/latency.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/test_apps/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/test_parsl_load_default_config.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/test_stress/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/test_stress/test_python_simple.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/integration/test_stress/test_python_threads.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/htex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/test_basic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/test_log_filter.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/test_memory_limits.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/test_regression_220.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/test_udp_simple.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/manual_tests/test_worker_count.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/htex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/local_threads.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/test_scale.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/vineex_condor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/vineex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/wqex_condor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/scaling_tests/wqex_local.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/site_tests/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/site_tests/site_config_selector.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/site_tests/test_provider.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/site_tests/test_site.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_affinity.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_concurrent.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_dynamic_executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_ec2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_launchers.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_mpi/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/sites/test_worker_info.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_aalst_patterns.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_apptimeout.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_basic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_error_codes.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_inputs_default.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_keyword_overlaps.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_kwarg_storage.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_memoize.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_memoize_ignore_args.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_memoize_ignore_args_regr.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_multiline.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_pipeline.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_std_uri.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_bash_apps/test_stdout.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_callables.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_periodic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_python_checkpoint_1.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_python_checkpoint_2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_regression_232.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_regression_233.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_regression_239.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_checkpointing/test_task_exit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_curvezmq.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/test_from_slides.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/test_kwargs.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/test_tutorial_1.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/test_workflow1.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/test_workflow2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_docs/test_workflow4.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_fail.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_python_walltime.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_rand_fail.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_resource_spec.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_retries.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_retry_handler.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_retry_handler_failure.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_serialization_fail.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_error_handling/test_wrap_with_logs.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_execute_task.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_flowcontrol/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_flux.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_basic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_block_manager_selector_unit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_command_client_timeout.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_connected_blocks.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_cpu_affinity_explicit.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_disconnected_blocks.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_disconnected_blocks_failing_provider.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_drain.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_htex.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_interchange_exit_bad_registration.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_manager_failure.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_manager_selector_by_block.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_managers_command.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_missing_worker.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_multiple_disconnected_blocks.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_resource_spec_validation.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_worker_failure.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_htex/test_zmq_binding.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_app_names.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_basic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_db_locks.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_fuzz_zmq.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_htex_init_blocks_vs_monitoring.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_incomplete_futures.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_memoization_representation.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_stdouterr.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_monitoring/test_viz_colouring.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/test_bad_mpi_config.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/test_mpi_mode_enabled.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/test_mpi_prefix.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/test_mpiex.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_mpi_apps/test_resource_spec.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/test_kubernetes_provider.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/test_local_provider.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/test_pbspro_template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/test_slurm_instantiate.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/test_slurm_template.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_providers/test_submiterror_deprecation.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_arg_input_types.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_basic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_context_manager.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_dep_standard_futures.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_dependencies.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_dependencies_deep.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_depfail_propagation.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_fail.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_fibonacci_iterative.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_fibonacci_recursive.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_futures.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_garbage_collect.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_import_fail.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_inputs_default.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_join.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_lifted.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_mapred.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_memoize_1.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_memoize_2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_memoize_4.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_memoize_bad_id_for_memo.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_memoize_ignore_args.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_memoize_joinapp.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_outputs.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_overview.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_pipeline.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_pluggable_future_resolution.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_simple.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_timeout.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_python_apps/test_type5.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_radical/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_radical/test_mpi_funcs.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_1480.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_1606_wait_for_current_tasks.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_1653.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_221.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_226.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_2652.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_69a.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_854.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_97_parallelism_0.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_regression/test_98.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_block_error_handler.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_regression_1621.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_regression_3568_scaledown_vs_MISSING.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_regression_3696_oscillation.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_scale_down.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_scale_down_htex_auto_scale.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_scale_down_htex_unregistered.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_scaling/test_worker_interchange_bad_messages_3262.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_2555_caching_deserializer.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_3495_deserialize_managerlost.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_basic.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_htex_code_cache.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_pack_resource_spec.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_proxystore_configured.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_serialization/test_proxystore_impl.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_shutdown/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/staging_provider.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_1316.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_docs_1.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_docs_2.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_elaborate_noop_file.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_file.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_file_apps.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_file_staging.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_output_chain_filenames.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_staging_ftp.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_staging_ftp_in_task.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_staging_globus.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_staging_https.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_staging_stdout.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_zip_in.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_zip_out.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_staging/test_zip_to_zip.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_summary.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_thread_parallelism.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_threads/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_threads/test_configs.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_threads/test_lazy_errors.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_utils/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_utils/test_execute_wait.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_utils/test_representation_mixin.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/test_utils/test_sanitize_dns.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/unit/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/unit/test_address.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/unit/test_file.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/unit/test_globus_compute_executor.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/unit/test_usage_tracking.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/tests/utils.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/usage_tracking/__init__.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/usage_tracking/api.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/usage_tracking/levels.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/usage_tracking/usage.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl/utils.py +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl.egg-info/dependency_links.txt +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl.egg-info/entry_points.txt +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/parsl.egg-info/top_level.txt +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/requirements.txt +0 -0
- {parsl-2025.3.3 → parsl-2025.3.17}/setup.cfg +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: parsl
|
3
|
-
Version: 2025.3.
|
3
|
+
Version: 2025.3.17
|
4
4
|
Summary: Simple data dependent workflows in Python
|
5
5
|
Home-page: https://github.com/Parsl/parsl
|
6
|
-
Download-URL: https://github.com/Parsl/parsl/archive/2025.03.
|
6
|
+
Download-URL: https://github.com/Parsl/parsl/archive/2025.03.17.tar.gz
|
7
7
|
Author: The Parsl Team
|
8
8
|
Author-email: parsl@googlegroups.com
|
9
9
|
License: Apache 2.0
|
@@ -536,7 +536,7 @@ class HighThroughputExecutor(BlockProviderExecutor, RepresentationMixin, UsageIn
|
|
536
536
|
"interchange_address": self.address,
|
537
537
|
"worker_ports": self.worker_ports,
|
538
538
|
"worker_port_range": self.worker_port_range,
|
539
|
-
"hub_address": self.
|
539
|
+
"hub_address": self.loopback_address,
|
540
540
|
"hub_zmq_port": self.hub_zmq_port,
|
541
541
|
"logdir": self.logdir,
|
542
542
|
"heartbeat_threshold": self.heartbeat_threshold,
|
{parsl-2025.3.3 → parsl-2025.3.17}/parsl/executors/high_throughput/mpi_resource_management.py
RENAMED
@@ -4,6 +4,7 @@ import os
|
|
4
4
|
import pickle
|
5
5
|
import queue
|
6
6
|
import subprocess
|
7
|
+
from dataclasses import dataclass, field
|
7
8
|
from enum import Enum
|
8
9
|
from typing import Dict, List, Optional
|
9
10
|
|
@@ -69,6 +70,14 @@ class MPINodesUnavailable(Exception):
|
|
69
70
|
return f"MPINodesUnavailable(requested={self.requested} available={self.available})"
|
70
71
|
|
71
72
|
|
73
|
+
@dataclass(order=True)
|
74
|
+
class PrioritizedTask:
|
75
|
+
# Comparing dict will fail since they are unhashable
|
76
|
+
# This dataclass limits comparison to the priority field
|
77
|
+
priority: int
|
78
|
+
task: Dict = field(compare=False)
|
79
|
+
|
80
|
+
|
72
81
|
class TaskScheduler:
|
73
82
|
"""Default TaskScheduler that does no taskscheduling
|
74
83
|
|
@@ -111,7 +120,7 @@ class MPITaskScheduler(TaskScheduler):
|
|
111
120
|
super().__init__(pending_task_q, pending_result_q)
|
112
121
|
self.scheduler = identify_scheduler()
|
113
122
|
# PriorityQueue is threadsafe
|
114
|
-
self._backlog_queue: queue.PriorityQueue = queue.PriorityQueue()
|
123
|
+
self._backlog_queue: queue.PriorityQueue[PrioritizedTask] = queue.PriorityQueue()
|
115
124
|
self._map_tasks_to_nodes: Dict[str, List[str]] = {}
|
116
125
|
self.available_nodes = get_nodes_in_batchjob(self.scheduler)
|
117
126
|
self._free_node_counter = SpawnContext.Value("i", len(self.available_nodes))
|
@@ -169,7 +178,7 @@ class MPITaskScheduler(TaskScheduler):
|
|
169
178
|
allocated_nodes = self._get_nodes(nodes_needed)
|
170
179
|
except MPINodesUnavailable:
|
171
180
|
logger.info(f"Not enough resources, placing task {tid} into backlog")
|
172
|
-
self._backlog_queue.put((nodes_needed, task_package))
|
181
|
+
self._backlog_queue.put(PrioritizedTask(nodes_needed, task_package))
|
173
182
|
return
|
174
183
|
else:
|
175
184
|
resource_spec["MPI_NODELIST"] = ",".join(allocated_nodes)
|
@@ -183,8 +192,8 @@ class MPITaskScheduler(TaskScheduler):
|
|
183
192
|
def _schedule_backlog_tasks(self):
|
184
193
|
"""Attempt to schedule backlogged tasks"""
|
185
194
|
try:
|
186
|
-
|
187
|
-
self.put_task(
|
195
|
+
prioritized_task = self._backlog_queue.get(block=False)
|
196
|
+
self.put_task(prioritized_task.task)
|
188
197
|
except queue.Empty:
|
189
198
|
return
|
190
199
|
else:
|
@@ -194,6 +203,8 @@ class MPITaskScheduler(TaskScheduler):
|
|
194
203
|
def get_result(self, block: bool = True, timeout: Optional[float] = None):
|
195
204
|
"""Return result and relinquish provisioned nodes"""
|
196
205
|
result_pkl = self.pending_result_q.get(block, timeout)
|
206
|
+
if result_pkl is None:
|
207
|
+
return None
|
197
208
|
result_dict = pickle.loads(result_pkl)
|
198
209
|
# TODO (wardlt): If the task did not request nodes, it won't be in `self._map_tasks_to_nodes`.
|
199
210
|
# Causes Parsl to hang. See Issue #3427
|
@@ -15,6 +15,7 @@ import threading
|
|
15
15
|
import time
|
16
16
|
import uuid
|
17
17
|
from importlib.metadata import distributions
|
18
|
+
from multiprocessing.context import SpawnProcess
|
18
19
|
from multiprocessing.managers import DictProxy
|
19
20
|
from multiprocessing.sharedctypes import Synchronized
|
20
21
|
from typing import Dict, List, Optional, Sequence
|
@@ -403,52 +404,34 @@ class Manager:
|
|
403
404
|
result_outgoing.connect(self._result_q_url)
|
404
405
|
logger.info("Manager result pipe connected to interchange")
|
405
406
|
|
406
|
-
push_poll_period = max(10, self.poll_period) / 1000 # push_poll_period must be atleast 10 ms
|
407
|
-
logger.debug("push poll period: {}".format(push_poll_period))
|
408
|
-
|
409
|
-
last_beat = time.time()
|
410
|
-
last_result_beat = time.time()
|
411
|
-
items = []
|
412
|
-
|
413
407
|
while not self._stop_event.is_set():
|
408
|
+
logger.debug("Starting pending_result_queue get")
|
414
409
|
try:
|
415
|
-
|
416
|
-
r
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
logger.debug("
|
421
|
-
except Exception
|
422
|
-
logger.exception("
|
423
|
-
|
424
|
-
if time.time() > last_result_beat + self.heartbeat_period:
|
425
|
-
heartbeat_message = f"last_result_beat={last_result_beat} heartbeat_period={self.heartbeat_period} seconds"
|
426
|
-
logger.info(f"Sending heartbeat via results connection: {heartbeat_message}")
|
427
|
-
last_result_beat = time.time()
|
428
|
-
items.append(pickle.dumps({'type': 'heartbeat'}))
|
429
|
-
|
430
|
-
if len(items) >= self.max_queue_size or time.time() > last_beat + push_poll_period:
|
431
|
-
last_beat = time.time()
|
432
|
-
if items:
|
433
|
-
logger.debug(f"Result send: Pushing {len(items)} items")
|
434
|
-
result_outgoing.send_multipart(items)
|
435
|
-
logger.debug("Result send: Pushed")
|
436
|
-
items = []
|
437
|
-
else:
|
438
|
-
logger.debug("Result send: No items to push")
|
439
|
-
else:
|
440
|
-
logger.debug(f"Result send: check condition not met - deferring {len(items)} result items")
|
410
|
+
r = self.task_scheduler.get_result()
|
411
|
+
if r is None:
|
412
|
+
continue
|
413
|
+
logger.debug("Result received from worker: %s", id(r))
|
414
|
+
result_outgoing.send(r)
|
415
|
+
logger.debug("Result sent to interchange: %s", id(r))
|
416
|
+
except Exception:
|
417
|
+
logger.exception("Failed to send result to interchange")
|
441
418
|
|
442
419
|
result_outgoing.close()
|
443
|
-
logger.
|
420
|
+
logger.debug("Exiting")
|
444
421
|
|
445
422
|
@wrap_with_logs
|
446
|
-
def
|
423
|
+
def heartbeater(self):
|
424
|
+
while not self._stop_event.wait(self.heartbeat_period):
|
425
|
+
heartbeat_message = f"heartbeat_period={self.heartbeat_period} seconds"
|
426
|
+
logger.info(f"Sending heartbeat via results connection: {heartbeat_message}")
|
427
|
+
self.pending_result_queue.put(pickle.dumps({'type': 'heartbeat'}))
|
428
|
+
|
429
|
+
def worker_watchdog(self, procs: dict[int, SpawnProcess]):
|
447
430
|
"""Keeps workers alive."""
|
448
431
|
logger.debug("Starting worker watchdog")
|
449
432
|
|
450
433
|
while not self._stop_event.wait(self.heartbeat_period):
|
451
|
-
for worker_id, p in
|
434
|
+
for worker_id, p in procs.items():
|
452
435
|
if not p.is_alive():
|
453
436
|
logger.error("Worker {} has died".format(worker_id))
|
454
437
|
try:
|
@@ -466,11 +449,10 @@ class Manager:
|
|
466
449
|
except KeyError:
|
467
450
|
logger.info("Worker {} was not busy when it died".format(worker_id))
|
468
451
|
|
469
|
-
|
470
|
-
self.procs[worker_id] = p
|
452
|
+
procs[worker_id] = self._start_worker(worker_id)
|
471
453
|
logger.info("Worker {} has been restarted".format(worker_id))
|
472
454
|
|
473
|
-
logger.
|
455
|
+
logger.debug("Exiting")
|
474
456
|
|
475
457
|
@wrap_with_logs
|
476
458
|
def handle_monitoring_messages(self):
|
@@ -485,32 +467,28 @@ class Manager:
|
|
485
467
|
"""
|
486
468
|
logger.debug("Starting monitoring handler thread")
|
487
469
|
|
488
|
-
poll_period_s = max(10, self.poll_period) / 1000 # Must be at least 10 ms
|
489
|
-
|
490
470
|
while not self._stop_event.is_set():
|
491
471
|
try:
|
492
472
|
logger.debug("Starting monitor_queue.get()")
|
493
|
-
msg = self.monitoring_queue.get(block=True
|
494
|
-
|
495
|
-
|
496
|
-
except Exception as e:
|
497
|
-
logger.exception(f"Got an exception: {e}")
|
498
|
-
else:
|
473
|
+
msg = self.monitoring_queue.get(block=True)
|
474
|
+
if msg is None:
|
475
|
+
continue
|
499
476
|
logger.debug("Got a monitoring message")
|
500
477
|
self.pending_result_queue.put(msg)
|
501
478
|
logger.debug("Put monitoring message on pending_result_queue")
|
479
|
+
except Exception:
|
480
|
+
logger.exception("Failed to forward monitoring message")
|
502
481
|
|
503
|
-
logger.
|
482
|
+
logger.debug("Exiting")
|
504
483
|
|
505
484
|
def start(self):
|
506
485
|
""" Start the worker processes.
|
507
486
|
|
508
487
|
TODO: Move task receiving to a thread
|
509
488
|
"""
|
510
|
-
|
489
|
+
procs: dict[int, SpawnProcess] = {}
|
511
490
|
for worker_id in range(self.worker_count):
|
512
|
-
|
513
|
-
self.procs[worker_id] = p
|
491
|
+
procs[worker_id] = self._start_worker(worker_id)
|
514
492
|
|
515
493
|
logger.debug("Workers started")
|
516
494
|
|
@@ -519,40 +497,69 @@ class Manager:
|
|
519
497
|
target=self.push_results, name="Result-Pusher"
|
520
498
|
)
|
521
499
|
thr_worker_watchdog = threading.Thread(
|
522
|
-
target=self.worker_watchdog, name="worker-watchdog"
|
500
|
+
target=self.worker_watchdog, args=(procs,), name="worker-watchdog"
|
523
501
|
)
|
524
502
|
thr_monitoring_handler = threading.Thread(
|
525
503
|
target=self.handle_monitoring_messages, name="Monitoring-Handler"
|
526
504
|
)
|
505
|
+
thr_heartbeater = threading.Thread(target=self.heartbeater, name="Heartbeater")
|
527
506
|
|
528
507
|
thr_task_puller.start()
|
529
508
|
thr_result_pusher.start()
|
530
509
|
thr_worker_watchdog.start()
|
531
510
|
thr_monitoring_handler.start()
|
511
|
+
thr_heartbeater.start()
|
532
512
|
|
533
513
|
logger.info("Manager threads started")
|
534
514
|
|
535
515
|
# This might need a multiprocessing event to signal back.
|
536
516
|
self._stop_event.wait()
|
537
|
-
logger.
|
517
|
+
logger.info("Stop event set; terminating worker processes")
|
518
|
+
|
519
|
+
# Invite blocking threads to quit
|
520
|
+
self.monitoring_queue.put(None)
|
521
|
+
self.pending_result_queue.put(None)
|
538
522
|
|
523
|
+
thr_heartbeater.join()
|
539
524
|
thr_task_puller.join()
|
540
525
|
thr_result_pusher.join()
|
541
526
|
thr_worker_watchdog.join()
|
542
527
|
thr_monitoring_handler.join()
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
528
|
+
|
529
|
+
for worker_id in procs:
|
530
|
+
p = procs[worker_id]
|
531
|
+
proc_info = f"(PID: {p.pid}, Worker ID: {worker_id})"
|
532
|
+
logger.debug(f"Signaling worker {p.name} (TERM). {proc_info}")
|
533
|
+
p.terminate()
|
549
534
|
|
550
535
|
self.zmq_context.term()
|
536
|
+
|
537
|
+
# give processes 1 second to gracefully shut themselves down, based on the
|
538
|
+
# SIGTERM (.terminate()) just sent; after then, we pull the plug.
|
539
|
+
force_child_shutdown_at = time.monotonic() + 1
|
540
|
+
while procs:
|
541
|
+
worker_id, p = procs.popitem()
|
542
|
+
timeout = max(force_child_shutdown_at - time.monotonic(), 0.000001)
|
543
|
+
p.join(timeout=timeout)
|
544
|
+
proc_info = f"(PID: {p.pid}, Worker ID: {worker_id})"
|
545
|
+
if p.exitcode is not None:
|
546
|
+
logger.debug(
|
547
|
+
"Worker joined successfully. %s (exitcode: %s)", proc_info, p.exitcode
|
548
|
+
)
|
549
|
+
|
550
|
+
else:
|
551
|
+
logger.warning(
|
552
|
+
f"Worker {p.name} ({worker_id}) failed to terminate in a timely"
|
553
|
+
f" manner; sending KILL signal to process. {proc_info}"
|
554
|
+
)
|
555
|
+
p.kill()
|
556
|
+
p.join()
|
557
|
+
p.close()
|
558
|
+
|
551
559
|
delta = time.time() - self._start_time
|
552
560
|
logger.info("process_worker_pool ran for {} seconds".format(delta))
|
553
|
-
return
|
554
561
|
|
555
|
-
def _start_worker(self, worker_id: int):
|
562
|
+
def _start_worker(self, worker_id: int) -> SpawnProcess:
|
556
563
|
p = SpawnContext.Process(
|
557
564
|
target=worker,
|
558
565
|
args=(
|
@@ -939,27 +946,27 @@ if __name__ == "__main__":
|
|
939
946
|
)
|
940
947
|
logger.info(
|
941
948
|
f"\n Python version: {sys.version}"
|
942
|
-
f" Debug logging: {args.debug}"
|
943
|
-
f" Certificates dir: {args.cert_dir}"
|
944
|
-
f" Log dir: {args.logdir}"
|
945
|
-
f" Manager ID: {args.uid}"
|
946
|
-
f" Block ID: {args.block_id}"
|
947
|
-
f" cores_per_worker: {args.cores_per_worker}"
|
948
|
-
f" mem_per_worker: {args.mem_per_worker}"
|
949
|
-
f" task_port: {args.task_port}"
|
950
|
-
f" result_port: {args.result_port}"
|
951
|
-
f" addresses: {args.addresses}"
|
952
|
-
f" max_workers_per_node: {args.max_workers_per_node}"
|
953
|
-
f" poll_period: {args.poll}"
|
954
|
-
f" address_probe_timeout: {args.address_probe_timeout}"
|
955
|
-
f" Prefetch capacity: {args.prefetch_capacity}"
|
956
|
-
f" Heartbeat threshold: {args.hb_threshold}"
|
957
|
-
f" Heartbeat period: {args.hb_period}"
|
958
|
-
f" Drain period: {args.drain_period}"
|
959
|
-
f" CPU affinity: {args.cpu_affinity}"
|
960
|
-
f" Accelerators: {' '.join(args.available_accelerators)}"
|
961
|
-
f" enable_mpi_mode: {args.enable_mpi_mode}"
|
962
|
-
f" mpi_launcher: {args.mpi_launcher}"
|
949
|
+
f"\n Debug logging: {args.debug}"
|
950
|
+
f"\n Certificates dir: {args.cert_dir}"
|
951
|
+
f"\n Log dir: {args.logdir}"
|
952
|
+
f"\n Manager ID: {args.uid}"
|
953
|
+
f"\n Block ID: {args.block_id}"
|
954
|
+
f"\n cores_per_worker: {args.cores_per_worker}"
|
955
|
+
f"\n mem_per_worker: {args.mem_per_worker}"
|
956
|
+
f"\n task_port: {args.task_port}"
|
957
|
+
f"\n result_port: {args.result_port}"
|
958
|
+
f"\n addresses: {args.addresses}"
|
959
|
+
f"\n max_workers_per_node: {args.max_workers_per_node}"
|
960
|
+
f"\n poll_period: {args.poll}"
|
961
|
+
f"\n address_probe_timeout: {args.address_probe_timeout}"
|
962
|
+
f"\n Prefetch capacity: {args.prefetch_capacity}"
|
963
|
+
f"\n Heartbeat threshold: {args.hb_threshold}"
|
964
|
+
f"\n Heartbeat period: {args.hb_period}"
|
965
|
+
f"\n Drain period: {args.drain_period}"
|
966
|
+
f"\n CPU affinity: {args.cpu_affinity}"
|
967
|
+
f"\n Accelerators: {' '.join(args.available_accelerators)}"
|
968
|
+
f"\n enable_mpi_mode: {args.enable_mpi_mode}"
|
969
|
+
f"\n mpi_launcher: {args.mpi_launcher}"
|
963
970
|
)
|
964
971
|
try:
|
965
972
|
manager = Manager(task_port=args.task_port,
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import datetime
|
2
2
|
import logging
|
3
3
|
import multiprocessing.queues as mpq
|
4
|
+
import multiprocessing.synchronize as mpe
|
4
5
|
import os
|
5
6
|
import queue
|
6
7
|
import threading
|
@@ -278,11 +279,13 @@ class Database:
|
|
278
279
|
|
279
280
|
class DatabaseManager:
|
280
281
|
def __init__(self,
|
282
|
+
*,
|
281
283
|
db_url: str = 'sqlite:///runinfo/monitoring.db',
|
282
284
|
run_dir: str = '.',
|
283
285
|
logging_level: int = logging.INFO,
|
284
286
|
batching_interval: float = 1,
|
285
287
|
batching_threshold: float = 99999,
|
288
|
+
exit_event: mpe.Event
|
286
289
|
):
|
287
290
|
|
288
291
|
self.workflow_end = False
|
@@ -307,6 +310,8 @@ class DatabaseManager:
|
|
307
310
|
self.pending_block_queue: queue.Queue[MonitoringMessage] = queue.Queue()
|
308
311
|
self.pending_resource_queue: queue.Queue[MonitoringMessage] = queue.Queue()
|
309
312
|
|
313
|
+
self.external_exit_event = exit_event
|
314
|
+
|
310
315
|
def start(self,
|
311
316
|
resource_queue: mpq.Queue) -> None:
|
312
317
|
|
@@ -555,15 +560,16 @@ class DatabaseManager:
|
|
555
560
|
while not kill_event.is_set() or logs_queue.qsize() != 0:
|
556
561
|
logger.debug("Checking STOP conditions: kill event: %s, queue has entries: %s",
|
557
562
|
kill_event.is_set(), logs_queue.qsize() != 0)
|
563
|
+
|
564
|
+
if self.external_exit_event.is_set():
|
565
|
+
self.close()
|
566
|
+
|
558
567
|
try:
|
559
568
|
x = logs_queue.get(timeout=0.1)
|
560
569
|
except queue.Empty:
|
561
570
|
continue
|
562
571
|
else:
|
563
|
-
|
564
|
-
self.close()
|
565
|
-
else:
|
566
|
-
self._dispatch_to_internal(x)
|
572
|
+
self._dispatch_to_internal(x)
|
567
573
|
|
568
574
|
def _dispatch_to_internal(self, x: Tuple) -> None:
|
569
575
|
assert isinstance(x, tuple)
|
@@ -678,11 +684,11 @@ class DatabaseManager:
|
|
678
684
|
|
679
685
|
@wrap_with_logs(target="database_manager")
|
680
686
|
@typeguard.typechecked
|
681
|
-
def dbm_starter(
|
682
|
-
resource_msgs: mpq.Queue,
|
687
|
+
def dbm_starter(resource_msgs: mpq.Queue,
|
683
688
|
db_url: str,
|
684
689
|
run_dir: str,
|
685
|
-
logging_level: int
|
690
|
+
logging_level: int,
|
691
|
+
exit_event: mpe.Event) -> None:
|
686
692
|
"""Start the database manager process
|
687
693
|
|
688
694
|
The DFK should start this function. The args, kwargs match that of the monitoring config
|
@@ -693,16 +699,16 @@ def dbm_starter(exception_q: mpq.Queue,
|
|
693
699
|
try:
|
694
700
|
dbm = DatabaseManager(db_url=db_url,
|
695
701
|
run_dir=run_dir,
|
696
|
-
logging_level=logging_level
|
702
|
+
logging_level=logging_level,
|
703
|
+
exit_event=exit_event)
|
697
704
|
logger.info("Starting dbm in dbm starter")
|
698
705
|
dbm.start(resource_msgs)
|
699
706
|
except KeyboardInterrupt:
|
700
707
|
logger.exception("KeyboardInterrupt signal caught")
|
701
708
|
dbm.close()
|
702
709
|
raise
|
703
|
-
except Exception
|
710
|
+
except Exception:
|
704
711
|
logger.exception("dbm.start exception")
|
705
|
-
exception_q.put(("DBM", str(e)))
|
706
712
|
dbm.close()
|
707
713
|
|
708
714
|
logger.info("End of dbm_starter")
|