parsl 2023.10.23__py3-none-any.whl → 2023.11.20__py3-none-any.whl
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/__init__.py +1 -0
- parsl/app/app.py +29 -21
- parsl/channels/base.py +12 -24
- parsl/config.py +19 -12
- parsl/configs/ad_hoc.py +2 -2
- parsl/dataflow/dflow.py +10 -4
- parsl/executors/base.py +1 -3
- parsl/executors/high_throughput/executor.py +3 -3
- parsl/executors/high_throughput/interchange.py +59 -53
- parsl/executors/high_throughput/process_worker_pool.py +2 -2
- parsl/executors/high_throughput/zmq_pipes.py +1 -1
- parsl/executors/radical/__init__.py +4 -0
- parsl/executors/radical/executor.py +550 -0
- parsl/executors/radical/rpex_master.py +42 -0
- parsl/executors/radical/rpex_resources.py +165 -0
- parsl/executors/radical/rpex_worker.py +61 -0
- parsl/executors/status_handling.py +1 -2
- parsl/executors/taskvine/exec_parsl_function.py +3 -4
- parsl/executors/taskvine/executor.py +18 -4
- parsl/executors/taskvine/factory.py +1 -1
- parsl/executors/taskvine/manager.py +12 -16
- parsl/executors/taskvine/utils.py +5 -5
- parsl/executors/threads.py +1 -2
- parsl/executors/workqueue/exec_parsl_function.py +2 -1
- parsl/executors/workqueue/executor.py +34 -24
- parsl/jobs/job_status_poller.py +2 -3
- parsl/monitoring/monitoring.py +6 -6
- parsl/monitoring/remote.py +1 -1
- parsl/monitoring/visualization/plots/default/workflow_plots.py +4 -4
- parsl/monitoring/visualization/plots/default/workflow_resource_plots.py +2 -2
- parsl/providers/slurm/slurm.py +1 -1
- parsl/tests/configs/ad_hoc_cluster_htex.py +3 -3
- parsl/tests/configs/htex_ad_hoc_cluster.py +1 -1
- parsl/tests/configs/local_radical.py +20 -0
- parsl/tests/configs/local_radical_mpi.py +20 -0
- parsl/tests/configs/local_threads_monitoring.py +1 -1
- parsl/tests/conftest.py +6 -2
- parsl/tests/scaling_tests/vineex_condor.py +1 -1
- parsl/tests/scaling_tests/vineex_local.py +1 -1
- parsl/tests/scaling_tests/wqex_condor.py +1 -1
- parsl/tests/scaling_tests/wqex_local.py +1 -1
- parsl/tests/test_docs/test_kwargs.py +37 -0
- parsl/tests/test_python_apps/test_garbage_collect.py +1 -1
- parsl/tests/test_python_apps/test_lifted.py +3 -2
- parsl/tests/test_radical/__init__.py +0 -0
- parsl/tests/test_radical/test_mpi_funcs.py +27 -0
- parsl/tests/test_regression/test_1606_wait_for_current_tasks.py +1 -1
- parsl/utils.py +4 -4
- parsl/version.py +1 -1
- {parsl-2023.10.23.data → parsl-2023.11.20.data}/scripts/exec_parsl_function.py +2 -1
- {parsl-2023.10.23.data → parsl-2023.11.20.data}/scripts/process_worker_pool.py +2 -2
- {parsl-2023.10.23.dist-info → parsl-2023.11.20.dist-info}/METADATA +5 -2
- {parsl-2023.10.23.dist-info → parsl-2023.11.20.dist-info}/RECORD +58 -48
- {parsl-2023.10.23.dist-info → parsl-2023.11.20.dist-info}/WHEEL +1 -1
- {parsl-2023.10.23.data → parsl-2023.11.20.data}/scripts/parsl_coprocess.py +0 -0
- {parsl-2023.10.23.dist-info → parsl-2023.11.20.dist-info}/LICENSE +0 -0
- {parsl-2023.10.23.dist-info → parsl-2023.11.20.dist-info}/entry_points.txt +0 -0
- {parsl-2023.10.23.dist-info → parsl-2023.11.20.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
|
|
1
|
-
parsl/__init__.py,sha256=
|
1
|
+
parsl/__init__.py,sha256=hq8rJmP59wzd9-yxaGcmq5gPpshOopH-Y1K0BkUBNY0,1843
|
2
2
|
parsl/addresses.py,sha256=L4RjQ-jGY9RfT-hBpsGw1uCzWaIdrEKxcPWV-TkGJes,4767
|
3
|
-
parsl/config.py,sha256=
|
3
|
+
parsl/config.py,sha256=ysUWBfm9bygayHHdItaJbP4oozkHJJmVQVnWCt5igjE,6808
|
4
4
|
parsl/errors.py,sha256=SzINzQFZDBDbj9l-DPQznD0TbGkNhHIRAPkcBCogf_A,1019
|
5
5
|
parsl/log_utils.py,sha256=AGem-dhQs5TYUyJg6GKkRuHxAw8FHhYlWB_0s7_ROw4,3175
|
6
6
|
parsl/multiprocessing.py,sha256=uY64wcQmWt2rgylQm4lmr3HE8AxwFGeQQj4l1jKnnrY,1970
|
7
7
|
parsl/process_loggers.py,sha256=1G3Rfrh5wuZNo2X03grG4kTYPGOxz7hHCyG6L_A3b0A,1137
|
8
8
|
parsl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
parsl/utils.py,sha256=
|
10
|
-
parsl/version.py,sha256=
|
9
|
+
parsl/utils.py,sha256=_flbNpTu6IXHbzIyE5JkUbOBIK4poc1R1bjBtwJUVdo,11622
|
10
|
+
parsl/version.py,sha256=BWsiVCPivo19VLVK8LWkn31R3xA4BSgmmc-A9-ilTX4,131
|
11
11
|
parsl/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
parsl/app/app.py,sha256=
|
12
|
+
parsl/app/app.py,sha256=wAHchJetgnicT1pn0NJKDeDX0lV3vDFlG8cQd_Ciax4,8522
|
13
13
|
parsl/app/bash.py,sha256=bx9x1XFwkOTpZZD3CPwnVL9SyNRDjbUGtOnuGLvxN_8,5396
|
14
14
|
parsl/app/errors.py,sha256=ufT4THs2DsffHk1GO6Zm6-ecfskyNAzZ6toNoq2nI0c,4112
|
15
15
|
parsl/app/futures.py,sha256=42UucIjKLJyRkg59BH-Pg_Q9Iue2Y-LSDi6g8q_cKzo,2910
|
@@ -17,7 +17,7 @@ parsl/app/python.py,sha256=qzVq7aXu3ZQGsMdQGDDYov_AP7ChvUT00peqIM93XXA,2330
|
|
17
17
|
parsl/benchmark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
18
|
parsl/benchmark/perf.py,sha256=ukpJrA5IBy5umsZ5Itw4YenVzxCf4zGXYHCf2IHwYoc,2828
|
19
19
|
parsl/channels/__init__.py,sha256=x-GGbnZJXpQJ5eNQNb0UmCCqAnYiBqk0aJKDtqrkMBM,371
|
20
|
-
parsl/channels/base.py,sha256=
|
20
|
+
parsl/channels/base.py,sha256=1Yj4hBCq5APBWNystXK3wF1Ho8OgkplWA07WQZNAhP8,4294
|
21
21
|
parsl/channels/errors.py,sha256=Pr7TS5jbE3BXAdrq9ZuV5NprZG4_3sHgifa9E3oEkVE,3345
|
22
22
|
parsl/channels/local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
parsl/channels/local/local.py,sha256=rTRlYfhRHMFIeLsEIFGigpvgX3XnacNguvfp6ij_fAw,5087
|
@@ -31,7 +31,7 @@ parsl/concurrent/__init__.py,sha256=0ImIB3sANWuyv4VGPXJRo6cE9p-q2-laQ9iccZ_YzFY,
|
|
31
31
|
parsl/configs/ASPIRE1.py,sha256=BM3Enki7vEJTTUIEuuZh_At8a-blqldLJ18njP9k9JU,1628
|
32
32
|
parsl/configs/Azure.py,sha256=0QJeM7TvMIpSBl-S_qAOAKwnmiwtHYY_D4kHDjKHkp0,1192
|
33
33
|
parsl/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
|
-
parsl/configs/ad_hoc.py,sha256=
|
34
|
+
parsl/configs/ad_hoc.py,sha256=6WzFfBLtoMe3fi2Zs4vVpd_J5hcabD3qLLaUyEDrj4Q,1266
|
35
35
|
parsl/configs/bluewaters.py,sha256=iQEYxsm4V3nEY8o-d2npxi9UzZ7WohIFvuK8TXaPlSo,891
|
36
36
|
parsl/configs/bridges.py,sha256=ee5H4-6mvdwxUY-GttiCWSsvoL3pNQqXN5UDrK5Qlx4,1437
|
37
37
|
parsl/configs/cc_in2p3.py,sha256=AiYgv-Ox5RilqouIQ0yQUBZNwCaITQpCeLBrF2FV0ek,700
|
@@ -62,7 +62,7 @@ parsl/data_provider/http.py,sha256=nDHTW7XmJqAukWJjPRQjyhUXt8r6GsQ36mX9mv_wOig,2
|
|
62
62
|
parsl/data_provider/rsync.py,sha256=2-ZxqrT-hBj39x082NusJaBqsGW4Jd2qCW6JkVPpEl0,4254
|
63
63
|
parsl/data_provider/staging.py,sha256=l-mAXFburs3BWPjkSmiQKuAgJpsxCG62yATPDbrafYI,4523
|
64
64
|
parsl/dataflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
65
|
-
parsl/dataflow/dflow.py,sha256=
|
65
|
+
parsl/dataflow/dflow.py,sha256=875obETSEog7WyovHDxR9k07zr_nifhbn67H5zmHxf8,63658
|
66
66
|
parsl/dataflow/errors.py,sha256=JfjoqqqSg1WvTash5uwUuJt1ZDvxw-aAMenO-N3zoas,2084
|
67
67
|
parsl/dataflow/futures.py,sha256=aVfEUTzp4-EdunDAtNcqVQf8l_A7ArDi2c82KZMwxfY,5256
|
68
68
|
parsl/dataflow/memoization.py,sha256=AsJO6c6cRp2ac6H8uGn2USlEi78_nX3QWvpxYt4XdYE,9583
|
@@ -70,42 +70,47 @@ parsl/dataflow/rundirs.py,sha256=XKmBZpBEIsGACBhYOkbbs2e5edC0pQegJcSlk4FWeag,115
|
|
70
70
|
parsl/dataflow/states.py,sha256=hV6mfv-y4A6xrujeQglcomnfEs7y3Xm2g6JFwC6dvgQ,2612
|
71
71
|
parsl/dataflow/taskrecord.py,sha256=QlsOUacZZq-sU25P-VmA0xDVUktRFEVRmJoWv3Oyzz0,3105
|
72
72
|
parsl/executors/__init__.py,sha256=J50N97Nm9YRjz6K0oNXDxUYIsDjL43_tp3LVb2w7n-M,381
|
73
|
-
parsl/executors/base.py,sha256=
|
73
|
+
parsl/executors/base.py,sha256=DyKzXZztPagh9xQykTUuJRMR9g3i6qkbZi8YpWrIfXM,4340
|
74
74
|
parsl/executors/errors.py,sha256=xVswxgi7vmJcUMCeYDAPK8sQT2kHFFROVoOr0dnmcWE,2098
|
75
|
-
parsl/executors/status_handling.py,sha256=
|
76
|
-
parsl/executors/threads.py,sha256=
|
75
|
+
parsl/executors/status_handling.py,sha256=GNBYrAhOpHSnmJA0NouK9by_uJxXn8vlPgBhcp0pSFo,10940
|
76
|
+
parsl/executors/threads.py,sha256=bMU3JFghm17Lpcua13pr3NgQhkUDDc2mqvF2yJBrVNQ,3353
|
77
77
|
parsl/executors/flux/__init__.py,sha256=P9grTTeRPXfqXurFhlSS7XhmE6tTbnCnyQ1f9b-oYHE,136
|
78
78
|
parsl/executors/flux/execute_parsl_task.py,sha256=yUG_WjZLcX8LrgPl26mpEBWZhQMlVNbRLGu08yIjdf4,1553
|
79
79
|
parsl/executors/flux/executor.py,sha256=tf9xPmWgEsgEjzs89dJ-sMx-QaqRpM1R1crX3tp0-Oc,16893
|
80
80
|
parsl/executors/flux/flux_instance_manager.py,sha256=tTEOATClm9SwdgLeBRWPC6D55iNDuh0YxqJOw3c3eQ4,2036
|
81
81
|
parsl/executors/high_throughput/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
82
82
|
parsl/executors/high_throughput/errors.py,sha256=vl69wLuVOplbKxHI9WphEGBExHWkTn5n8T9QhBXuNH0,380
|
83
|
-
parsl/executors/high_throughput/executor.py,sha256=
|
84
|
-
parsl/executors/high_throughput/interchange.py,sha256=
|
83
|
+
parsl/executors/high_throughput/executor.py,sha256=LXKYFoFqtCQ5H-B3_NI-Syncln8NlwcfWF01sd-eQcc,33806
|
84
|
+
parsl/executors/high_throughput/interchange.py,sha256=tX_EvQf7WkSKMJG-TNmA-WADjhtKZqviYpM406Td4dA,29334
|
85
85
|
parsl/executors/high_throughput/manager_record.py,sha256=T8-JVMfDJU6SJfzJRooD0mO8AHGMXlcn3PBOM0m_vng,366
|
86
86
|
parsl/executors/high_throughput/monitoring_info.py,sha256=3gQpwQjjNDEBz0cQqJZB6hRiwLiWwXs83zkQDmbOwxY,297
|
87
87
|
parsl/executors/high_throughput/probe.py,sha256=lvnuf-vBv57tHvFh-J51F9sDYBES7jCgs6KYgWvmKRs,2749
|
88
|
-
parsl/executors/high_throughput/process_worker_pool.py,sha256=
|
89
|
-
parsl/executors/high_throughput/zmq_pipes.py,sha256=
|
88
|
+
parsl/executors/high_throughput/process_worker_pool.py,sha256=SFDDeDmKmVbP94rKDG9cV1tnO75zoXj4-InakIWCRZk,33032
|
89
|
+
parsl/executors/high_throughput/zmq_pipes.py,sha256=3-UrPu4DlXYb6JufjBcENspLd31Qk5URDaZP6IyC6SM,5720
|
90
|
+
parsl/executors/radical/__init__.py,sha256=CKbtV2numw5QvgIBq1htMUrt9TqDCIC2zifyf2svTNU,186
|
91
|
+
parsl/executors/radical/executor.py,sha256=ZYycq58jXlBlhmIO1355JCK1xIJHkspiy62NN1XiMYQ,20729
|
92
|
+
parsl/executors/radical/rpex_master.py,sha256=nMGxYWw3r-8_vZVnEwfB5eCfdTqXkeQDP5yvU0jXgc8,1368
|
93
|
+
parsl/executors/radical/rpex_resources.py,sha256=d7QlJYBkWE-lPauetroEGIbA8RyVILA699LG0uNviws,4960
|
94
|
+
parsl/executors/radical/rpex_worker.py,sha256=xPkjYdlXc3kjN-95NTMiQ5s-yU3JFDCA3sruPTxF3XU,1834
|
90
95
|
parsl/executors/taskvine/__init__.py,sha256=sWIJdvSLgQKul9dlSjIkNat7yBDgU3SrBF3X2yhT86E,293
|
91
96
|
parsl/executors/taskvine/errors.py,sha256=MNS_NjpvHjwevQXOjqjSEBFroqEWi-LT1ZEVZ2C5Dx0,652
|
92
|
-
parsl/executors/taskvine/exec_parsl_function.py,sha256=
|
93
|
-
parsl/executors/taskvine/executor.py,sha256=
|
94
|
-
parsl/executors/taskvine/factory.py,sha256=
|
97
|
+
parsl/executors/taskvine/exec_parsl_function.py,sha256=oUAKbPWwpbzWwQ47bZQlVDxS8txhnhPsonMf3AOEMGQ,7085
|
98
|
+
parsl/executors/taskvine/executor.py,sha256=07BJsXPKRwT6hYbQRf84C1k6m3woqq4SM8ZIa9KTUiA,31404
|
99
|
+
parsl/executors/taskvine/factory.py,sha256=sHhfGv7xRFrWkQclzRXuFEAHuSXhsZu2lR5LJ81aucA,2638
|
95
100
|
parsl/executors/taskvine/factory_config.py,sha256=AbE2fN2snrF5ITYrrS4DnGn2XkJHUFr_17DYHDHIwq0,3693
|
96
|
-
parsl/executors/taskvine/manager.py,sha256=
|
101
|
+
parsl/executors/taskvine/manager.py,sha256=ztmNVGdETzv7MhWtddSMF09zpQNvTsN_qGISnyEWgKw,24948
|
97
102
|
parsl/executors/taskvine/manager_config.py,sha256=BuBVBlMioL6A-nPhJ2fy12vZO1K4UQ7n8QCP6rfE1A8,6604
|
98
|
-
parsl/executors/taskvine/utils.py,sha256=
|
103
|
+
parsl/executors/taskvine/utils.py,sha256=iSrIogeiauL3UNy_9tiZp1cBSNn6fIJkMYQRVi1n_r8,4156
|
99
104
|
parsl/executors/workqueue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
100
105
|
parsl/executors/workqueue/errors.py,sha256=ghB93Ptb_QbOAvgLe7siV_snRRkU_T-cFHv3AR6Ziwo,541
|
101
|
-
parsl/executors/workqueue/exec_parsl_function.py,sha256=
|
102
|
-
parsl/executors/workqueue/executor.py,sha256=
|
106
|
+
parsl/executors/workqueue/exec_parsl_function.py,sha256=NtWNeBvRqksej38eRPw8zPBJ1CeW6vgaitve0tfz_qc,7801
|
107
|
+
parsl/executors/workqueue/executor.py,sha256=niRuvBhspJjP6ghBKmYwkOLAjyGK1x1iuxBVCFSu6t8,49166
|
103
108
|
parsl/executors/workqueue/parsl_coprocess.py,sha256=paPL1PO31E1ntTjaf6moLnTzQmSWXIVlI1g-m8LpDn0,5454
|
104
109
|
parsl/executors/workqueue/parsl_coprocess_stub.py,sha256=_bJmpPIgL42qM6bVzeEKt1Mn1trSP41rtJguXxPGfHI,735
|
105
110
|
parsl/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
106
111
|
parsl/jobs/error_handlers.py,sha256=WYn69jtWgfEsThCMxkGvJ2qoCfebc4IGd4JEolj2ww8,2279
|
107
112
|
parsl/jobs/errors.py,sha256=cpSQXCrlKtuHsQf7usjF-lX8XsDkFnE5kWpmFjiN6OU,178
|
108
|
-
parsl/jobs/job_status_poller.py,sha256=
|
113
|
+
parsl/jobs/job_status_poller.py,sha256=Q57s6FfWP7LjfUSPAOZ0sT59zpUxnyFNE5BZu-xRNvM,4861
|
109
114
|
parsl/jobs/states.py,sha256=olCTMvAGRSDKLxdpH5ZhtwwSLbqDhJPCUJJyTqPkMhk,3809
|
110
115
|
parsl/jobs/strategy.py,sha256=9V07D8bydpyxvNNRH89JZa0Pt-bjjowrSmCc5mv6awY,12903
|
111
116
|
parsl/launchers/__init__.py,sha256=k8zAB3IBP-brfqXUptKwGkvsIRaXjAJZNBJa2XVtY1A,546
|
@@ -115,9 +120,9 @@ parsl/launchers/launchers.py,sha256=t9nuX38GMlAUPHs0aksnMd_5jI59IcqwlUD667w1cu4,
|
|
115
120
|
parsl/monitoring/__init__.py,sha256=0ywNz6i0lM1xo_7_BIxhETDGeVd2C_0wwD7qgeaMR4c,83
|
116
121
|
parsl/monitoring/db_manager.py,sha256=Uz_yxEDufpBjkgyzWQbpdMk-RUYaV801QgJVNMx8ft8,36247
|
117
122
|
parsl/monitoring/message_type.py,sha256=Khn88afNxcOIciKiCK4GLnn90I5BlRTiOL3zK-P07yQ,401
|
118
|
-
parsl/monitoring/monitoring.py,sha256=
|
123
|
+
parsl/monitoring/monitoring.py,sha256=Se2K0UXkbgQo2fSGOlVps2zrOV_Dp-ppNpeV2UeIf-Y,23861
|
119
124
|
parsl/monitoring/radios.py,sha256=T2_6QuUjC-dd_7qMnIk6WHQead1iWz7m_P6ZC4QAqdA,5265
|
120
|
-
parsl/monitoring/remote.py,sha256=
|
125
|
+
parsl/monitoring/remote.py,sha256=0iqRaB75gratTNOA9vFoscMzQUYW8JqiIBT657JQKxE,12534
|
121
126
|
parsl/monitoring/types.py,sha256=SO6Fjjbb83sv_MtbutoxGssiWh6oXKkEEsD4EvwOnZ4,629
|
122
127
|
parsl/monitoring/queries/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
123
128
|
parsl/monitoring/queries/pandas.py,sha256=J09lIxSvVtAfBTbFcwKgUkHwZfaS6vYOzXHxS7UBLoc,2233
|
@@ -130,8 +135,8 @@ parsl/monitoring/visualization/views.py,sha256=fsuVVGl1spq7eCulqRRXPj2mqzC6vlvD8
|
|
130
135
|
parsl/monitoring/visualization/plots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
131
136
|
parsl/monitoring/visualization/plots/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
132
137
|
parsl/monitoring/visualization/plots/default/task_plots.py,sha256=j-0PZ5MsK3CU83kQVWDIuGHGFeXF5Z0se-wlRRd_z9s,1654
|
133
|
-
parsl/monitoring/visualization/plots/default/workflow_plots.py,sha256=
|
134
|
-
parsl/monitoring/visualization/plots/default/workflow_resource_plots.py,sha256=
|
138
|
+
parsl/monitoring/visualization/plots/default/workflow_plots.py,sha256=T5xRSBJz5urPGfFrFdAjMdGUVx2HYV8F17GTsuI17ME,11942
|
139
|
+
parsl/monitoring/visualization/plots/default/workflow_resource_plots.py,sha256=Z7LK5atAWn-2zwRYmCks3OKbYX80UKXHOmoK6Mec1TI,10269
|
135
140
|
parsl/monitoring/visualization/static/parsl-logo-white.png,sha256=LAua5kwDq0Ngt2D3yk9Vh2dBNSIsjj6cqiHKaP2Rn08,14199
|
136
141
|
parsl/monitoring/visualization/static/parsl-monitor.css,sha256=9j2mW1IOXBcuaT6-i0feIftuQLMV6gpJ1mpFhxUE3VU,337
|
137
142
|
parsl/monitoring/visualization/templates/app.html,sha256=x9qZfqPJx-HDwFl6gZ-aC0Glx0Q3YUhkxt1UCNksAH4,1734
|
@@ -177,7 +182,7 @@ parsl/providers/pbspro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
177
182
|
parsl/providers/pbspro/pbspro.py,sha256=zXsb45LhgCkLEwwKXjdjsm2jv884j1fXHJ2hky9auD0,7789
|
178
183
|
parsl/providers/pbspro/template.py,sha256=ozMbrx0HNsLnSoWbkZhy-55yJoTX5gpdRrDuVn6TFWA,369
|
179
184
|
parsl/providers/slurm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
180
|
-
parsl/providers/slurm/slurm.py,sha256=
|
185
|
+
parsl/providers/slurm/slurm.py,sha256=uQQryft2_ynjQkOsoaMHOqZdu3K1fTsL6LcfVJ6R-6o,11694
|
181
186
|
parsl/providers/slurm/template.py,sha256=cc-3l5wnThEWfqzpniPgi3FP6934Ni05UZ9r0A1RA8s,369
|
182
187
|
parsl/providers/torque/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
183
188
|
parsl/providers/torque/template.py,sha256=4qfc2gmlEhRCAD7erFDOs4prJQ43I8s4E8DSUSVQx3A,358
|
@@ -190,7 +195,7 @@ parsl/serialize/facade.py,sha256=0A--_bB_8e5RRT-weYu5Ak33zN_lqZeaJU1x7JXaoBQ,563
|
|
190
195
|
parsl/serialize/proxystore.py,sha256=Yo-38odKlSKSuQfXU4cB5YM9sYV_302uPn1z_en19SU,1623
|
191
196
|
parsl/tests/__init__.py,sha256=s_zoz7Ipgykh-QTQvctdpxENrMnmpXY8oe1bJbUmpqY,204
|
192
197
|
parsl/tests/callables_helper.py,sha256=ceP1YYsNtrZgKT6MAIvpgdccEjQ_CpFEOnZBGHKGOx0,30
|
193
|
-
parsl/tests/conftest.py,sha256=
|
198
|
+
parsl/tests/conftest.py,sha256=8JLS8HG4JxqTtEry4U2QSybDU69pHnGexCgTY9AWgVs,12246
|
194
199
|
parsl/tests/test_aalst_patterns.py,sha256=fi6JHKidV7vMJLv2nnu_-Q0ngGLc89mRm8rFrGIwiUM,9615
|
195
200
|
parsl/tests/test_callables.py,sha256=_QsdS8v2nGgOj4_X69NFHZOGUnqbOrOMCA9pCJColZw,1974
|
196
201
|
parsl/tests/test_flux.py,sha256=st9v55o5ZajK_LQUXh1saLwFh2gpaQFGG5mzdnJMNu0,5098
|
@@ -198,7 +203,7 @@ parsl/tests/test_summary.py,sha256=d2UCDX19n8YjLVFvwI7htvyjKQ3uGUNdyeiaxBaN4eY,5
|
|
198
203
|
parsl/tests/test_thread_parallelism.py,sha256=siG_4M2leEbk8RFH94PMH76yDQATU3BR6ptQMzSMy5A,1654
|
199
204
|
parsl/tests/utils.py,sha256=YqUlBTj2UoAFVKVdLKh-1Y6MQM_ZSHPJOQ4GfQvFXyk,110
|
200
205
|
parsl/tests/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
201
|
-
parsl/tests/configs/ad_hoc_cluster_htex.py,sha256=
|
206
|
+
parsl/tests/configs/ad_hoc_cluster_htex.py,sha256=NhVtP_hTZaUIhzjXjceqiOqMprDIgKLbWO4gDBYqLQY,1264
|
202
207
|
parsl/tests/configs/azure_single_node.py,sha256=qAwUnF3jvahmL-fXWhX1b9XlhL0HRJ4SduSxv9HUyJE,1702
|
203
208
|
parsl/tests/configs/bluewaters.py,sha256=Gu0oqbE_TmoFUwhSM9rPwGUpwZq70TNMVv58NxDvLqU,1329
|
204
209
|
parsl/tests/configs/bridges.py,sha256=csplTn4Bomkm-hzdjBDKD19onHQBjAHSy0F0V4Nv9RQ,1560
|
@@ -208,12 +213,14 @@ parsl/tests/configs/cooley_htex.py,sha256=zxCZ9SLJG3PtDTLrh2sXWetTPmqEFFvbz3kedJ
|
|
208
213
|
parsl/tests/configs/ec2_single_node.py,sha256=9T473d55WSHPX9RA57tZ59j6Og6ZtKUa1ZF0sx80I-Y,1396
|
209
214
|
parsl/tests/configs/ec2_spot.py,sha256=jju3mDk4XoiTxM1FW_fuXikhgyb9fv-r7cvBCDMSdR0,1226
|
210
215
|
parsl/tests/configs/frontera.py,sha256=ea1L1i0rvyQzvE6nDCj0OvwpGcMPWaJxvsfj5wgYrYk,1525
|
211
|
-
parsl/tests/configs/htex_ad_hoc_cluster.py,sha256=
|
216
|
+
parsl/tests/configs/htex_ad_hoc_cluster.py,sha256=WEheUdoWbC8qSROR-XHfMhc9Cz50Th73CTlVXkr_gmY,918
|
212
217
|
parsl/tests/configs/htex_local.py,sha256=0c3QvHMVemDFayNwL-wd-p6jZ10GjZp4SDEH8UPg2WA,688
|
213
218
|
parsl/tests/configs/htex_local_alternate.py,sha256=6FsizxGFamcY_GhvJL4dHEXkchAAe9MQZ6S6jcZWte0,2412
|
214
219
|
parsl/tests/configs/htex_local_intask_staging.py,sha256=RZfHQbSN_GcAKssxZgMG6uD_VE9l2X1VMZ5eyqpU-d4,860
|
215
220
|
parsl/tests/configs/htex_local_rsync_staging.py,sha256=KL76K8gEgbdf5S9RGDStBWrKteEY3B_2HuXVHF2b5xI,914
|
216
221
|
parsl/tests/configs/local_adhoc.py,sha256=y91RPFcKFcH--9oljkRywxwy5KgEo6JwxRkFt97YDqM,443
|
222
|
+
parsl/tests/configs/local_radical.py,sha256=-fk0vRUsYETBirm_PHSxBxu8qMwUwqidV_HarDxUZpQ,489
|
223
|
+
parsl/tests/configs/local_radical_mpi.py,sha256=K6V2HbARujaow5DBAUYSIWt1RaYbt898FCVe7UJ5Ckw,570
|
217
224
|
parsl/tests/configs/local_threads.py,sha256=oEnQSlom_JMLFX9_Ln49JAfOP3nSMbw8gTaDJo_NYfo,202
|
218
225
|
parsl/tests/configs/local_threads_checkpoint.py,sha256=Ex7CI1Eo6wVRsem9uXTtbVJrkKc_vOYlVvCNa2RLpIo,286
|
219
226
|
parsl/tests/configs/local_threads_checkpoint_dfk_exit.py,sha256=ECL1n0uBsXDuW3sLCmjiwe8s3Xd7EFIj5wt446w6bh4,254
|
@@ -222,7 +229,7 @@ parsl/tests/configs/local_threads_checkpoint_task_exit.py,sha256=zHKN68T-xhAVQwQ
|
|
222
229
|
parsl/tests/configs/local_threads_ftp_in_task.py,sha256=c9odRbxgj1bM_ttpkWTh2Ch_MV7f5cmn-68BOjLeJ70,444
|
223
230
|
parsl/tests/configs/local_threads_globus.py,sha256=NhY27cD4vcqLh762Ye0BINZnt63EmTyHXg7FQMffOBw,1097
|
224
231
|
parsl/tests/configs/local_threads_http_in_task.py,sha256=csDY-C50tXKO2ntbbPBvppCRlXBcB7UCQOHN_FyfFYc,447
|
225
|
-
parsl/tests/configs/local_threads_monitoring.py,sha256=
|
232
|
+
parsl/tests/configs/local_threads_monitoring.py,sha256=w-cxYFxVDJmCXMj2XMZnuWkrVTNaZfAXNwpr_uuOwFY,404
|
226
233
|
parsl/tests/configs/local_threads_no_cache.py,sha256=2LM8rYhl62LIFUMjAs2_VI_R25YW5AI3RfVK_e5bdN8,236
|
227
234
|
parsl/tests/configs/midway.py,sha256=q5rL60XYg2XKdWwSmLQSH0ReAjy7dpxD45SLE284Jp0,1294
|
228
235
|
parsl/tests/configs/nscc_singapore.py,sha256=NhjNAEr4O_9O4CqbIvalnRgDfQGGkedaKp53wqAC3Fs,1440
|
@@ -264,10 +271,10 @@ parsl/tests/scaling_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
264
271
|
parsl/tests/scaling_tests/htex_local.py,sha256=ct1cTBg0Ttjn09O793j_PsrceqX_Y_wCbnq1asEEfcA,526
|
265
272
|
parsl/tests/scaling_tests/local_threads.py,sha256=RbqOr2ELWBDFwmCCbvmyd4zEJDvonQGRbs7Apc6cy9g,138
|
266
273
|
parsl/tests/scaling_tests/test_scale.py,sha256=Fagm9MvZNX6FBULXLEigSVeJlRikP4kWDtmIll1Alz8,3751
|
267
|
-
parsl/tests/scaling_tests/vineex_condor.py,sha256=
|
268
|
-
parsl/tests/scaling_tests/vineex_local.py,sha256=
|
269
|
-
parsl/tests/scaling_tests/wqex_condor.py,sha256=
|
270
|
-
parsl/tests/scaling_tests/wqex_local.py,sha256=
|
274
|
+
parsl/tests/scaling_tests/vineex_condor.py,sha256=mioOxa-dU8Yfp5rnnXGA1ysY56y6-Pb70JhwZgbeTgo,384
|
275
|
+
parsl/tests/scaling_tests/vineex_local.py,sha256=U_Yacx5hHk2saTrfNNwjlUgBNFAj0G1YwfFCAcUDxV8,438
|
276
|
+
parsl/tests/scaling_tests/wqex_condor.py,sha256=hMo1hK8aj-L36vj0PoByQvL9YQTVrenLn5UHiMXKIkc,547
|
277
|
+
parsl/tests/scaling_tests/wqex_local.py,sha256=C-eYESKhi4V4XZuHLO0lgP5rovEj8LNYGJOHLpUDdOM,545
|
271
278
|
parsl/tests/site_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
272
279
|
parsl/tests/site_tests/site_config_selector.py,sha256=hk8SO0QMLFk9Ef2QxSa4JTnXJxpUks1mLOeDhaquyqI,1980
|
273
280
|
parsl/tests/site_tests/test_provider.py,sha256=5rtzDNj7LWCuWdic6ifEQIfqErYOhL-MPRuaehaMXEQ,2684
|
@@ -312,6 +319,7 @@ parsl/tests/test_data/test_file_staging.py,sha256=DQKn5VBa9GKyAu7lx6UbjNVflTKyUl
|
|
312
319
|
parsl/tests/test_data/test_output_chain_filenames.py,sha256=9Mxfl9oU_x1ZSP8JSxT_t4WFCfDTprLjSeFNMm4vVxA,894
|
313
320
|
parsl/tests/test_docs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
314
321
|
parsl/tests/test_docs/test_from_slides.py,sha256=0qJHAsSN3eqn4LAFTyCAq1rIUOotBzyQg7d_rJfBoes,653
|
322
|
+
parsl/tests/test_docs/test_kwargs.py,sha256=1GnWg-aUbdTv4RY2NPk8UesnBdy4Jc7Pj8lgN3gapV0,919
|
315
323
|
parsl/tests/test_docs/test_tutorial_1.py,sha256=leY0mpZz8_BGhPCai7FOVMGhUtv_yeYabAXgghA_DxI,1438
|
316
324
|
parsl/tests/test_docs/test_workflow1.py,sha256=icOXUfSLM_ljekoM5jXu3Kr0Yg2vLoiYj5lh_Sb22Xk,976
|
317
325
|
parsl/tests/test_docs/test_workflow2.py,sha256=ZcDFZDq-VbWcX1-QF07FNOYVDEv9te61ayTc5o2psQ4,1150
|
@@ -350,10 +358,10 @@ parsl/tests/test_python_apps/test_fail.py,sha256=0Gld8LS6NB0Io1bU82vVR73twkuL5nW
|
|
350
358
|
parsl/tests/test_python_apps/test_fibonacci_iterative.py,sha256=ly2s5HuB9R53Z2FM_zy0WWdOk01iVhgcwSpQyK6ErIY,573
|
351
359
|
parsl/tests/test_python_apps/test_fibonacci_recursive.py,sha256=q7LMFcu_pJSNPdz8iY0UiRoIweEWIBGwMjQffHWAuDc,592
|
352
360
|
parsl/tests/test_python_apps/test_futures.py,sha256=ye0i4pQz6uPflOOxkJ8BPM1xSphmLthTxaL3OrlY17o,2354
|
353
|
-
parsl/tests/test_python_apps/test_garbage_collect.py,sha256=
|
361
|
+
parsl/tests/test_python_apps/test_garbage_collect.py,sha256=RPntrLuzPkeNbhS7mmqEnHbyOcuV1YVppgZ8BaX-h84,1076
|
354
362
|
parsl/tests/test_python_apps/test_import_fail.py,sha256=Vd8IMa_UsbHYkr3IGnS-rgGb6zKxB1tOTqMZY5lc_xY,691
|
355
363
|
parsl/tests/test_python_apps/test_join.py,sha256=g4VKJwKdIqDLbuNCkIpjVfME0q4mAci_iQ8wAx3uVUc,2679
|
356
|
-
parsl/tests/test_python_apps/test_lifted.py,sha256=
|
364
|
+
parsl/tests/test_python_apps/test_lifted.py,sha256=WELQv7VueH6I7d6hhMCWQi6s-0sMH8ek_2v4KH0cTFc,3311
|
357
365
|
parsl/tests/test_python_apps/test_mapred.py,sha256=C7nTl0NsP_2TCtcmZXWFMpvAG4pwGswrIJKr-5sRUNY,786
|
358
366
|
parsl/tests/test_python_apps/test_memoize_1.py,sha256=PXazRnekBe_KScUdbh8P3I7Vu_1Tc-nGssWBpfcic7M,514
|
359
367
|
parsl/tests/test_python_apps/test_memoize_2.py,sha256=uG9zG9j3ap1FqeJ8aB0Gj_dX191pN3dxWXeQ-asxPgU,553
|
@@ -367,9 +375,11 @@ parsl/tests/test_python_apps/test_pipeline.py,sha256=vl5bDAzwW0qoTIarzdkFv7cAuaI
|
|
367
375
|
parsl/tests/test_python_apps/test_simple.py,sha256=LYGjdHvRizTpYzZePPvwKSPwrr2MPuMggYTknHeNhWM,733
|
368
376
|
parsl/tests/test_python_apps/test_timeout.py,sha256=uENfT-1DharQkqkeG7a89E-gU1gjE7ATJrBZGUKvZSA,998
|
369
377
|
parsl/tests/test_python_apps/test_type5.py,sha256=kUyA1NuFu-DDXsJNNvJLZVyewZBt7QAOhcGm2DWFTQw,777
|
378
|
+
parsl/tests/test_radical/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
379
|
+
parsl/tests/test_radical/test_mpi_funcs.py,sha256=vCb5u6fjafEhrPgxwOzUjGXC3O6Yjf3lSYaxUE98pKg,744
|
370
380
|
parsl/tests/test_regression/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
371
381
|
parsl/tests/test_regression/test_1480.py,sha256=HNhuw7OYkBGMhN--XgKIl2JPHUj_hXlgL74oS3FqWk4,545
|
372
|
-
parsl/tests/test_regression/test_1606_wait_for_current_tasks.py,sha256=
|
382
|
+
parsl/tests/test_regression/test_1606_wait_for_current_tasks.py,sha256=frqPtaiVysevj9nCWoQlAeh9K1jQO5zaahr9ev_Mx_0,1134
|
373
383
|
parsl/tests/test_regression/test_1653.py,sha256=ki75gl4Sn5nm26r_6qpJOqxrN5UjTWzViVikU0-Ef24,563
|
374
384
|
parsl/tests/test_regression/test_221.py,sha256=jOS0EVu_2sbh10eg5hnivPvhNt0my_50vQ7jQYS1Bfg,520
|
375
385
|
parsl/tests/test_regression/test_226.py,sha256=9EumcLPJzvbD0IUD6-LmPFbf86gaA1Kj8J8J4P4XdTY,1087
|
@@ -403,12 +413,12 @@ parsl/tests/test_threads/test_configs.py,sha256=QA9YjIMAtZ2jmkfOWqBzEfzQQcFVCDiz
|
|
403
413
|
parsl/tests/test_threads/test_lazy_errors.py,sha256=nGhYfCMHFZYSy6YJ4gnAmiLl9SfYs0WVnuvj8DXQ9bw,560
|
404
414
|
parsl/usage_tracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
405
415
|
parsl/usage_tracking/usage.py,sha256=TEuAIm_U_G2ojZxvd0bbVa6gZlU61_mVRa2yJC9mGiI,7555
|
406
|
-
parsl-2023.
|
407
|
-
parsl-2023.
|
408
|
-
parsl-2023.
|
409
|
-
parsl-2023.
|
410
|
-
parsl-2023.
|
411
|
-
parsl-2023.
|
412
|
-
parsl-2023.
|
413
|
-
parsl-2023.
|
414
|
-
parsl-2023.
|
416
|
+
parsl-2023.11.20.data/scripts/exec_parsl_function.py,sha256=NtWNeBvRqksej38eRPw8zPBJ1CeW6vgaitve0tfz_qc,7801
|
417
|
+
parsl-2023.11.20.data/scripts/parsl_coprocess.py,sha256=2pS8OUjBTtOO__VZy-OhUUhr72dhgRpJBNbwqm0fzn4,5439
|
418
|
+
parsl-2023.11.20.data/scripts/process_worker_pool.py,sha256=I-hBCzHA9eiTDjyE5W2uYwLi4A0rnKOBSWpicIcL4g4,33018
|
419
|
+
parsl-2023.11.20.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
420
|
+
parsl-2023.11.20.dist-info/METADATA,sha256=NwTE626WKDg4f2EEkgiSNKby3oWEcznmmnpNiojiw9I,3818
|
421
|
+
parsl-2023.11.20.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
422
|
+
parsl-2023.11.20.dist-info/entry_points.txt,sha256=XqnsWDYoEcLbsMcpnYGKLEnSBmaIe1YoM5YsBdJG2tI,176
|
423
|
+
parsl-2023.11.20.dist-info/top_level.txt,sha256=PIheYoUFQtF2icLsgOykgU-Cjuwr2Oi6On2jo5RYgRM,6
|
424
|
+
parsl-2023.11.20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|