File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PLUGINDIR := $(abspath $(DESTDIR)/$(libdir)/slurm)
77CONFDIR := $(abspath $(DESTDIR ) /$(datadir ) /pyxis)
88
99ARCH ?= $(shell uname -m)
10- VERSION ?= 0.13 .0
10+ VERSION ?= 0.14 .0
1111
1212PLUGIN := spank_pyxis.so
1313CONF := pyxis.conf
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
17nvslurm-plugin-pyxis (0.13.0-1) UNRELEASED; urgency=medium
28
39 * Release v0.13.0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments