-
Notifications
You must be signed in to change notification settings - Fork 16
/
.zenodo.json
64 lines (64 loc) · 1.69 KB
/
.zenodo.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
{
"title": "mallocMC - Memory Allocator for Many Core Architectures",
"description": "This project provides a framework for fast memory managers on many core accelerators. It is based on alpaka to run on many different accelerators and implements multiple algorithms.",
"keywords": [
"mallocMC",
"CUDA",
"manycore",
"GPU",
"allocator"
],
"language": "eng",
"access_right": "open",
"license": {
"id": "MIT"
},
"creators": [
{
"name": "Widera, René",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1642-0459"
},
{
"name": "Lenz, Julian",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-5250-0005"
}
],
"contributors": [
{
"name": "Eckert, Carlchristian",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden",
"orcid": "0000-0002-6459-0842",
"type": "Other"
},
{
"name": "Worpitz, Benjamin",
"type": "Other"
},
{
"name": "Grund, Alexander",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0002-7196-8452",
"type": "Other"
},
{
"name": "Huebl, Axel",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1943-7141",
"type": "Other"
},
{
"name": "Gruber, Bernhard Manfred",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN",
"orcid": "0000-0001-7848-1690",
"type": "Other"
},
{
"name": "Bastrakov, Sergei",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-3396-6154",
"type": "Other"
}
]
}