-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcodemeta.json
More file actions
108 lines (108 loc) · 3.71 KB
/
codemeta.json
File metadata and controls
108 lines (108 loc) · 3.71 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
{
"numpex-catalog": "https://numpex.github.io/sw-catalog/terms-1.0/index.jsonld#",
"Role": "https://schema.org/Role",
"roleName": "https://schema.org/roleName",
"url": "https://schema.org/url"
}
],
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/LGPL-2.1",
"codeRepository": "https://gitlab.inria.fr/starpu/starpu.git",
"contIntegration": "https://ci.inria.fr/starpu/",
"dateCreated": "2009-03-01",
"datePublished": "2009-04-02",
"version": "1.4.11",
"dateModified": "2025-12-04",
"downloadUrl": "https://files.inria.fr/starpu/starpu-1.4.11/starpu-1.4.11.tar.gz",
"issueTracker": "https://github.com/starpu-runtime/starpu/issues",
"name": "StarPU",
"description": "StarPU is a task-based runtime system for heterogeneous platforms coupling a performance modeling scheduler with a distributed shared-memory manager. It provides a framework for task scheduling on heterogeneous, accelerated platforms, together with an API for implementing various classes of scheduling algorithms. This scheduling framework jointly works with a distributed shared-memory manager to optimize task mappings and data transfers, and to overlap communications with computations.",
"codemeta:isSourceCodeOf": {
"id": "https://starpu.gitlabpages.inria.fr/"
},
"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.11/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"
}
}
],
"numpex-catalog:annotatedLink": [
{
"@type": "Role",
"roleName": "numpex-catalog:documentation",
"url": "https://starpu.gitlabpages.inria.fr/doc.html"
},
{
"@type": "Role",
"roleName": "numpex-catalog:discussion",
"url": "https://discord.gg/vKVJsuHB8U"
},
{
"@type": "Role",
"roleName": "numpex-catalog:guix_package",
"url": "https://gitlab.inria.fr/guix-hpc/guix-hpc/-/blob/master/inria/storm.scm"
},
{
"@type": "Role",
"roleName": "numpex-catalog:spack_package",
"url": "https://github.com/spack/spack-packages/tree/develop/repos/spack_repo/builtin/packages/starpu/package.py"
}
]
}