Skip to content

Commit

Permalink
docs: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Feb 26, 2024
1 parent c6c26f1 commit db4b9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ File | Description
> release. [^bk1WA]
Build this plug-in using `g++` from the GNU Compiler Collection (GCC) version 8
or newer. The plug-ins are compiled against this header file `spank.h` [02].
or newer. The plug-ins are compiled against the header file `<slurm/spank.h>`.
Fedora distributes this file in the `slurm-devel` RPM package [^DoUiD]. CMake is
available via the `cmake` package.

```sh
cmake -S . -B build # configure the project and choose a build dir
cmake --build build # build the Singularity SPANK plug-in
sudo cmake --install build # install the binary and configuration files
# on older CMake: cmake --build build --target install
# on older CMake: sudo cmake --build build --target install
```

By default the plug-in `singularity-exec.so` is installed to `/usr/lib64/slurm`.
Expand Down Expand Up @@ -176,7 +176,7 @@ sudo systemctl enable --now munge slurmctld slurmd
[^DoUiD]: Fedora Slurm RPM Package
<https://src.fedoraproject.org/rpms/slurm>

[99]: singularity-exec.conf
[99]: singularity-exec.conf.in
[98]: slurm-singularity-wrapper.sh
[97]: containers.sh
[96]: Vagrantfile
Expand Down

0 comments on commit db4b9e4

Please sign in to comment.