-
Notifications
You must be signed in to change notification settings - Fork 15
/
.rodare.json
44 lines (44 loc) · 1.45 KB
/
.rodare.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
{
"creators": [
{
"name": "Matthes, Alexander"
},
{
"name": "Meyer, Felix",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"name": "Pausch, Richard",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-7990-9564"
},
{
"name": "Widera, René",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1642-0459"
},
{
"name": "Huebl, Axel",
"orcid": "0000-0003-1943-7141"
},
{
"name": "Gerber, Vincent"
},
{
"name": "Zenker, Erik"
},
{
"name": "Kosukhin, Sergey"
},
{
"affiliation":"HZDR, TU Dresden",
"name":"Lebedev, Anton"
}
],
"title": "ISAAC - In Situ Animation of Accelerated Computations",
"access_right": "open",
"upload_type": "software",
"license": "LGPL-3.0",
"pub_id": "31686",
"description": "Many computations like physics or biologists simulations these days run on accelerated hardware like CUDA GPUs or Intel Xeon Phi, which are itself distributed in a big compute cluster communicating over MPI. The goal of ISAAC is to visualize this data without the need to download it to the host while using the high computation speed of the accelerator."
}