-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathscorep.json
More file actions
17 lines (17 loc) · 794 Bytes
/
scorep.json
File metadata and controls
17 lines (17 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/scorep",
"@type": "SoftwareApplication",
"applicationCategory": { "@id": "rs:AnalysisCode", "@type": "@id" },
"appliesToProgrammingLanguage": ["C", "C++"],
"description": "Scalable Performance Measurement Infrastructure for Parallel Codes that provides highly scalable and easy-to-use tool suite for profiling and event trace recording of HPC applications, enabling performance optimization in computational research.",
"hasQualityDimension": {
"@id": "dim:performance_efficiency",
"@type": "@id"
},
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/0BSD",
"name": "Score-P",
"url": "https://gitlab.com/score-p/scorep"
}