Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Abecassis <[email protected]>
  • Loading branch information
flx42 committed Sep 23, 2022
1 parent 96938bd commit ea7bb88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PLUGINDIR := $(abspath $(DESTDIR)/$(libdir)/slurm)
CONFDIR := $(abspath $(DESTDIR)/$(datadir)/pyxis)

ARCH ?= $(shell uname -m)
VERSION ?= 0.13.0
VERSION ?= 0.14.0

PLUGIN := spank_pyxis.so
CONF := pyxis.conf
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pyxis requires the [enroot](https://github.com/nvidia/enroot) container utility
#### With `make install`
```console
$ sudo make install
$ sudo ln -s /usr/local/share/pyxis/pyxis.conf /etc/slurm-llnl/plugstack.conf.d/pyxis.conf
$ sudo ln -s /usr/local/share/pyxis/pyxis.conf /etc/slurm/plugstack.conf.d/pyxis.conf
$ sudo systemctl restart slurmd
```

Expand All @@ -30,7 +30,7 @@ $ sudo systemctl restart slurmd
$ make orig
$ make deb
$ sudo dpkg -i ../nvslurm-plugin-pyxis_*_amd64.deb
$ sudo ln -s /usr/share/pyxis/pyxis.conf /etc/slurm-llnl/plugstack.conf.d/pyxis.conf
$ sudo ln -s /usr/share/pyxis/pyxis.conf /etc/slurm/plugstack.conf.d/pyxis.conf
$ sudo systemctl restart slurmd
```

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nvslurm-plugin-pyxis (0.14.0-1) UNRELEASED; urgency=medium

* Release v0.14.0

-- NVIDIA CORPORATION <[email protected]> Fri, 23 Sep 2022 18:29:01 +0000

nvslurm-plugin-pyxis (0.13.0-1) UNRELEASED; urgency=medium

* Release v0.13.0
Expand Down
3 changes: 3 additions & 0 deletions pyxis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ cluster users to run containerized tasks through the srun command.


%changelog
* Fri Sep 23 2022 NVIDIA CORPORATION <[email protected]> - 0.14.0-1
- Release v0.14.0

* Thu May 05 2022 NVIDIA CORPORATION <[email protected]> - 0.13.0-1
- Release v0.13.0

Expand Down

0 comments on commit ea7bb88

Please sign in to comment.