-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcodemeta.json
75 lines (75 loc) · 2.34 KB
/
codemeta.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/LGPL-2.1",
"codeRepository": "git+https://gitlab.inria.fr/starpu/starpu.git",
"contIntegration": "https://ci.inria.fr/starpu/",
"dateCreated": "2009-03-01",
"datePublished": "2009-04-02",
"version": "1.4.2",
"dateModified": "2023-11-23",
"downloadUrl": "https://files.inria.fr/starpu/starpu-1.4.2/starpu-1.4.2.tar.gz",
"issueTracker": "https://github.com/starpu-runtime/starpu/issues",
"name": "StarPU",
"description": "StarPU is a task programming library for hybrid architectures.",
"applicationCategory": "HPC",
"developmentStatus": "active",
"referencePublication": [
"https://dx.doi.org/10.1002/cpe.1631",
"https://tel.archives-ouvertes.fr/tel-00777154",
"https://hal.inria.fr/tel-01959127",
"https://hal.inria.fr/tel-03105625"
],
"releaseNotes": "https://files.inria.fr/starpu/starpu-1.4.2/log.txt",
"keywords": [
"HPC High-Performance Computing",
"Task Paradigm",
"GPU"
],
"programmingLanguage": [
"C",
"C++",
"Fortran",
"Python"
],
"operatingSystem": [
"Linux",
"Mac OS",
"Windows"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5406-8743",
"givenName": "Olivier",
"familyName": "Aumage",
"email": "olivier.aumage@inria.fr",
"affiliation": {
"@type": "Organization",
"name": "INRIA"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2824-2370",
"givenName": "Nathalie",
"familyName": "Furmento",
"email": "nathalie.furmento@labri.fr",
"affiliation": {
"@type": "Organization",
"name": "CNRS"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6411-809X",
"givenName": "Samuel",
"familyName": "Thibault",
"email": "samuel.thibault@ens-lyon.org",
"affiliation": {
"@type": "Organization",
"name": "University of Bordeaux"
}
}
]
}