hpc-runner 0.1.0__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.
- hpc_runner/__init__.py +57 -0
- hpc_runner/_version.py +34 -0
- hpc_runner/cli/__init__.py +1 -0
- hpc_runner/cli/cancel.py +38 -0
- hpc_runner/cli/config.py +109 -0
- hpc_runner/cli/main.py +72 -0
- hpc_runner/cli/run.py +136 -0
- hpc_runner/cli/status.py +65 -0
- hpc_runner/core/__init__.py +1 -0
- hpc_runner/core/config.py +177 -0
- hpc_runner/core/descriptors.py +56 -0
- hpc_runner/core/exceptions.py +29 -0
- hpc_runner/core/job.py +149 -0
- hpc_runner/core/job_array.py +58 -0
- hpc_runner/core/resources.py +49 -0
- hpc_runner/core/result.py +157 -0
- hpc_runner/core/types.py +13 -0
- hpc_runner/py.typed +0 -0
- hpc_runner/schedulers/__init__.py +60 -0
- hpc_runner/schedulers/base.py +76 -0
- hpc_runner/schedulers/detection.py +34 -0
- hpc_runner/schedulers/local/__init__.py +5 -0
- hpc_runner/schedulers/local/scheduler.py +237 -0
- hpc_runner/schedulers/local/templates/job.sh.j2 +28 -0
- hpc_runner/schedulers/sge/__init__.py +5 -0
- hpc_runner/schedulers/sge/args.py +165 -0
- hpc_runner/schedulers/sge/parser.py +194 -0
- hpc_runner/schedulers/sge/scheduler.py +325 -0
- hpc_runner/schedulers/sge/templates/job.sh.j2 +39 -0
- hpc_runner/templates/__init__.py +5 -0
- hpc_runner/templates/engine.py +55 -0
- hpc_runner/workflow/__init__.py +6 -0
- hpc_runner/workflow/dependency.py +20 -0
- hpc_runner/workflow/pipeline.py +180 -0
- hpc_runner-0.1.0.dist-info/METADATA +46 -0
- hpc_runner-0.1.0.dist-info/RECORD +38 -0
- hpc_runner-0.1.0.dist-info/WHEEL +4 -0
- hpc_runner-0.1.0.dist-info/entry_points.txt +2 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
hpc_runner/__init__.py,sha256=1xnewzCt8FVqseOG5PRmLbiMz0I8V8_TrTyIjW0Q8_A,1414
|
|
2
|
+
hpc_runner/_version.py,sha256=5jwwVncvCiTnhOedfkzzxmxsggwmTBORdFL_4wq0ZeY,704
|
|
3
|
+
hpc_runner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
hpc_runner/cli/__init__.py,sha256=SkyeG7kzxbBGgO9fU96VvHjMjLaSdGI3KFVcqeUAYtg,25
|
|
5
|
+
hpc_runner/cli/cancel.py,sha256=__Ftt1Em3Z2n3DRGRtI24lZWmwB6PAmTk5S_m9Sbyk0,913
|
|
6
|
+
hpc_runner/cli/config.py,sha256=CtOhCS9Rabho2cHY0kqV-MMMCUNrz9l_a3KTZBgH77I,2929
|
|
7
|
+
hpc_runner/cli/main.py,sha256=_afdoXkzb_0nTy9gZyQnUc3lQpWSm4s8jfFTIuJKU5c,1728
|
|
8
|
+
hpc_runner/cli/run.py,sha256=DWJaHrvTqw5wLxECpAFHNmCSGzYtYdqcwIIYdJMc32E,4457
|
|
9
|
+
hpc_runner/cli/status.py,sha256=4HFjXmmvU55pjMmGRAuoEk2PxIR8vZXiynV2IAeLBLU,1978
|
|
10
|
+
hpc_runner/core/__init__.py,sha256=euMbzZ7GCDlU3rcYW2NwTINgphwWab1j7WXWK0qaxjs,50
|
|
11
|
+
hpc_runner/core/config.py,sha256=UTbJnIveShGAS_YtS_tRT8H-_Jzq1qGidg3qSQZL6_Q,5184
|
|
12
|
+
hpc_runner/core/descriptors.py,sha256=jVi59YwdpiOi-i6gDgVC7MZmXE7wlzID9r3y32-yrBs,1820
|
|
13
|
+
hpc_runner/core/exceptions.py,sha256=SofeFRW6-KmR55HqsGCke2tgmGlKxqigzxL9ZS6CLJQ,590
|
|
14
|
+
hpc_runner/core/job.py,sha256=ba5iB_kV_zZ6cPKAvTAYR3JhYmrtH6H-kAziLL8NCiQ,5058
|
|
15
|
+
hpc_runner/core/job_array.py,sha256=7VHoZHRzN5JvzWZ_e5pAMeTrNB7-OZw06A8548oK8_c,1595
|
|
16
|
+
hpc_runner/core/resources.py,sha256=ng1biVsXgGy6AWG50I50aC4LWB1pd60qFLpj5FjIpQc,1275
|
|
17
|
+
hpc_runner/core/result.py,sha256=f1RSpfXUxkc3No3EkgWAckHMa0OiVfgdNvbUAbzPjbg,4701
|
|
18
|
+
hpc_runner/core/types.py,sha256=a6Yq7vhcpBwgA_hGZwGXiZgCy8wG87FIXBT3LN5qHw8,251
|
|
19
|
+
hpc_runner/schedulers/__init__.py,sha256=v55_DYgiigiFjXJhI7_XFtvxHoyDFWOntWRB9-HWMrM,1623
|
|
20
|
+
hpc_runner/schedulers/base.py,sha256=HOKLKR6xzZqknV72O47_jdAbf4vDL5-TfeL67L5uDo8,2272
|
|
21
|
+
hpc_runner/schedulers/detection.py,sha256=Xx-oGSycsho4Y_VH8AB7j1IN3ak8AdjK4pvxJjCDYaE,873
|
|
22
|
+
hpc_runner/schedulers/local/__init__.py,sha256=bM0RT5SBxs7TsGDUeUi--Z_vlVt9dgokJcftX92VE58,147
|
|
23
|
+
hpc_runner/schedulers/local/scheduler.py,sha256=tvSyakrGrKUCS1vjnp94iN2AgQItnLv5OlAS-C5lv7U,8942
|
|
24
|
+
hpc_runner/schedulers/local/templates/job.sh.j2,sha256=pv_R20o5G3LU-DIEIC7gpt7fYIZJmzkrIQEwmVkUWUI,522
|
|
25
|
+
hpc_runner/schedulers/sge/__init__.py,sha256=aR_jJD-YA0HOYPaBwW_CEwi3PASXY2x9sOfmrj6-cjM,144
|
|
26
|
+
hpc_runner/schedulers/sge/args.py,sha256=WX7ndhZ7_fYmdHPCW9fFzX297SGUuPouOqrUnm5uFk4,4286
|
|
27
|
+
hpc_runner/schedulers/sge/parser.py,sha256=qQnkVPXqVNO8CstZ-ZzFN4R9Te23kgTWGGznmiAC4II,5119
|
|
28
|
+
hpc_runner/schedulers/sge/scheduler.py,sha256=HpG1C9p4BEMO_Lr9WvvR6-IDbKT9UxoAKFjwXXFEFJ0,10683
|
|
29
|
+
hpc_runner/schedulers/sge/templates/job.sh.j2,sha256=MQBciPCjdm5tTWLCikpoNAqtEr-Et7C-NY-Oa0unvos,715
|
|
30
|
+
hpc_runner/templates/__init__.py,sha256=kiaaYBS4QXfGie83SS0rfmZtlbyRUkGkR_yw04oExNQ,137
|
|
31
|
+
hpc_runner/templates/engine.py,sha256=XDW9C51rz9O2rcB3mpjVHQ0qkeG4386gXa8fwaDYsxs,1393
|
|
32
|
+
hpc_runner/workflow/__init__.py,sha256=Y5h7wfnlWcav_f2USZaP6r5m7I5KFam8eEJGo4UqJ0w,221
|
|
33
|
+
hpc_runner/workflow/dependency.py,sha256=PjhgCurnlfcKYO_arlUDLCKOpwqq324l09Sj0v-iwOU,639
|
|
34
|
+
hpc_runner/workflow/pipeline.py,sha256=MYV95Kp-5m2YVxYDk_zIYUsyt31ctl7jnVA10F2OJgg,5540
|
|
35
|
+
hpc_runner-0.1.0.dist-info/METADATA,sha256=M5zlO1IiuIrfuJwFnz_A6augKkUEG_f5rSrXIbMdzNs,1919
|
|
36
|
+
hpc_runner-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
37
|
+
hpc_runner-0.1.0.dist-info/entry_points.txt,sha256=Ou3LsalLkY9mNOrUwyCDN8Q4PekM1K5h52hAU6fADk8,48
|
|
38
|
+
hpc_runner-0.1.0.dist-info/RECORD,,
|