parsl 2025.10.6__tar.gz → 2025.10.20__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.
Potentially problematic release.
This version of parsl might be problematic. Click here for more details.
- {parsl-2025.10.6/parsl.egg-info → parsl-2025.10.20}/PKG-INFO +2 -2
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/app/bash.py +1 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/benchmark/perf.py +24 -8
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/dflow.py +87 -187
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/memoization.py +126 -2
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/states.py +5 -5
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/base.py +2 -2
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/globus_compute.py +0 -4
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/process_worker_pool.py +1 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/jobs/strategy.py +7 -6
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/filesystem.py +2 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/htex.py +2 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/multiprocessing.py +2 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/udp.py +2 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/base.py +24 -37
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_priority_queue.py +18 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_depfail_propagation.py +11 -1
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_regression_3696_oscillation.py +1 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/version.py +1 -1
- {parsl-2025.10.6 → parsl-2025.10.20/parsl.egg-info}/PKG-INFO +2 -2
- {parsl-2025.10.6 → parsl-2025.10.20}/LICENSE +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/MANIFEST.in +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/README.rst +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/addresses.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/app/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/app/app.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/app/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/app/futures.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/app/python.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/benchmark/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/concurrent/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/config.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/ASPIRE1.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/Azure.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/anvil.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/bridges.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/cc_in2p3.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/delta.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/ec2.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/expanse.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/frontera.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/gc_multisite.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/gc_tutorial.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/htex_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/illinoiscluster.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/improv.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/kubernetes.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/local_threads.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/midway.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/osg.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/polaris.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/stampede2.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/summit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/toss3_llnl.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/vineex_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/configs/wqex_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/curvezmq.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/data_manager.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/file_noop.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/files.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/ftp.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/globus.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/http.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/rsync.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/staging.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/data_provider/zip.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/dependency_resolvers.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/futures.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/rundirs.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/dataflow/taskrecord.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/execute_task.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/flux/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/flux/execute_parsl_task.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/flux/executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/flux/flux_instance_manager.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/interchange.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/manager_record.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/manager_selector.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/monitoring_info.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/mpi_executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/mpi_prefix_composer.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/mpi_resource_management.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/probe.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/high_throughput/zmq_pipes.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/radical/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/radical/executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/radical/rpex_resources.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/radical/rpex_worker.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/status_handling.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/exec_parsl_function.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/factory.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/factory_config.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/manager.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/manager_config.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/taskvine/utils.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/threads.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/workqueue/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/workqueue/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/workqueue/exec_parsl_function.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/workqueue/executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/workqueue/parsl_coprocess.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/executors/workqueue/parsl_coprocess_stub.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/jobs/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/jobs/error_handlers.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/jobs/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/jobs/job_status_poller.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/jobs/states.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/launchers/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/launchers/base.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/launchers/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/launchers/launchers.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/log_utils.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/db_manager.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/message_type.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/monitoring.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/queries/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/queries/pandas.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/base.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/filesystem_router.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/udp_router.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/zmq.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/radios/zmq_router.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/remote.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/types.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/app.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/models.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/plots/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/plots/default/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/plots/default/task_plots.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/plots/default/workflow_plots.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/plots/default/workflow_resource_plots.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/static/parsl-logo-white.png +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/static/parsl-monitor.css +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/app.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/dag.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/error.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/layout.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/resource_usage.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/task.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/workflow.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/templates/workflows_summary.html +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/utils.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/version.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/monitoring/visualization/views.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/multiprocessing.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/process_loggers.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/aws/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/aws/aws.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/aws/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/azure/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/azure/azure.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/azure/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/cluster_provider.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/condor/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/condor/condor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/condor/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/googlecloud/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/googlecloud/googlecloud.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/grid_engine/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/grid_engine/grid_engine.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/grid_engine/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/kubernetes/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/kubernetes/kube.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/kubernetes/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/local/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/local/local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/lsf/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/lsf/lsf.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/lsf/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/pbspro/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/pbspro/pbspro.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/pbspro/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/slurm/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/slurm/slurm.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/slurm/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/torque/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/torque/template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/providers/torque/torque.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/py.typed +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/serialize/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/serialize/base.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/serialize/concretes.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/serialize/errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/serialize/facade.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/serialize/proxystore.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/callables_helper.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/azure_single_node.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/bluewaters.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/bridges.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/cc_in2p3.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/comet.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/ec2_single_node.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/ec2_spot.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/flux_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/frontera.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/globus_compute.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/htex_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/htex_local_alternate.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/htex_local_intask_staging.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/htex_local_rsync_staging.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_radical.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_radical_mpi.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads_checkpoint.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads_checkpoint_dfk_exit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads_checkpoint_task_exit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads_ftp_in_task.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads_globus.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/local_threads_http_in_task.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/midway.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/nscc_singapore.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/osg_htex.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/petrelkube.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/slurm_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/summit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/taskvine_ex.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/user_opts.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/configs/workqueue_ex.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/conftest.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/latency.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/test_apps/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/test_parsl_load_default_config.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/test_stress/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/test_stress/test_python_simple.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/integration/test_stress/test_python_threads.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/htex_local.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/test_basic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/test_log_filter.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/test_memory_limits.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/test_regression_220.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/manual_tests/test_worker_count.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/site_tests/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/site_tests/site_config_selector.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_affinity.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_concurrent.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_dynamic_executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_ec2.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_launchers.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_mpi/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/sites/test_worker_info.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_apptimeout.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_basic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_error_codes.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_inputs_default.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_keyword_overlaps.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_kwarg_storage.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_memoize.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_memoize_ignore_args.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_memoize_ignore_args_regr.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_multiline.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_pipeline.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_std_uri.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_bash_apps/test_stdout.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_callables.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_periodic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_python_checkpoint_1.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_python_checkpoint_2.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_regression_232.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_regression_233.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_regression_239.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_checkpointing/test_task_exit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_curvezmq.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_docs/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_docs/test_from_slides.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_docs/test_kwargs.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_docs/test_tutorial_1.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_docs/test_workflow1.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_docs/test_workflow4.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_fail.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_python_walltime.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_resource_spec.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_retries.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_retry_handler.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_retry_handler_failure.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_serialization_fail.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_error_handling/test_wrap_with_logs.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_execute_task.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_flowcontrol/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_flux.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_basic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_block_manager_selector_unit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_command_client_timeout.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_command_concurrency_regression_1321.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_connected_blocks.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_cpu_affinity_explicit.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_disconnected_blocks.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_disconnected_blocks_failing_provider.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_drain.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_htex.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_interchange_exit_bad_registration.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_manager_failure.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_manager_selector_by_block.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_managers_command.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_missing_worker.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_multiple_disconnected_blocks.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_resource_spec_validation.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_worker_failure.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_htex/test_zmq_binding.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_app_names.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_basic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_db_locks.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_exit_helper.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_htex_fuzz_zmq.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_htex_init_blocks_vs_monitoring.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_incomplete_futures.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_memoization_representation.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_radio_filesystem.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_radio_multiprocessing.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_radio_udp.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_radio_zmq.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_stdouterr.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_monitoring/test_viz_colouring.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/test_bad_mpi_config.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/test_mpi_mode_enabled.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/test_mpi_prefix.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/test_mpi_scheduler.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/test_mpiex.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_mpi_apps/test_resource_spec.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/test_kubernetes_provider.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/test_local_provider.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/test_pbspro_template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/test_slurm_instantiate.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/test_slurm_template.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_providers/test_submiterror_deprecation.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_arg_input_types.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_basic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_context_manager.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_dep_standard_futures.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_dependencies.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_dependencies_deep.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_fail.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_fibonacci_iterative.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_fibonacci_recursive.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_futures.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_garbage_collect.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_import_fail.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_inputs_default.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_join.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_lifted.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_mapred.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_1.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_2.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_4.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_bad_id_for_memo.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_exception.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_ignore_args.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_memoize_joinapp.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_outputs.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_overview.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_pipeline.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_pluggable_future_resolution.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_simple.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_timeout.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_python_apps/test_type5.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_radical/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_radical/test_mpi_funcs.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_1480.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_1606_wait_for_current_tasks.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_1653.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_221.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_226.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_2652.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_3874.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_69a.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_97_parallelism_0.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_regression/test_98.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_block_error_handler.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_regression_1621.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_regression_3568_scaledown_vs_MISSING.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_scale_down.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_scale_down_htex_auto_scale.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_scale_down_htex_unregistered.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_shutdown_scalein.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_scaling/test_worker_interchange_bad_messages_3262.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/test_2555_caching_deserializer.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/test_3495_deserialize_managerlost.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/test_basic.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/test_htex_code_cache.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/test_proxystore_configured.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_serialization/test_proxystore_impl.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_shutdown/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_shutdown/test_kill_monitoring.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/staging_provider.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_1316.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_docs_1.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_docs_2.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_elaborate_noop_file.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_file.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_file_apps.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_file_staging.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_output_chain_filenames.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_staging_ftp.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_staging_ftp_in_task.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_staging_globus.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_staging_https.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_staging_stdout.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_zip_in.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_zip_out.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_staging/test_zip_to_zip.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_summary.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_thread_parallelism.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_threads/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_threads/test_configs.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_threads/test_lazy_errors.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_utils/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_utils/test_execute_wait.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_utils/test_logutils.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_utils/test_representation_mixin.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/test_utils/test_sanitize_dns.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/unit/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/unit/test_address.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/unit/test_file.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/unit/test_globus_compute_executor.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/unit/test_usage_tracking.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/tests/utils.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/usage_tracking/__init__.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/usage_tracking/api.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/usage_tracking/levels.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/usage_tracking/usage.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl/utils.py +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl.egg-info/SOURCES.txt +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl.egg-info/dependency_links.txt +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl.egg-info/entry_points.txt +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl.egg-info/requires.txt +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/parsl.egg-info/top_level.txt +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/requirements.txt +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/setup.cfg +0 -0
- {parsl-2025.10.6 → parsl-2025.10.20}/setup.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: parsl
|
|
3
|
-
Version: 2025.10.
|
|
3
|
+
Version: 2025.10.20
|
|
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.10.
|
|
6
|
+
Download-URL: https://github.com/Parsl/parsl/archive/2025.10.20.tar.gz
|
|
7
7
|
Author: The Parsl Team
|
|
8
8
|
Author-email: parsl@googlegroups.com
|
|
9
9
|
License: Apache 2.0
|
|
@@ -88,7 +88,7 @@ def remote_side_bash_executor(func, *args, **kwargs):
|
|
|
88
88
|
raise pe.AppTimeout(f"App {func_name} exceeded walltime: {timeout} seconds")
|
|
89
89
|
|
|
90
90
|
except Exception as e:
|
|
91
|
-
raise pe.AppException(f"App {func_name} caught exception
|
|
91
|
+
raise pe.AppException(f"App {func_name} caught exception", e)
|
|
92
92
|
|
|
93
93
|
if returncode != 0:
|
|
94
94
|
raise pe.BashExitFailure(func_name, proc.returncode)
|
|
@@ -6,6 +6,7 @@ from typing import Any, Dict
|
|
|
6
6
|
|
|
7
7
|
import parsl
|
|
8
8
|
from parsl.dataflow.dflow import DataFlowKernel
|
|
9
|
+
from parsl.errors import InternalConsistencyError
|
|
9
10
|
|
|
10
11
|
min_iterations = 2
|
|
11
12
|
|
|
@@ -40,19 +41,18 @@ def app(extra_payload: Any, parsl_resource_specification: Dict = {}) -> int:
|
|
|
40
41
|
return 7
|
|
41
42
|
|
|
42
43
|
|
|
43
|
-
def performance(*, resources: dict, target_t: float, args_extra_size: int) -> None:
|
|
44
|
+
def performance(*, resources: dict, target_t: float, args_extra_size: int, iterate_mode: str) -> None:
|
|
44
45
|
n = 10
|
|
45
46
|
|
|
46
47
|
delta_t: float
|
|
47
|
-
delta_t = 0
|
|
48
|
-
|
|
49
|
-
threshold_t = int(0.75 * target_t)
|
|
50
48
|
|
|
51
49
|
iteration = 1
|
|
52
50
|
|
|
53
51
|
args_extra_payload = "x" * args_extra_size
|
|
54
52
|
|
|
55
|
-
|
|
53
|
+
iterate = True
|
|
54
|
+
|
|
55
|
+
while iterate:
|
|
56
56
|
print(f"==== Iteration {iteration} ====")
|
|
57
57
|
print(f"Will run {n} tasks to target {target_t} seconds runtime")
|
|
58
58
|
start_t = time.time()
|
|
@@ -78,10 +78,20 @@ def performance(*, resources: dict, target_t: float, args_extra_size: int) -> No
|
|
|
78
78
|
print(f"Runtime: actual {delta_t:.3f}s vs target {target_t}s")
|
|
79
79
|
print(f"Tasks per second: {rate:.3f}")
|
|
80
80
|
|
|
81
|
-
n = max(1, int(target_t * rate))
|
|
82
|
-
|
|
83
81
|
iteration += 1
|
|
84
82
|
|
|
83
|
+
# decide upon next iteration
|
|
84
|
+
|
|
85
|
+
match iterate_mode:
|
|
86
|
+
case "estimate":
|
|
87
|
+
n = max(1, int(target_t * rate))
|
|
88
|
+
iterate = delta_t < (0.75 * target_t) or iteration <= min_iterations
|
|
89
|
+
case "exponential":
|
|
90
|
+
n = int(n * 2)
|
|
91
|
+
iterate = delta_t < target_t or iteration <= min_iterations
|
|
92
|
+
case _:
|
|
93
|
+
raise InternalConsistencyError(f"Bad iterate mode {iterate_mode} - should have been validated at arg parse time")
|
|
94
|
+
|
|
85
95
|
|
|
86
96
|
def cli_run() -> None:
|
|
87
97
|
parser = argparse.ArgumentParser(
|
|
@@ -96,6 +106,12 @@ Example usage: python -m parsl.benchmark.perf --config parsl/tests/configs/workq
|
|
|
96
106
|
parser.add_argument("--time", metavar="SECONDS", help="target number of seconds for an iteration", default=120, type=float)
|
|
97
107
|
parser.add_argument("--argsize", metavar="BYTES", help="extra bytes to add into app invocation arguments", default=0, type=int)
|
|
98
108
|
parser.add_argument("--version", action="version", version=f"parsl-perf from Parsl {parsl.__version__}")
|
|
109
|
+
parser.add_argument("--iterate",
|
|
110
|
+
metavar="MODE",
|
|
111
|
+
help="Iteration mode: estimate, exponential",
|
|
112
|
+
type=str,
|
|
113
|
+
default="estimate",
|
|
114
|
+
choices=("estimate", "exponential"))
|
|
99
115
|
|
|
100
116
|
args = parser.parse_args()
|
|
101
117
|
|
|
@@ -105,7 +121,7 @@ Example usage: python -m parsl.benchmark.perf --config parsl/tests/configs/workq
|
|
|
105
121
|
resources = {}
|
|
106
122
|
|
|
107
123
|
with load_dfk_from_config(args.config):
|
|
108
|
-
performance(resources=resources, target_t=args.time, args_extra_size=args.argsize)
|
|
124
|
+
performance(resources=resources, target_t=args.time, args_extra_size=args.argsize, iterate_mode=args.iterate)
|
|
109
125
|
print("Tests complete - leaving DFK block")
|
|
110
126
|
print("The end")
|
|
111
127
|
|
|
@@ -6,7 +6,6 @@ import datetime
|
|
|
6
6
|
import inspect
|
|
7
7
|
import logging
|
|
8
8
|
import os
|
|
9
|
-
import pickle
|
|
10
9
|
import random
|
|
11
10
|
import sys
|
|
12
11
|
import threading
|
|
@@ -50,7 +49,7 @@ from parsl.monitoring.radios.multiprocessing import MultiprocessingQueueRadioSen
|
|
|
50
49
|
from parsl.monitoring.remote import monitor_wrapper
|
|
51
50
|
from parsl.process_loggers import wrap_with_logs
|
|
52
51
|
from parsl.usage_tracking.usage import UsageTracker
|
|
53
|
-
from parsl.utils import
|
|
52
|
+
from parsl.utils import get_std_fname_mode, get_version
|
|
54
53
|
|
|
55
54
|
logger = logging.getLogger(__name__)
|
|
56
55
|
|
|
@@ -101,8 +100,6 @@ class DataFlowKernel:
|
|
|
101
100
|
|
|
102
101
|
logger.info("Parsl version: {}".format(get_version()))
|
|
103
102
|
|
|
104
|
-
self.checkpoint_lock = threading.Lock()
|
|
105
|
-
|
|
106
103
|
self.usage_tracker = UsageTracker(self)
|
|
107
104
|
self.usage_tracker.send_start_message()
|
|
108
105
|
|
|
@@ -168,18 +165,12 @@ class DataFlowKernel:
|
|
|
168
165
|
self.monitoring_radio.send((MessageType.WORKFLOW_INFO,
|
|
169
166
|
workflow_info))
|
|
170
167
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
self.memoizer = Memoizer(memoize=config.app_cache, checkpoint_files=checkpoint_files)
|
|
179
|
-
self.checkpointed_tasks = 0
|
|
180
|
-
self._checkpoint_timer = None
|
|
181
|
-
self.checkpoint_mode = config.checkpoint_mode
|
|
182
|
-
self.checkpointable_tasks: List[TaskRecord] = []
|
|
168
|
+
self.memoizer = Memoizer(memoize=config.app_cache,
|
|
169
|
+
checkpoint_mode=config.checkpoint_mode,
|
|
170
|
+
checkpoint_files=config.checkpoint_files,
|
|
171
|
+
checkpoint_period=config.checkpoint_period)
|
|
172
|
+
self.memoizer.run_dir = self.run_dir
|
|
173
|
+
self.memoizer.start()
|
|
183
174
|
|
|
184
175
|
# this must be set before executors are added since add_executors calls
|
|
185
176
|
# job_status_poller.add_executors.
|
|
@@ -195,17 +186,6 @@ class DataFlowKernel:
|
|
|
195
186
|
self.add_executors(config.executors)
|
|
196
187
|
self.add_executors([parsl_internal_executor])
|
|
197
188
|
|
|
198
|
-
if self.checkpoint_mode == "periodic":
|
|
199
|
-
if config.checkpoint_period is None:
|
|
200
|
-
raise ConfigurationError("Checkpoint period must be specified with periodic checkpoint mode")
|
|
201
|
-
else:
|
|
202
|
-
try:
|
|
203
|
-
h, m, s = map(int, config.checkpoint_period.split(':'))
|
|
204
|
-
except Exception:
|
|
205
|
-
raise ConfigurationError("invalid checkpoint_period provided: {0} expected HH:MM:SS".format(config.checkpoint_period))
|
|
206
|
-
checkpoint_period = (h * 3600) + (m * 60) + s
|
|
207
|
-
self._checkpoint_timer = Timer(self.checkpoint, interval=checkpoint_period, name="Checkpoint")
|
|
208
|
-
|
|
209
189
|
self.task_count = 0
|
|
210
190
|
self.tasks: Dict[int, TaskRecord] = {}
|
|
211
191
|
self.submitter_lock = threading.Lock()
|
|
@@ -371,13 +351,9 @@ class DataFlowKernel:
|
|
|
371
351
|
else:
|
|
372
352
|
task_record['fail_cost'] += 1
|
|
373
353
|
|
|
374
|
-
if
|
|
354
|
+
if isinstance(e, DependencyError):
|
|
375
355
|
logger.info("Task {} failed due to dependency failure so skipping retries".format(task_id))
|
|
376
|
-
task_record
|
|
377
|
-
self._send_task_log_info(task_record)
|
|
378
|
-
self.memoizer.update_memo(task_record)
|
|
379
|
-
with task_record['app_fu']._update_lock:
|
|
380
|
-
task_record['app_fu'].set_exception(e)
|
|
356
|
+
self._complete_task_exception(task_record, States.dep_fail, e)
|
|
381
357
|
|
|
382
358
|
elif task_record['fail_cost'] <= self._config.retries:
|
|
383
359
|
|
|
@@ -397,61 +373,48 @@ class DataFlowKernel:
|
|
|
397
373
|
else:
|
|
398
374
|
logger.exception("Task {} failed after {} retry attempts".format(task_id,
|
|
399
375
|
task_record['try_id']))
|
|
400
|
-
task_record
|
|
401
|
-
self.update_task_state(task_record, States.failed)
|
|
402
|
-
task_record['time_returned'] = datetime.datetime.now()
|
|
403
|
-
self._send_task_log_info(task_record)
|
|
404
|
-
self.memoizer.update_memo(task_record)
|
|
405
|
-
with task_record['app_fu']._update_lock:
|
|
406
|
-
task_record['app_fu'].set_exception(e)
|
|
376
|
+
self._complete_task_exception(task_record, States.failed, e)
|
|
407
377
|
|
|
408
378
|
else:
|
|
409
379
|
if task_record['from_memo']:
|
|
410
|
-
self.
|
|
411
|
-
|
|
380
|
+
self._complete_task_result(task_record, States.memo_done, res)
|
|
381
|
+
elif not task_record['join']:
|
|
382
|
+
self._complete_task_result(task_record, States.exec_done, res)
|
|
412
383
|
else:
|
|
413
|
-
|
|
414
|
-
|
|
384
|
+
# This is a join task, and the original task's function code has
|
|
385
|
+
# completed. That means that the future returned by that code
|
|
386
|
+
# will be available inside the executor future, so we can now
|
|
387
|
+
# record the inner app ID in monitoring, and add a completion
|
|
388
|
+
# listener to that inner future.
|
|
389
|
+
|
|
390
|
+
joinable = future.result()
|
|
391
|
+
|
|
392
|
+
# Fail with a TypeError if the joinapp python body returned
|
|
393
|
+
# something we can't join on.
|
|
394
|
+
if isinstance(joinable, Future):
|
|
395
|
+
self.update_task_state(task_record, States.joining)
|
|
396
|
+
task_record['joins'] = joinable
|
|
397
|
+
task_record['join_lock'] = threading.Lock()
|
|
398
|
+
self._send_task_log_info(task_record)
|
|
399
|
+
joinable.add_done_callback(partial(self.handle_join_update, task_record))
|
|
400
|
+
elif joinable == []: # got a list, but it had no entries, and specifically, no Futures.
|
|
401
|
+
self.update_task_state(task_record, States.joining)
|
|
402
|
+
task_record['joins'] = joinable
|
|
403
|
+
task_record['join_lock'] = threading.Lock()
|
|
415
404
|
self._send_task_log_info(task_record)
|
|
405
|
+
self.handle_join_update(task_record, None)
|
|
406
|
+
elif isinstance(joinable, list) and [j for j in joinable if not isinstance(j, Future)] == []:
|
|
407
|
+
self.update_task_state(task_record, States.joining)
|
|
408
|
+
task_record['joins'] = joinable
|
|
409
|
+
task_record['join_lock'] = threading.Lock()
|
|
410
|
+
self._send_task_log_info(task_record)
|
|
411
|
+
for inner_future in joinable:
|
|
412
|
+
inner_future.add_done_callback(partial(self.handle_join_update, task_record))
|
|
416
413
|
else:
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
# listener to that inner future.
|
|
422
|
-
|
|
423
|
-
joinable = future.result()
|
|
424
|
-
|
|
425
|
-
# Fail with a TypeError if the joinapp python body returned
|
|
426
|
-
# something we can't join on.
|
|
427
|
-
if isinstance(joinable, Future):
|
|
428
|
-
self.update_task_state(task_record, States.joining)
|
|
429
|
-
task_record['joins'] = joinable
|
|
430
|
-
task_record['join_lock'] = threading.Lock()
|
|
431
|
-
self._send_task_log_info(task_record)
|
|
432
|
-
joinable.add_done_callback(partial(self.handle_join_update, task_record))
|
|
433
|
-
elif joinable == []: # got a list, but it had no entries, and specifically, no Futures.
|
|
434
|
-
self.update_task_state(task_record, States.joining)
|
|
435
|
-
task_record['joins'] = joinable
|
|
436
|
-
task_record['join_lock'] = threading.Lock()
|
|
437
|
-
self._send_task_log_info(task_record)
|
|
438
|
-
self.handle_join_update(task_record, None)
|
|
439
|
-
elif isinstance(joinable, list) and [j for j in joinable if not isinstance(j, Future)] == []:
|
|
440
|
-
self.update_task_state(task_record, States.joining)
|
|
441
|
-
task_record['joins'] = joinable
|
|
442
|
-
task_record['join_lock'] = threading.Lock()
|
|
443
|
-
self._send_task_log_info(task_record)
|
|
444
|
-
for inner_future in joinable:
|
|
445
|
-
inner_future.add_done_callback(partial(self.handle_join_update, task_record))
|
|
446
|
-
else:
|
|
447
|
-
task_record['time_returned'] = datetime.datetime.now()
|
|
448
|
-
self.update_task_state(task_record, States.failed)
|
|
449
|
-
task_record['time_returned'] = datetime.datetime.now()
|
|
450
|
-
self._send_task_log_info(task_record)
|
|
451
|
-
self.memoizer.update_memo(task_record)
|
|
452
|
-
with task_record['app_fu']._update_lock:
|
|
453
|
-
task_record['app_fu'].set_exception(
|
|
454
|
-
TypeError(f"join_app body must return a Future or list of Futures, got {joinable} of type {type(joinable)}"))
|
|
414
|
+
self._complete_task_exception(
|
|
415
|
+
task_record,
|
|
416
|
+
States.failed,
|
|
417
|
+
TypeError(f"join_app body must return a Future or list of Futures, got {joinable} of type {type(joinable)}"))
|
|
455
418
|
|
|
456
419
|
self._log_std_streams(task_record)
|
|
457
420
|
|
|
@@ -522,11 +485,7 @@ class DataFlowKernel:
|
|
|
522
485
|
# no need to update the fail cost because join apps are never
|
|
523
486
|
# retried
|
|
524
487
|
|
|
525
|
-
self.
|
|
526
|
-
task_record['time_returned'] = datetime.datetime.now()
|
|
527
|
-
self.memoizer.update_memo(task_record)
|
|
528
|
-
with task_record['app_fu']._update_lock:
|
|
529
|
-
task_record['app_fu'].set_exception(e)
|
|
488
|
+
self._complete_task_exception(task_record, States.failed, e)
|
|
530
489
|
|
|
531
490
|
else:
|
|
532
491
|
# all the joinables succeeded, so construct a result:
|
|
@@ -539,12 +498,10 @@ class DataFlowKernel:
|
|
|
539
498
|
res.append(future.result())
|
|
540
499
|
else:
|
|
541
500
|
raise TypeError(f"Unknown joinable type {type(joinable)}")
|
|
542
|
-
self.
|
|
501
|
+
self._complete_task_result(task_record, States.exec_done, res)
|
|
543
502
|
|
|
544
503
|
self._log_std_streams(task_record)
|
|
545
504
|
|
|
546
|
-
self._send_task_log_info(task_record)
|
|
547
|
-
|
|
548
505
|
def handle_app_update(self, task_record: TaskRecord, future: AppFuture) -> None:
|
|
549
506
|
"""This function is called as a callback when an AppFuture
|
|
550
507
|
is in its final state.
|
|
@@ -565,23 +522,12 @@ class DataFlowKernel:
|
|
|
565
522
|
if not task_record['app_fu'] == future:
|
|
566
523
|
logger.error("Internal consistency error: callback future is not the app_fu in task structure, for task {}".format(task_id))
|
|
567
524
|
|
|
568
|
-
|
|
569
|
-
# Do we need to checkpoint now, or queue for later,
|
|
570
|
-
# or do nothing?
|
|
571
|
-
if self.checkpoint_mode == 'task_exit':
|
|
572
|
-
self.checkpoint(tasks=[task_record])
|
|
573
|
-
elif self.checkpoint_mode in ('manual', 'periodic', 'dfk_exit'):
|
|
574
|
-
with self.checkpoint_lock:
|
|
575
|
-
self.checkpointable_tasks.append(task_record)
|
|
576
|
-
elif self.checkpoint_mode is None:
|
|
577
|
-
pass
|
|
578
|
-
else:
|
|
579
|
-
raise InternalConsistencyError(f"Invalid checkpoint mode {self.checkpoint_mode}")
|
|
525
|
+
self.memoizer.update_checkpoint(task_record)
|
|
580
526
|
|
|
581
527
|
self.wipe_task(task_id)
|
|
582
528
|
return
|
|
583
529
|
|
|
584
|
-
def
|
|
530
|
+
def _complete_task_result(self, task_record: TaskRecord, new_state: States, result: Any) -> None:
|
|
585
531
|
"""Set a task into a completed state
|
|
586
532
|
"""
|
|
587
533
|
assert new_state in FINAL_STATES
|
|
@@ -594,9 +540,31 @@ class DataFlowKernel:
|
|
|
594
540
|
task_record['time_returned'] = datetime.datetime.now()
|
|
595
541
|
|
|
596
542
|
self.memoizer.update_memo(task_record)
|
|
543
|
+
|
|
544
|
+
self._send_task_log_info(task_record)
|
|
545
|
+
|
|
597
546
|
with task_record['app_fu']._update_lock:
|
|
598
547
|
task_record['app_fu'].set_result(result)
|
|
599
548
|
|
|
549
|
+
def _complete_task_exception(self, task_record: TaskRecord, new_state: States, exception: BaseException) -> None:
|
|
550
|
+
"""Set a task into a failure state
|
|
551
|
+
"""
|
|
552
|
+
assert new_state in FINAL_STATES
|
|
553
|
+
assert new_state in FINAL_FAILURE_STATES
|
|
554
|
+
old_state = task_record['status']
|
|
555
|
+
|
|
556
|
+
self.update_task_state(task_record, new_state)
|
|
557
|
+
|
|
558
|
+
logger.info(f"Task {task_record['id']} failed ({old_state.name} -> {new_state.name})")
|
|
559
|
+
task_record['time_returned'] = datetime.datetime.now()
|
|
560
|
+
|
|
561
|
+
self.memoizer.update_memo(task_record)
|
|
562
|
+
|
|
563
|
+
self._send_task_log_info(task_record)
|
|
564
|
+
|
|
565
|
+
with task_record['app_fu']._update_lock:
|
|
566
|
+
task_record['app_fu'].set_exception(exception)
|
|
567
|
+
|
|
600
568
|
def update_task_state(self, task_record: TaskRecord, new_state: States) -> None:
|
|
601
569
|
"""Updates a task record state, and recording an appropriate change
|
|
602
570
|
to task state counters.
|
|
@@ -648,7 +616,7 @@ class DataFlowKernel:
|
|
|
648
616
|
_launch_if_ready will launch the specified task, if it is ready
|
|
649
617
|
to run (for example, without dependencies, and in pending state).
|
|
650
618
|
"""
|
|
651
|
-
exec_fu
|
|
619
|
+
exec_fu: Future
|
|
652
620
|
|
|
653
621
|
task_id = task_record['id']
|
|
654
622
|
with task_record['task_launch_lock']:
|
|
@@ -687,28 +655,24 @@ class DataFlowKernel:
|
|
|
687
655
|
else:
|
|
688
656
|
logger.info(
|
|
689
657
|
"Task {} failed due to dependency failure".format(task_id))
|
|
690
|
-
# Raise a dependency exception
|
|
691
|
-
self.update_task_state(task_record, States.dep_fail)
|
|
692
|
-
|
|
693
|
-
self._send_task_log_info(task_record)
|
|
694
658
|
|
|
695
659
|
exec_fu = Future()
|
|
696
660
|
exec_fu.set_exception(DependencyError(exceptions_tids,
|
|
697
661
|
task_id))
|
|
698
662
|
|
|
699
|
-
|
|
700
|
-
assert isinstance(exec_fu, Future)
|
|
701
|
-
try:
|
|
702
|
-
exec_fu.add_done_callback(partial(self.handle_exec_update, task_record))
|
|
703
|
-
except Exception:
|
|
704
|
-
# this exception is ignored here because it is assumed that exception
|
|
705
|
-
# comes from directly executing handle_exec_update (because exec_fu is
|
|
706
|
-
# done already). If the callback executes later, then any exception
|
|
707
|
-
# coming out of the callback will be ignored and not propate anywhere,
|
|
708
|
-
# so this block attempts to keep the same behaviour here.
|
|
709
|
-
logger.error("add_done_callback got an exception which will be ignored", exc_info=True)
|
|
663
|
+
assert isinstance(exec_fu, Future), "Every code path leading here needs to define exec_fu"
|
|
710
664
|
|
|
711
|
-
|
|
665
|
+
try:
|
|
666
|
+
exec_fu.add_done_callback(partial(self.handle_exec_update, task_record))
|
|
667
|
+
except Exception:
|
|
668
|
+
# this exception is ignored here because it is assumed that exception
|
|
669
|
+
# comes from directly executing handle_exec_update (because exec_fu is
|
|
670
|
+
# done already). If the callback executes later, then any exception
|
|
671
|
+
# coming out of the callback will be ignored and not propate anywhere,
|
|
672
|
+
# so this block attempts to keep the same behaviour here.
|
|
673
|
+
logger.error("add_done_callback got an exception which will be ignored", exc_info=True)
|
|
674
|
+
|
|
675
|
+
task_record['exec_fu'] = exec_fu
|
|
712
676
|
|
|
713
677
|
def launch_task(self, task_record: TaskRecord) -> Future:
|
|
714
678
|
"""Handle the actual submission of the task to the executor layer.
|
|
@@ -1205,13 +1169,7 @@ class DataFlowKernel:
|
|
|
1205
1169
|
|
|
1206
1170
|
self.log_task_states()
|
|
1207
1171
|
|
|
1208
|
-
|
|
1209
|
-
if self.checkpoint_mode is not None:
|
|
1210
|
-
self.checkpoint()
|
|
1211
|
-
|
|
1212
|
-
if self._checkpoint_timer:
|
|
1213
|
-
logger.info("Stopping checkpoint timer")
|
|
1214
|
-
self._checkpoint_timer.close()
|
|
1172
|
+
self.memoizer.close()
|
|
1215
1173
|
|
|
1216
1174
|
# Send final stats
|
|
1217
1175
|
self.usage_tracker.send_end_message()
|
|
@@ -1269,66 +1227,8 @@ class DataFlowKernel:
|
|
|
1269
1227
|
# should still see it.
|
|
1270
1228
|
logger.info("DFK cleanup complete")
|
|
1271
1229
|
|
|
1272
|
-
def checkpoint(self
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
When called, every task that has been completed yet not
|
|
1276
|
-
checkpointed is checkpointed to a file.
|
|
1277
|
-
|
|
1278
|
-
Kwargs:
|
|
1279
|
-
- tasks (List of task records) : List of task ids to checkpoint. Default=None
|
|
1280
|
-
if set to None, we iterate over all tasks held by the DFK.
|
|
1281
|
-
|
|
1282
|
-
.. note::
|
|
1283
|
-
Checkpointing only works if memoization is enabled
|
|
1284
|
-
|
|
1285
|
-
Returns:
|
|
1286
|
-
Checkpoint dir if checkpoints were written successfully.
|
|
1287
|
-
By default the checkpoints are written to the RUNDIR of the current
|
|
1288
|
-
run under RUNDIR/checkpoints/tasks.pkl
|
|
1289
|
-
"""
|
|
1290
|
-
with self.checkpoint_lock:
|
|
1291
|
-
if tasks:
|
|
1292
|
-
checkpoint_queue = tasks
|
|
1293
|
-
else:
|
|
1294
|
-
checkpoint_queue = self.checkpointable_tasks
|
|
1295
|
-
self.checkpointable_tasks = []
|
|
1296
|
-
|
|
1297
|
-
checkpoint_dir = '{0}/checkpoint'.format(self.run_dir)
|
|
1298
|
-
checkpoint_tasks = checkpoint_dir + '/tasks.pkl'
|
|
1299
|
-
|
|
1300
|
-
if not os.path.exists(checkpoint_dir):
|
|
1301
|
-
os.makedirs(checkpoint_dir, exist_ok=True)
|
|
1302
|
-
|
|
1303
|
-
count = 0
|
|
1304
|
-
|
|
1305
|
-
with open(checkpoint_tasks, 'ab') as f:
|
|
1306
|
-
for task_record in checkpoint_queue:
|
|
1307
|
-
task_id = task_record['id']
|
|
1308
|
-
|
|
1309
|
-
app_fu = task_record['app_fu']
|
|
1310
|
-
|
|
1311
|
-
if app_fu.done() and app_fu.exception() is None:
|
|
1312
|
-
hashsum = task_record['hashsum']
|
|
1313
|
-
if not hashsum:
|
|
1314
|
-
continue
|
|
1315
|
-
t = {'hash': hashsum, 'exception': None, 'result': app_fu.result()}
|
|
1316
|
-
|
|
1317
|
-
# We are using pickle here since pickle dumps to a file in 'ab'
|
|
1318
|
-
# mode behave like a incremental log.
|
|
1319
|
-
pickle.dump(t, f)
|
|
1320
|
-
count += 1
|
|
1321
|
-
logger.debug("Task {} checkpointed".format(task_id))
|
|
1322
|
-
|
|
1323
|
-
self.checkpointed_tasks += count
|
|
1324
|
-
|
|
1325
|
-
if count == 0:
|
|
1326
|
-
if self.checkpointed_tasks == 0:
|
|
1327
|
-
logger.warning("No tasks checkpointed so far in this run. Please ensure caching is enabled")
|
|
1328
|
-
else:
|
|
1329
|
-
logger.debug("No tasks checkpointed in this pass.")
|
|
1330
|
-
else:
|
|
1331
|
-
logger.info("Done checkpointing {} tasks".format(count))
|
|
1230
|
+
def checkpoint(self) -> None:
|
|
1231
|
+
self.memoizer.checkpoint()
|
|
1332
1232
|
|
|
1333
1233
|
@staticmethod
|
|
1334
1234
|
def _log_std_streams(task_record: TaskRecord) -> None:
|
|
@@ -4,15 +4,18 @@ import hashlib
|
|
|
4
4
|
import logging
|
|
5
5
|
import os
|
|
6
6
|
import pickle
|
|
7
|
+
import threading
|
|
7
8
|
import types
|
|
8
9
|
from concurrent.futures import Future
|
|
9
10
|
from functools import lru_cache, singledispatch
|
|
10
|
-
from typing import Any, Dict, List, Optional, Sequence
|
|
11
|
+
from typing import Any, Dict, List, Literal, Optional, Sequence
|
|
11
12
|
|
|
12
13
|
import typeguard
|
|
13
14
|
|
|
14
15
|
from parsl.dataflow.errors import BadCheckpoint
|
|
15
16
|
from parsl.dataflow.taskrecord import TaskRecord
|
|
17
|
+
from parsl.errors import ConfigurationError, InternalConsistencyError
|
|
18
|
+
from parsl.utils import Timer, get_all_checkpoints
|
|
16
19
|
|
|
17
20
|
logger = logging.getLogger(__name__)
|
|
18
21
|
|
|
@@ -146,7 +149,13 @@ class Memoizer:
|
|
|
146
149
|
|
|
147
150
|
"""
|
|
148
151
|
|
|
149
|
-
|
|
152
|
+
run_dir: str
|
|
153
|
+
|
|
154
|
+
def __init__(self, *,
|
|
155
|
+
memoize: bool = True,
|
|
156
|
+
checkpoint_files: Sequence[str] | None,
|
|
157
|
+
checkpoint_period: Optional[str],
|
|
158
|
+
checkpoint_mode: Literal['task_exit', 'periodic', 'dfk_exit', 'manual'] | None):
|
|
150
159
|
"""Initialize the memoizer.
|
|
151
160
|
|
|
152
161
|
KWargs:
|
|
@@ -155,6 +164,26 @@ class Memoizer:
|
|
|
155
164
|
"""
|
|
156
165
|
self.memoize = memoize
|
|
157
166
|
|
|
167
|
+
self.checkpointed_tasks = 0
|
|
168
|
+
|
|
169
|
+
self.checkpoint_lock = threading.Lock()
|
|
170
|
+
|
|
171
|
+
self.checkpoint_files = checkpoint_files
|
|
172
|
+
self.checkpoint_mode = checkpoint_mode
|
|
173
|
+
self.checkpoint_period = checkpoint_period
|
|
174
|
+
|
|
175
|
+
self.checkpointable_tasks: List[TaskRecord] = []
|
|
176
|
+
|
|
177
|
+
self._checkpoint_timer: Timer | None = None
|
|
178
|
+
|
|
179
|
+
def start(self) -> None:
|
|
180
|
+
if self.checkpoint_files is not None:
|
|
181
|
+
checkpoint_files = self.checkpoint_files
|
|
182
|
+
elif self.checkpoint_files is None and self.checkpoint_mode is not None:
|
|
183
|
+
checkpoint_files = get_all_checkpoints(self.run_dir)
|
|
184
|
+
else:
|
|
185
|
+
checkpoint_files = []
|
|
186
|
+
|
|
158
187
|
checkpoint = self.load_checkpoints(checkpoint_files)
|
|
159
188
|
|
|
160
189
|
if self.memoize:
|
|
@@ -164,6 +193,26 @@ class Memoizer:
|
|
|
164
193
|
logger.info("App caching disabled for all apps")
|
|
165
194
|
self.memo_lookup_table = {}
|
|
166
195
|
|
|
196
|
+
if self.checkpoint_mode == "periodic":
|
|
197
|
+
if self.checkpoint_period is None:
|
|
198
|
+
raise ConfigurationError("Checkpoint period must be specified with periodic checkpoint mode")
|
|
199
|
+
else:
|
|
200
|
+
try:
|
|
201
|
+
h, m, s = map(int, self.checkpoint_period.split(':'))
|
|
202
|
+
except Exception:
|
|
203
|
+
raise ConfigurationError("invalid checkpoint_period provided: {0} expected HH:MM:SS".format(self.checkpoint_period))
|
|
204
|
+
checkpoint_period = (h * 3600) + (m * 60) + s
|
|
205
|
+
self._checkpoint_timer = Timer(self.checkpoint, interval=checkpoint_period, name="Checkpoint")
|
|
206
|
+
|
|
207
|
+
def close(self) -> None:
|
|
208
|
+
if self.checkpoint_mode is not None:
|
|
209
|
+
logger.info("Making final checkpoint")
|
|
210
|
+
self.checkpoint()
|
|
211
|
+
|
|
212
|
+
if self._checkpoint_timer:
|
|
213
|
+
logger.info("Stopping checkpoint timer")
|
|
214
|
+
self._checkpoint_timer.close()
|
|
215
|
+
|
|
167
216
|
def make_hash(self, task: TaskRecord) -> str:
|
|
168
217
|
"""Create a hash of the task inputs.
|
|
169
218
|
|
|
@@ -324,3 +373,78 @@ class Memoizer:
|
|
|
324
373
|
return self._load_checkpoints(checkpointDirs)
|
|
325
374
|
else:
|
|
326
375
|
return {}
|
|
376
|
+
|
|
377
|
+
def update_checkpoint(self, task_record: TaskRecord) -> None:
|
|
378
|
+
if self.checkpoint_mode == 'task_exit':
|
|
379
|
+
self.checkpoint(task=task_record)
|
|
380
|
+
elif self.checkpoint_mode in ('manual', 'periodic', 'dfk_exit'):
|
|
381
|
+
with self.checkpoint_lock:
|
|
382
|
+
self.checkpointable_tasks.append(task_record)
|
|
383
|
+
elif self.checkpoint_mode is None:
|
|
384
|
+
pass
|
|
385
|
+
else:
|
|
386
|
+
raise InternalConsistencyError(f"Invalid checkpoint mode {self.checkpoint_mode}")
|
|
387
|
+
|
|
388
|
+
def checkpoint(self, *, task: Optional[TaskRecord] = None) -> None:
|
|
389
|
+
"""Checkpoint the dfk incrementally to a checkpoint file.
|
|
390
|
+
|
|
391
|
+
When called with no argument, all tasks registered in self.checkpointable_tasks
|
|
392
|
+
will be checkpointed. When called with a single TaskRecord argument, that task will be
|
|
393
|
+
checkpointed.
|
|
394
|
+
|
|
395
|
+
By default the checkpoints are written to the RUNDIR of the current
|
|
396
|
+
run under RUNDIR/checkpoints/tasks.pkl
|
|
397
|
+
|
|
398
|
+
Kwargs:
|
|
399
|
+
- task (Optional task records) : A task to checkpoint. Default=None, meaning all
|
|
400
|
+
tasks registered for checkpointing.
|
|
401
|
+
|
|
402
|
+
.. note::
|
|
403
|
+
Checkpointing only works if memoization is enabled
|
|
404
|
+
|
|
405
|
+
"""
|
|
406
|
+
with self.checkpoint_lock:
|
|
407
|
+
|
|
408
|
+
if task:
|
|
409
|
+
checkpoint_queue = [task]
|
|
410
|
+
else:
|
|
411
|
+
checkpoint_queue = self.checkpointable_tasks
|
|
412
|
+
|
|
413
|
+
checkpoint_dir = '{0}/checkpoint'.format(self.run_dir)
|
|
414
|
+
checkpoint_tasks = checkpoint_dir + '/tasks.pkl'
|
|
415
|
+
|
|
416
|
+
if not os.path.exists(checkpoint_dir):
|
|
417
|
+
os.makedirs(checkpoint_dir, exist_ok=True)
|
|
418
|
+
|
|
419
|
+
count = 0
|
|
420
|
+
|
|
421
|
+
with open(checkpoint_tasks, 'ab') as f:
|
|
422
|
+
for task_record in checkpoint_queue:
|
|
423
|
+
task_id = task_record['id']
|
|
424
|
+
|
|
425
|
+
app_fu = task_record['app_fu']
|
|
426
|
+
|
|
427
|
+
if app_fu.done() and app_fu.exception() is None:
|
|
428
|
+
hashsum = task_record['hashsum']
|
|
429
|
+
if not hashsum:
|
|
430
|
+
continue
|
|
431
|
+
t = {'hash': hashsum, 'exception': None, 'result': app_fu.result()}
|
|
432
|
+
|
|
433
|
+
# We are using pickle here since pickle dumps to a file in 'ab'
|
|
434
|
+
# mode behave like a incremental log.
|
|
435
|
+
pickle.dump(t, f)
|
|
436
|
+
count += 1
|
|
437
|
+
logger.debug("Task {} checkpointed".format(task_id))
|
|
438
|
+
|
|
439
|
+
self.checkpointed_tasks += count
|
|
440
|
+
|
|
441
|
+
if count == 0:
|
|
442
|
+
if self.checkpointed_tasks == 0:
|
|
443
|
+
logger.warning("No tasks checkpointed so far in this run. Please ensure caching is enabled")
|
|
444
|
+
else:
|
|
445
|
+
logger.debug("No tasks checkpointed in this pass.")
|
|
446
|
+
else:
|
|
447
|
+
logger.info("Done checkpointing {} tasks".format(count))
|
|
448
|
+
|
|
449
|
+
if not task:
|
|
450
|
+
self.checkpointable_tasks = []
|