-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathapptainer.json
More file actions
43 lines (43 loc) · 1.93 KB
/
apptainer.json
File metadata and controls
43 lines (43 loc) · 1.93 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/apptainer",
"@type": "schema:SoftwareApplication",
"name": "Apptainer",
"description": "High-performance container platform designed for scientific computing and HPC environments. Enhances **Compatibility** by enabling co-existence of different software stacks on HPC systems and providing interoperability across diverse computing infrastructures without requiring root privileges. Improves **Flexibility** through high adaptability to HPC and scientific computing environments, scalability from laptops to supercomputers, simplified installability with single-file container images, and easy replaceability of software environments. Strengthens **Reliability** by providing fault tolerance through container isolation, improved availability via consistent execution across different systems, and enhanced recoverability with immutable container images. Supports **Sustainability** by ensuring scientific software remains functional across evolving HPC platforms, meeting long-term computational research needs, and maintaining reproducible research environments over time.",
"url": "https://apptainer.org/",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"isAccessibleForFree": true,
"hasQualityDimension": [
{
"@id": "dim:compatibility",
"@type": "@id"
},
{
"@id": "dim:flexibility",
"@type": "@id"
},
{
"@id": "dim:reliability",
"@type": "@id"
},
{
"@id": "dim:sustainability",
"@type": "@id"
}
],
"howToUse": ["command-line"],
"license": "https://spdx.org/licenses/BSD-3-Clause",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
}
]
}