Skip to content

Commit ea7bb88

Browse files
committed
Release v0.14.0
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
1 parent 96938bd commit ea7bb88

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PLUGINDIR := $(abspath $(DESTDIR)/$(libdir)/slurm)
77
CONFDIR := $(abspath $(DESTDIR)/$(datadir)/pyxis)
88

99
ARCH ?= $(shell uname -m)
10-
VERSION ?= 0.13.0
10+
VERSION ?= 0.14.0
1111

1212
PLUGIN := spank_pyxis.so
1313
CONF := pyxis.conf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pyxis requires the [enroot](https://github.com/nvidia/enroot) container utility
2121
#### With `make install`
2222
```console
2323
$ sudo make install
24-
$ sudo ln -s /usr/local/share/pyxis/pyxis.conf /etc/slurm-llnl/plugstack.conf.d/pyxis.conf
24+
$ sudo ln -s /usr/local/share/pyxis/pyxis.conf /etc/slurm/plugstack.conf.d/pyxis.conf
2525
$ sudo systemctl restart slurmd
2626
```
2727

@@ -30,7 +30,7 @@ $ sudo systemctl restart slurmd
3030
$ make orig
3131
$ make deb
3232
$ sudo dpkg -i ../nvslurm-plugin-pyxis_*_amd64.deb
33-
$ sudo ln -s /usr/share/pyxis/pyxis.conf /etc/slurm-llnl/plugstack.conf.d/pyxis.conf
33+
$ sudo ln -s /usr/share/pyxis/pyxis.conf /etc/slurm/plugstack.conf.d/pyxis.conf
3434
$ sudo systemctl restart slurmd
3535
```
3636

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nvslurm-plugin-pyxis (0.14.0-1) UNRELEASED; urgency=medium
2+
3+
* Release v0.14.0
4+
5+
-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 23 Sep 2022 18:29:01 +0000
6+
17
nvslurm-plugin-pyxis (0.13.0-1) UNRELEASED; urgency=medium
28

39
* Release v0.13.0

pyxis.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ cluster users to run containerized tasks through the srun command.
3636

3737

3838
%changelog
39+
* Fri Sep 23 2022 NVIDIA CORPORATION <cudatools@nvidia.com> - 0.14.0-1
40+
- Release v0.14.0
41+
3942
* Thu May 05 2022 NVIDIA CORPORATION <cudatools@nvidia.com> - 0.13.0-1
4043
- Release v0.13.0
4144

0 commit comments

Comments
 (0)