-
Notifications
You must be signed in to change notification settings - Fork 2
/
3.8.5.lua
29 lines (23 loc) · 1.11 KB
/
3.8.5.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
help([==[
Description
===========
Apptainer/Singularity is the most widely used container system for HPC. It is de
signed to execute applications at bare-metal performance while being secure, por
table, and 100% reproducible. Apptainer is an open-source project with a friendl
y community of developers and users. The user base continues to expand, with App
tainer/Singularity now used across industry and academia in many areas of work.
More information
================
- Homepage: https://apptainer.org/
]==])
whatis([==[Description:
Apptainer/Singularity is the most widely used container system for HPC. It is d
esigned to execute applications at bare-metal performance while being secure, po
rtable, and 100% reproducible. Apptainer is an open-source project with a friend
ly community of developers and users. The user base continues to expand, with Ap
ptainer/Singularity now used across industry and academia in many areas of work.
]==])
whatis([==[Homepage: https://apptainer.org]==])
whatis([==[URL: https://apptainer.org/]==])
local root = "/path/to/stack/singularity/3.8.5"
prepend_path("PATH", pathJoin(root, "bin"))