Skip to content

Commit

Permalink
Add more codemeta information
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Aug 5, 2022
1 parent c57d0fe commit eafc127
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion codemeta.json
Expand Up @@ -16,7 +16,23 @@
"description": "The Hardware Locality (hwloc) software project aims at easing the process of discovering hardware resources in parallel architectures. It offers command-line tools and a C API for consulting these resources, their locality, attributes, and interconnection. hwloc primarily aims at helping high-performance computing (HPC) applications, but is also applicable to any project seeking to exploit code and/or data locality on modern computing platforms.",
"applicationCategory": "HPC",
"developmentStatus": "active",
"referencePublication": "https://dx.doi.org/10.1109/PDP.2010.67",
"referencePublication": [
"https://dx.doi.org/10.1109/PDP.2010.67",
"https://hal.inria.fr/inria-00597961",
"https://tel.archives-ouvertes.fr/tel-00979512"
],
"citation": [
"https://dx.doi.org/10.1109/ICPPW.2014.38",
"https://dx.doi.org/10.1145/2989081.2989115",
"https://dx.doi.org/10.1109/PDP.2017.35",
"https://dx.doi.org/10.1109/IPDPSW.2018.00201",
"https://doi.org/10.1145/3357526.3357546"
],
"keywords": [
"topology",
"hardware",
"locality"
],
"programmingLanguage": [
"C"
],
Expand Down

0 comments on commit eafc127

Please sign in to comment.