-
Notifications
You must be signed in to change notification settings - Fork 11
/
.zenodo.json
86 lines (86 loc) · 2.63 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"created": "2022-02-17",
"title": "CarpetX",
"upload_type": "software",
"creators": [
{
"name": "Schnetter, Erik",
"affiliation": "Perimeter Institute for Theoretical Physics, Waterloo, Ontario, Canada",
"orcid": "0000-0002-4518-9017"
},
{
"name": "Brandt, Steven",
"affiliation": "Center for Computation and Technology, Louisiana State University: Baton Rouge, Louisiana, USA",
"orcid": "0000-0002-7979-2906"
},
{
"name": "Cupp, Samuel",
"affiliation": "Louisiana State University: Baton Rouge, Louisiana, USA",
"orcid": "0000-0003-1758-8376"
},
{
"name": "Haas, Roland",
"affiliation": "National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign, Urbana, Illinois, USA",
"orcid": "0000-0003-1424-6178"
},
{
"name": "Mösta, Philipp",
"affiliation": "Anton Pannekoek Institute of Astronomy, University of Amsterdam, Amsterdam, Netherlands",
"orcid": "0000-0002-9371-1447"
},
{
"name": "Shankar, Swapnil",
"affiliation": "University of Amsterdam, Amsterdam, Netherlands",
"orcid": "0000-0002-5109-0929"
}
],
"description": "CarpetX is a driver for the Cactus software framework. It provides adaptive mesh refinement and multi-block discretizations to applications. CarpetX uses AMReX to offer distributed memory parallelism, multi-threading, and GPU support. CarpetX is intended for the Einstein Toolkit, a software package for simulating computational relativistic astrophysics systems.",
"license": "LGPL",
"doi": "10.5281/zenodo.6131529",
"keywords": [
"AMReX",
"CUDA",
"Cactus",
"Einstein Toolkit",
"GPU",
"adaptive mesh refinement",
"computational astrophysics",
"computational physics",
"distributed computing",
"exascale",
"high-performance computing",
"multi-block systems",
"numerical relativity",
"parallel computing",
"relativistic astrophysics",
"scientific computing"
],
"related_identifiers": [
{
"relation": "isSupplementTo",
"identifier": "10.5281/zenodo.5770803",
"resource_type": "software"
},
{
"relation": "requires",
"identifier": "10.5281/zenodo.5363443",
"resource_type": "software"
}
],
"references": [
"https://githubcom/eschnett/CarpetX/",
"https://amrex-codes.github.io/amrex/",
"https://cactuscode.org/",
"https://einsteintoolkit.org/"
],
"grants": [
{
"id": "10.13039/100000001::2004157"
},
{
"id": "10.13039/100000001::2004879"
}
],
"version": "0.1.0",
"language": "eng"
}