parsl 2024.9.9__py3-none-any.whl → 2024.9.16__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.
@@ -61,7 +61,6 @@ class SingleNodeLauncher(Launcher):
61
61
  """
62
62
  Args:
63
63
  - command (string): The command string to be launched
64
- - task_block (string) : bash evaluated string.
65
64
  - fail_on_any: If True, return a nonzero exit code if any worker failed, otherwise zero;
66
65
  if False, return a nonzero exit code if all workers failed, otherwise zero.
67
66
 
@@ -131,7 +130,6 @@ class GnuParallelLauncher(Launcher):
131
130
  """
132
131
  Args:
133
132
  - command (string): The command string to be launched
134
- - task_block (string) : bash evaluated string.
135
133
 
136
134
  """
137
135
  task_blocks = tasks_per_node * nodes_per_block
@@ -208,7 +206,6 @@ class MpiExecLauncher(Launcher):
208
206
  """
209
207
  Args:
210
208
  - command (string): The command string to be launched
211
- - task_block (string) : bash evaluated string.
212
209
 
213
210
  """
214
211
  task_blocks = tasks_per_node * nodes_per_block
@@ -263,7 +260,6 @@ class MpiRunLauncher(Launcher):
263
260
  """
264
261
  Args:
265
262
  - command (string): The command string to be launched
266
- - task_block (string) : bash evaluated string.
267
263
 
268
264
  """
269
265
  task_blocks = tasks_per_node * nodes_per_block
@@ -311,7 +307,6 @@ class SrunLauncher(Launcher):
311
307
  """
312
308
  Args:
313
309
  - command (string): The command string to be launched
314
- - task_block (string) : bash evaluated string.
315
310
 
316
311
  """
317
312
  task_blocks = tasks_per_node * nodes_per_block
@@ -363,7 +358,6 @@ class SrunMPILauncher(Launcher):
363
358
  """
364
359
  Args:
365
360
  - command (string): The command string to be launched
366
- - task_block (string) : bash evaluated string.
367
361
 
368
362
  """
369
363
  task_blocks = tasks_per_node * nodes_per_block
parsl/version.py CHANGED
@@ -3,4 +3,4 @@
3
3
  Year.Month.Day[alpha/beta/..]
4
4
  Alphas will be numbered like this -> 2024.12.10a0
5
5
  """
6
- VERSION = '2024.09.09'
6
+ VERSION = '2024.09.16'
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: parsl
3
- Version: 2024.9.9
3
+ Version: 2024.9.16
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/2024.09.09.tar.gz
6
+ Download-URL: https://github.com/Parsl/parsl/archive/2024.09.16.tar.gz
7
7
  Author: The Parsl Team
8
8
  Author-email: parsl@googlegroups.com
9
9
  License: Apache 2.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=91FjQiTUY383ueAjkBAgE21My9nba6SP2a2SrbB1r1Q,11250
11
- parsl/version.py,sha256=ANbI0EcghYu4YwcssLEJd6Az-dJPT0ZPg_qnJCLIyKY,131
11
+ parsl/version.py,sha256=kFkGZnTdDKULeAQq7Mxrwa9mwFhP0syXf44tfHz8DrA,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
@@ -119,7 +119,7 @@ parsl/jobs/strategy.py,sha256=KYcIpjWVKLYbM0TXhue9Zp2a7I1zkbHx4raPFiDlewA,13799
119
119
  parsl/launchers/__init__.py,sha256=jJeDOWGKJjvpmWTLsj1zSqce_UAhWRc_IO-TzaOAlII,579
120
120
  parsl/launchers/base.py,sha256=CblcvPTJiu-MNLWaRtFe29SZQ0BpTOlaY8CGcHdlHIE,538
121
121
  parsl/launchers/errors.py,sha256=8YMV_CHpBNVa4eXkGE4x5DaFQlZkDCRCHmBktYcY6TA,467
122
- parsl/launchers/launchers.py,sha256=VB--fiVv_IQne3DydTMSdGUY0o0g69puAs-Hd3mJ2vo,15464
122
+ parsl/launchers/launchers.py,sha256=cQsNsHuCOL_nQTjPXf0--YsgsDoMoJ77bO1Wt4ncLjs,15134
123
123
  parsl/monitoring/__init__.py,sha256=0ywNz6i0lM1xo_7_BIxhETDGeVd2C_0wwD7qgeaMR4c,83
124
124
  parsl/monitoring/db_manager.py,sha256=l7Qiub4JsR6QUzTYUAJ9sVytZOvba2QMBdFH3cGbNIo,33336
125
125
  parsl/monitoring/errors.py,sha256=D6jpYzEzp0d6FmVKGqhvjAxr4ztZfJX2s-aXemH9bBU,148
@@ -462,13 +462,13 @@ parsl/usage_tracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
462
462
  parsl/usage_tracking/api.py,sha256=iaCY58Dc5J4UM7_dJzEEs871P1p1HdxBMtNGyVdzc9g,1821
463
463
  parsl/usage_tracking/levels.py,sha256=xbfzYEsd55KiZJ-mzNgPebvOH4rRHum04hROzEf41tU,291
464
464
  parsl/usage_tracking/usage.py,sha256=qNEJ7nPimqd3Y7OWFLdYmNwJ6XDKlyfV_fTzasxsQw8,8690
465
- parsl-2024.9.9.data/scripts/exec_parsl_function.py,sha256=RUkJ4JSJAjr7YyRZ58zhMdg8cR5dVV9odUl3AuzNf3k,7802
466
- parsl-2024.9.9.data/scripts/interchange.py,sha256=2tsbwd055SEnSpWLNNoqMW6o6ohRJFNSgvgN_umsqN8,30864
467
- parsl-2024.9.9.data/scripts/parsl_coprocess.py,sha256=zrVjEqQvFOHxsLufPi00xzMONagjVwLZbavPM7bbjK4,5722
468
- parsl-2024.9.9.data/scripts/process_worker_pool.py,sha256=78QKnV5KbY_vcteC6k60gpDE4wEk6hsciet_qzs9QoU,43061
469
- parsl-2024.9.9.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
470
- parsl-2024.9.9.dist-info/METADATA,sha256=yC5ZAo_3_gtWTms3TJN4qqbm3mSAf4pNcmCTmL2iBTE,4120
471
- parsl-2024.9.9.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
472
- parsl-2024.9.9.dist-info/entry_points.txt,sha256=XqnsWDYoEcLbsMcpnYGKLEnSBmaIe1YoM5YsBdJG2tI,176
473
- parsl-2024.9.9.dist-info/top_level.txt,sha256=PIheYoUFQtF2icLsgOykgU-Cjuwr2Oi6On2jo5RYgRM,6
474
- parsl-2024.9.9.dist-info/RECORD,,
465
+ parsl-2024.9.16.data/scripts/exec_parsl_function.py,sha256=RUkJ4JSJAjr7YyRZ58zhMdg8cR5dVV9odUl3AuzNf3k,7802
466
+ parsl-2024.9.16.data/scripts/interchange.py,sha256=2tsbwd055SEnSpWLNNoqMW6o6ohRJFNSgvgN_umsqN8,30864
467
+ parsl-2024.9.16.data/scripts/parsl_coprocess.py,sha256=zrVjEqQvFOHxsLufPi00xzMONagjVwLZbavPM7bbjK4,5722
468
+ parsl-2024.9.16.data/scripts/process_worker_pool.py,sha256=78QKnV5KbY_vcteC6k60gpDE4wEk6hsciet_qzs9QoU,43061
469
+ parsl-2024.9.16.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
470
+ parsl-2024.9.16.dist-info/METADATA,sha256=TRzRmB2ygjJqf_TbIALPvB4D0qgvMWjCW_IHR8jIVjQ,4121
471
+ parsl-2024.9.16.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
472
+ parsl-2024.9.16.dist-info/entry_points.txt,sha256=XqnsWDYoEcLbsMcpnYGKLEnSBmaIe1YoM5YsBdJG2tI,176
473
+ parsl-2024.9.16.dist-info/top_level.txt,sha256=PIheYoUFQtF2icLsgOykgU-Cjuwr2Oi6On2jo5RYgRM,6
474
+ parsl-2024.9.16.dist-info/RECORD,,