xmanager-slurm 0.4.14__py3-none-any.whl → 0.4.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.
Potentially problematic release.
This version of xmanager-slurm might be problematic. Click here for more details.
- xm_slurm/__init__.py +2 -1
- xm_slurm/batching.py +11 -11
- xm_slurm/config.py +10 -10
- xm_slurm/contrib/clusters/__init__.py +1 -0
- xm_slurm/contrib/clusters/drac.py +16 -29
- xm_slurm/dependencies.py +7 -7
- xm_slurm/executors.py +82 -12
- xm_slurm/experimental/parameter_controller.py +18 -14
- xm_slurm/job_blocks.py +3 -3
- xm_slurm/packageables.py +23 -23
- xm_slurm/packaging/registry.py +14 -14
- xm_slurm/packaging/router.py +3 -3
- xm_slurm/packaging/utils.py +5 -5
- xm_slurm/resources.py +198 -28
- xm_slurm/status.py +2 -2
- xm_slurm/templates/slurm/job-array.bash.j2 +1 -1
- xm_slurm/templates/slurm/job-group.bash.j2 +1 -0
- xm_slurm/templates/slurm/job.bash.j2 +1 -1
- xm_slurm/templates/slurm/runtimes/apptainer.bash.j2 +12 -8
- xm_slurm/templates/slurm/runtimes/podman.bash.j2 +1 -0
- xm_slurm/utils.py +8 -0
- {xmanager_slurm-0.4.14.dist-info → xmanager_slurm-0.4.16.dist-info}/METADATA +1 -1
- {xmanager_slurm-0.4.14.dist-info → xmanager_slurm-0.4.16.dist-info}/RECORD +26 -26
- {xmanager_slurm-0.4.14.dist-info → xmanager_slurm-0.4.16.dist-info}/WHEEL +0 -0
- {xmanager_slurm-0.4.14.dist-info → xmanager_slurm-0.4.16.dist-info}/entry_points.txt +0 -0
- {xmanager_slurm-0.4.14.dist-info → xmanager_slurm-0.4.16.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
xm_slurm/__init__.py,sha256=
|
|
2
|
-
xm_slurm/batching.py,sha256=
|
|
3
|
-
xm_slurm/config.py,sha256=
|
|
1
|
+
xm_slurm/__init__.py,sha256=VNbvBLbv5ccbPxQUpbiwgoo72qI3FrATTloevufstzY,1112
|
|
2
|
+
xm_slurm/batching.py,sha256=ynbMRItxNtBn0SbkhHbrv5ugYuHeMw-7BP7a_-I6Oqg,4384
|
|
3
|
+
xm_slurm/config.py,sha256=6RAdMTgteUJ_tmr3H_RE6MHtzda202_unU2S24iPHUE,7319
|
|
4
4
|
xm_slurm/console.py,sha256=UpMqeJ0C8i0pkue1AHnnyyX0bFJ9zZeJ7HBR6yhuA8A,54
|
|
5
5
|
xm_slurm/constants.py,sha256=zefVtlFdflgSolie5g_rVxWV-Zpydxapchm3y0a2FDc,999
|
|
6
|
-
xm_slurm/dependencies.py,sha256
|
|
6
|
+
xm_slurm/dependencies.py,sha256=G-8vfmvSptZH6c_Ow51SwT84Dr6LI1clRj8F8wOUkiw,6421
|
|
7
7
|
xm_slurm/executables.py,sha256=fGmrFBl-258bMn6ip5adYeM7xxUHAeIbDN9zD2FDGtY,6373
|
|
8
8
|
xm_slurm/execution.py,sha256=mTy5u2oP2StIbGzjaSiGCUAwXuBFOiaJ5ephWoc25hI,31799
|
|
9
|
-
xm_slurm/executors.py,sha256=
|
|
9
|
+
xm_slurm/executors.py,sha256=karM5u2UEG2IWi0z548_vasyBACrXGV675rCllJmwZw,8616
|
|
10
10
|
xm_slurm/experiment.py,sha256=94r0mhtUPUzw4eaUEz0kpsufC25wEGqlDhV4Fcr1ukY,39883
|
|
11
11
|
xm_slurm/filesystem.py,sha256=4rKtq3t-KDgxJbSGt6JVyRJT_3lCN_vIKTcwKHpTo3I,4389
|
|
12
|
-
xm_slurm/job_blocks.py,sha256=
|
|
12
|
+
xm_slurm/job_blocks.py,sha256=BFOOYgeodoGIQsB5PdC7SsOUou5aZx-1qbQ7lcqqylI,604
|
|
13
13
|
xm_slurm/metadata_context.py,sha256=mksVRbVUuistL1uE7TC-fkW-Y69On52jN_svP1e1kiQ,7841
|
|
14
|
-
xm_slurm/packageables.py,sha256=
|
|
15
|
-
xm_slurm/resources.py,sha256=
|
|
16
|
-
xm_slurm/status.py,sha256=
|
|
14
|
+
xm_slurm/packageables.py,sha256=aEZUQpddfq4FK6h4f6kgGEI4XcOufhm68MjoDFOYR4U,12261
|
|
15
|
+
xm_slurm/resources.py,sha256=aC8MzO_7fB9IAdTACvhwVOaNDjLOlWnCh428-8_IDYA,12322
|
|
16
|
+
xm_slurm/status.py,sha256=JIBCJPOYsmeJOQbzdACXA2vTWK7g8YWWhzpGP79e7JE,6911
|
|
17
17
|
xm_slurm/types.py,sha256=TsVykDm-LazVkrjeJrTwCMs4Q8APKhy7BTk0yKIhFNg,805
|
|
18
|
-
xm_slurm/utils.py,sha256=
|
|
18
|
+
xm_slurm/utils.py,sha256=9w98HlXF0U9cKKtoB8QtGm0CnB0MnnzBARKlbbVNNpU,6211
|
|
19
19
|
xm_slurm/api/__init__.py,sha256=cyao3LZ3uLftu1wIv1aN7Qvsl6gYzYpkxeehTHZ0fA8,1089
|
|
20
20
|
xm_slurm/api/abc.py,sha256=-lS2OndnOuEiwNdr8ccQKkwMd1iDmKMmkBOSTvo5H5w,1816
|
|
21
21
|
xm_slurm/api/models.py,sha256=_INVh0j-4-rRs0WASyg4fNB6NF1L1nUeGgQ6-XnbwsM,1610
|
|
22
22
|
xm_slurm/api/sqlite/client.py,sha256=jAesCKDuYwnNcAxwJk_1b1TB8cT_QGbSjo1UE3mZjEQ,14037
|
|
23
23
|
xm_slurm/api/web/client.py,sha256=uO67Y7fnQ-w__Vm_A5BEuy7Qi8wQcWk3vIsBGEBkyfk,6261
|
|
24
24
|
xm_slurm/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
xm_slurm/contrib/clusters/__init__.py,sha256=
|
|
26
|
-
xm_slurm/contrib/clusters/drac.py,sha256
|
|
27
|
-
xm_slurm/experimental/parameter_controller.py,sha256=
|
|
25
|
+
xm_slurm/contrib/clusters/__init__.py,sha256=oYkuo4jAA6_VLIJs4k1Rjcp6l3qN0qmJExfkPWfmho4,2281
|
|
26
|
+
xm_slurm/contrib/clusters/drac.py,sha256=-Nawzyx3p471f8Fti_tbweHn8h4ItRN4ec-ktHnUE4Q,7087
|
|
27
|
+
xm_slurm/experimental/parameter_controller.py,sha256=IrFzq104LkZrhzuirit5GUZDXDvv2bBSYNMh3orsiPY,8518
|
|
28
28
|
xm_slurm/packaging/__init__.py,sha256=dh307yLpUT9KN7rJ1e9fYC6hegGKfZcGboUq9nGpDVQ,233
|
|
29
29
|
xm_slurm/packaging/docker.py,sha256=-DWcB9qqbeHmIEqyfF0-v6xOT25ae90u2x-QZ7kluOw,13579
|
|
30
|
-
xm_slurm/packaging/registry.py,sha256=
|
|
31
|
-
xm_slurm/packaging/router.py,sha256=
|
|
32
|
-
xm_slurm/packaging/utils.py,sha256=
|
|
30
|
+
xm_slurm/packaging/registry.py,sha256=Hq56KhqsQRxgr_y1EQhcZORlnrs13xY5vDGge5WEgYU,1134
|
|
31
|
+
xm_slurm/packaging/router.py,sha256=MLWvy-shJzRAx4YCi9z9Dj_PoWrXZO8T71DDlLOcjaM,2062
|
|
32
|
+
xm_slurm/packaging/utils.py,sha256=KlU_GGkFH1Xu5VZkAMqRilmq6SV1iLai80beEZ3UQmw,616
|
|
33
33
|
xm_slurm/scripts/_cloudpickle.py,sha256=dlJYf2SceOuUn8wi-ozuoYAQg71wqD2MUVOUCyOwWIY,647
|
|
34
34
|
xm_slurm/scripts/cli.py,sha256=zzsQpvkx9VThAeQPM34iDK9wAWfCVCIIvLNI12UaMhw,2577
|
|
35
35
|
xm_slurm/templates/docker/docker-bake.hcl.j2,sha256=7qSJl2VN5poz-Hh8Gjo7--qR-k3lmfGtBu2mNbfG2uA,1499
|
|
@@ -37,16 +37,16 @@ xm_slurm/templates/docker/mamba.Dockerfile,sha256=Sgxr5IA5T-pT1Shumb5k3JngoG4pgC
|
|
|
37
37
|
xm_slurm/templates/docker/python.Dockerfile,sha256=U4b4QVkopckQ0o9jJIE7d_M6TvExEYlYDirNwCoZ7W4,865
|
|
38
38
|
xm_slurm/templates/docker/uv.Dockerfile,sha256=L2UJMX2c8waMdrRhiqPytQe3pTBu6u5PpMhJYsKkbEg,1040
|
|
39
39
|
xm_slurm/templates/slurm/entrypoint.bash.j2,sha256=MRdSVwgGrgQdpEhqfkP35IidgsblrtVXB1YWzvE9hkk,666
|
|
40
|
-
xm_slurm/templates/slurm/job-array.bash.j2,sha256=
|
|
41
|
-
xm_slurm/templates/slurm/job-group.bash.j2,sha256=
|
|
42
|
-
xm_slurm/templates/slurm/job.bash.j2,sha256=
|
|
40
|
+
xm_slurm/templates/slurm/job-array.bash.j2,sha256=j7jkJjSbe39XvSTJ9rmK2oVnHdntElIhdS5PFpZzpFs,550
|
|
41
|
+
xm_slurm/templates/slurm/job-group.bash.j2,sha256=vH5HwneVsVSHx6dPZwbLa4KT9NedRbrZ7cWNE5pXi-M,1113
|
|
42
|
+
xm_slurm/templates/slurm/job.bash.j2,sha256=JnK0D8_3tVNpnvPwM5yL_rjLcjqhuHiCtolDjUGAwpk,2084
|
|
43
43
|
xm_slurm/templates/slurm/fragments/monitor.bash.j2,sha256=ri5FgoKs6_bQVf5DO8SL4rJf4UsLxV34aOV-OD8VWDU,2526
|
|
44
44
|
xm_slurm/templates/slurm/fragments/proxy.bash.j2,sha256=VJLglZo-Nvx9R-qe3rHTxr07CylTQ6Z9NwBzvIpAZrA,814
|
|
45
45
|
xm_slurm/templates/slurm/library/retry.bash,sha256=bLe59qvfWEk17rE1wZ4EHiHba3RvR2WWZPq-kSe8RAA,2164
|
|
46
|
-
xm_slurm/templates/slurm/runtimes/apptainer.bash.j2,sha256=
|
|
47
|
-
xm_slurm/templates/slurm/runtimes/podman.bash.j2,sha256=
|
|
48
|
-
xmanager_slurm-0.4.
|
|
49
|
-
xmanager_slurm-0.4.
|
|
50
|
-
xmanager_slurm-0.4.
|
|
51
|
-
xmanager_slurm-0.4.
|
|
52
|
-
xmanager_slurm-0.4.
|
|
46
|
+
xm_slurm/templates/slurm/runtimes/apptainer.bash.j2,sha256=XxAQWLxZogL7zjn7tuzKn-DkYUJMx_HjaRzpVkz97lM,2414
|
|
47
|
+
xm_slurm/templates/slurm/runtimes/podman.bash.j2,sha256=8N1ZtwHyXxP-Cjo4HBPsJiZXcTvf7q2GzvW9ao8_aok,1208
|
|
48
|
+
xmanager_slurm-0.4.16.dist-info/METADATA,sha256=j0282EV56cTAG80Q4R419IE-Z74OJVvAkP--IPMCwuo,1007
|
|
49
|
+
xmanager_slurm-0.4.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
50
|
+
xmanager_slurm-0.4.16.dist-info/entry_points.txt,sha256=_HLGmLgxuQLOPmF2gOFYDVq2HqtMVD_SzigHvUh8TCY,49
|
|
51
|
+
xmanager_slurm-0.4.16.dist-info/licenses/LICENSE.md,sha256=IxstXr3MPHwTJ5jMrByHrQsR1ZAGQ2U_uz_4qzI_15Y,11756
|
|
52
|
+
xmanager_slurm-0.4.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|