parsl 2025.2.3__py3-none-any.whl → 2025.2.17__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/executors/high_throughput/executor.py +6 -0
- parsl/executors/high_throughput/interchange.py +7 -0
- parsl/executors/high_throughput/manager_record.py +2 -1
- parsl/executors/high_throughput/mpi_resource_management.py +8 -7
- parsl/executors/high_throughput/process_worker_pool.py +220 -156
- parsl/monitoring/visualization/plots/default/workflow_plots.py +2 -2
- parsl/tests/test_htex/test_managers_command.py +18 -1
- parsl/version.py +1 -1
- {parsl-2025.2.3.data → parsl-2025.2.17.data}/scripts/interchange.py +7 -0
- {parsl-2025.2.3.data → parsl-2025.2.17.data}/scripts/process_worker_pool.py +220 -156
- {parsl-2025.2.3.dist-info → parsl-2025.2.17.dist-info}/METADATA +2 -2
- {parsl-2025.2.3.dist-info → parsl-2025.2.17.dist-info}/RECORD +18 -18
- {parsl-2025.2.3.data → parsl-2025.2.17.data}/scripts/exec_parsl_function.py +0 -0
- {parsl-2025.2.3.data → parsl-2025.2.17.data}/scripts/parsl_coprocess.py +0 -0
- {parsl-2025.2.3.dist-info → parsl-2025.2.17.dist-info}/LICENSE +0 -0
- {parsl-2025.2.3.dist-info → parsl-2025.2.17.dist-info}/WHEEL +0 -0
- {parsl-2025.2.3.dist-info → parsl-2025.2.17.dist-info}/entry_points.txt +0 -0
- {parsl-2025.2.3.dist-info → parsl-2025.2.17.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@ parsl/multiprocessing.py,sha256=MyaEcEq-Qf860u7V98u-PZrPNdtzOZL_NW6EhIJnmfQ,1937
|
|
8
8
|
parsl/process_loggers.py,sha256=uQ7Gd0W72Jz7rrcYlOMfLsAEhkRltxXJL2MgdduJjEw,1136
|
9
9
|
parsl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
parsl/utils.py,sha256=5FvHIMao3Ik0Rm2p2ieL1KQcQcYXc5K83Jrx5csi-B4,14301
|
11
|
-
parsl/version.py,sha256=
|
11
|
+
parsl/version.py,sha256=ga-OEsTCAWOjmbEAjsT67sZCaKhabQ29GqIslKQwVyk,131
|
12
12
|
parsl/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
parsl/app/app.py,sha256=0gbM4AH2OtFOLsv07I5nglpElcwMSOi-FzdZZfrk7So,8532
|
14
14
|
parsl/app/bash.py,sha256=jm2AvePlCT9DZR7H_4ANDWxatp5dN_22FUlT_gWhZ-g,5528
|
@@ -73,16 +73,16 @@ parsl/executors/flux/executor.py,sha256=8_xakLUu5zNJAHL0LbeTCFEWqWzRK1eE-3ep4GII
|
|
73
73
|
parsl/executors/flux/flux_instance_manager.py,sha256=5T3Rp7ZM-mlT0Pf0Gxgs5_YmnaPrSF9ec7zvRfLfYJw,2129
|
74
74
|
parsl/executors/high_throughput/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
75
75
|
parsl/executors/high_throughput/errors.py,sha256=k2XuvvFdUfNs2foHFnxmS-BToRMfdXpYEa4EF3ELKq4,1554
|
76
|
-
parsl/executors/high_throughput/executor.py,sha256=
|
77
|
-
parsl/executors/high_throughput/interchange.py,sha256=
|
78
|
-
parsl/executors/high_throughput/manager_record.py,sha256=
|
76
|
+
parsl/executors/high_throughput/executor.py,sha256=Otf0k9Ia_ZX9mFBs6HOfF4x1LALlwG-i_ga_RsrUBJY,38747
|
77
|
+
parsl/executors/high_throughput/interchange.py,sha256=7sKIvxP3a7HSzqEq25ZCpABx-1Q2f585pFDGzUvo7_4,29459
|
78
|
+
parsl/executors/high_throughput/manager_record.py,sha256=ZMsqFxvreGLRXAw3N-JnODDa9Qfizw2tMmcBhm4lco4,490
|
79
79
|
parsl/executors/high_throughput/manager_selector.py,sha256=UKcUE6v0tO7PDMTThpKSKxVpOpOUilxDL7UbNgpZCxo,2116
|
80
80
|
parsl/executors/high_throughput/monitoring_info.py,sha256=HC0drp6nlXQpAop5PTUKNjdXMgtZVvrBL0JzZJebPP4,298
|
81
81
|
parsl/executors/high_throughput/mpi_executor.py,sha256=U-aatbLF_Mu1p6lP0HmT7Yn1Swn3cc7hPmDfuUb9TpI,4797
|
82
82
|
parsl/executors/high_throughput/mpi_prefix_composer.py,sha256=DmpKugANNa1bdYlqQBLHkrFc15fJpefPPhW9hkAlh1s,4308
|
83
|
-
parsl/executors/high_throughput/mpi_resource_management.py,sha256=
|
83
|
+
parsl/executors/high_throughput/mpi_resource_management.py,sha256=d3NSt3-isdr7pj-oXg9XGRX9D9VsK5e9zSpp7-nyybc,7854
|
84
84
|
parsl/executors/high_throughput/probe.py,sha256=QOEaliO3x5cB6ltMOZMsZQ-ath9AAuFqXcBzRgWOM60,2754
|
85
|
-
parsl/executors/high_throughput/process_worker_pool.py,sha256=
|
85
|
+
parsl/executors/high_throughput/process_worker_pool.py,sha256=YOJvTUMg3eIHr9fYfBWFHRiI1QQ898IGiuXyj5VRQNo,41084
|
86
86
|
parsl/executors/high_throughput/zmq_pipes.py,sha256=NUK25IEh0UkxzdqQQyM8tMtuZmjSiTeWu1DzkkAIOhA,8980
|
87
87
|
parsl/executors/radical/__init__.py,sha256=CKbtV2numw5QvgIBq1htMUrt9TqDCIC2zifyf2svTNU,186
|
88
88
|
parsl/executors/radical/executor.py,sha256=en2TKzZnJYU_juojkM_aZUdWhbAgutAYn_EL6HGpfSY,22835
|
@@ -139,7 +139,7 @@ parsl/monitoring/visualization/views.py,sha256=gAq7ku_CL7zlw2hsgIYgqO3X1E7xrFqzy
|
|
139
139
|
parsl/monitoring/visualization/plots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
140
140
|
parsl/monitoring/visualization/plots/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
141
141
|
parsl/monitoring/visualization/plots/default/task_plots.py,sha256=j-0PZ5MsK3CU83kQVWDIuGHGFeXF5Z0se-wlRRd_z9s,1654
|
142
|
-
parsl/monitoring/visualization/plots/default/workflow_plots.py,sha256=
|
142
|
+
parsl/monitoring/visualization/plots/default/workflow_plots.py,sha256=ojwWwmADTZl19gn7HQNaOd4GnLinzHR8UyujM5JznvI,12017
|
143
143
|
parsl/monitoring/visualization/plots/default/workflow_resource_plots.py,sha256=pJvyQxlO68tq8a7IXu3hRwIPjF7mjyOok5ROSBoiutw,10270
|
144
144
|
parsl/monitoring/visualization/static/parsl-logo-white.png,sha256=LAua5kwDq0Ngt2D3yk9Vh2dBNSIsjj6cqiHKaP2Rn08,14199
|
145
145
|
parsl/monitoring/visualization/static/parsl-monitor.css,sha256=9j2mW1IOXBcuaT6-i0feIftuQLMV6gpJ1mpFhxUE3VU,337
|
@@ -327,7 +327,7 @@ parsl/tests/test_htex/test_htex.py,sha256=J1uEGezic8ziPPZsQwfK9iNiTJ53NqXMhIg9CU
|
|
327
327
|
parsl/tests/test_htex/test_interchange_exit_bad_registration.py,sha256=3yqX_VVQz9fCEiV6Wd1BlcFYcARDDpNaR6ws7LWn-oc,4549
|
328
328
|
parsl/tests/test_htex/test_manager_failure.py,sha256=N-obuSZ8f7XA_XcddoN2LWKSVtpKUZvTHb7BFelS3iQ,1143
|
329
329
|
parsl/tests/test_htex/test_manager_selector_by_block.py,sha256=VQqSE6MDhGpDSjShGUTbj7l9Ahuj2tC9qD--o4puF44,1310
|
330
|
-
parsl/tests/test_htex/test_managers_command.py,sha256=
|
330
|
+
parsl/tests/test_htex/test_managers_command.py,sha256=SCwkfyGB-Udgu5L2yDMpR5bsaT-aNjNkiXxtuRb25DI,1622
|
331
331
|
parsl/tests/test_htex/test_missing_worker.py,sha256=gyp5i7_t-JHyJGtz_eXZKKBY5w8oqLOIxO6cJgGJMtQ,745
|
332
332
|
parsl/tests/test_htex/test_multiple_disconnected_blocks.py,sha256=2vXZoIx4NuAWYuiNoL5Gxr85w72qZ7Kdb3JGh0FufTg,1867
|
333
333
|
parsl/tests/test_htex/test_resource_spec_validation.py,sha256=JqboQRRFV0tEfWrGOdYT9pHazsUjyZLbF7qqnLFS_-A,914
|
@@ -455,13 +455,13 @@ parsl/usage_tracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
455
455
|
parsl/usage_tracking/api.py,sha256=iaCY58Dc5J4UM7_dJzEEs871P1p1HdxBMtNGyVdzc9g,1821
|
456
456
|
parsl/usage_tracking/levels.py,sha256=xbfzYEsd55KiZJ-mzNgPebvOH4rRHum04hROzEf41tU,291
|
457
457
|
parsl/usage_tracking/usage.py,sha256=f9k6QcpbQxkGyP5WTC9PVyv0CA05s9NDpRe5wwRdBTM,9163
|
458
|
-
parsl-2025.2.
|
459
|
-
parsl-2025.2.
|
460
|
-
parsl-2025.2.
|
461
|
-
parsl-2025.2.
|
462
|
-
parsl-2025.2.
|
463
|
-
parsl-2025.2.
|
464
|
-
parsl-2025.2.
|
465
|
-
parsl-2025.2.
|
466
|
-
parsl-2025.2.
|
467
|
-
parsl-2025.2.
|
458
|
+
parsl-2025.2.17.data/scripts/exec_parsl_function.py,sha256=YXKVVIa4zXmOtz-0Ca4E_5nQfN_3S2bh2tB75uZZB4w,7774
|
459
|
+
parsl-2025.2.17.data/scripts/interchange.py,sha256=17MrOc7-FXxKBWTwkzIbUoa8fvvDfPelfjByd3ZD2Wk,29446
|
460
|
+
parsl-2025.2.17.data/scripts/parsl_coprocess.py,sha256=zrVjEqQvFOHxsLufPi00xzMONagjVwLZbavPM7bbjK4,5722
|
461
|
+
parsl-2025.2.17.data/scripts/process_worker_pool.py,sha256=BbVJ1PS7ZW2grz0iAPPV0BgJyRMyQ7bbXSzLzWCBkyU,41070
|
462
|
+
parsl-2025.2.17.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
463
|
+
parsl-2025.2.17.dist-info/METADATA,sha256=OsBeBV5Q576R6MXBPkoarln6w44pgQM8Jj6hxnNZ33A,4027
|
464
|
+
parsl-2025.2.17.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
465
|
+
parsl-2025.2.17.dist-info/entry_points.txt,sha256=XqnsWDYoEcLbsMcpnYGKLEnSBmaIe1YoM5YsBdJG2tI,176
|
466
|
+
parsl-2025.2.17.dist-info/top_level.txt,sha256=PIheYoUFQtF2icLsgOykgU-Cjuwr2Oi6On2jo5RYgRM,6
|
467
|
+
parsl-2025.2.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|