blob: 0b5c4fcc64d5f0ec0754c2979e6399109dbcc9ca (
plain)
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
|
{
"name": "vtk-m",
"version-semver": "1.6.0",
"description": "VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures.",
"homepage": "https://gitlab.kitware.com/vtk/vtk-m/",
"supports": "x64 & !uwp",
"features": {
"cuda": {
"description": "Use the NVIDIA CUDA device adapter.",
"dependencies": [
"cuda"
]
},
"double": {
"description": "Use double precision in floating point calculations"
},
"mpi": {
"description": "Use the MPI controller.",
"dependencies": [
"mpi"
]
},
"omp": {
"description": "Use the OpenMP device adapter."
},
"tbb": {
"description": "Use the Intel TBB device adapter.",
"dependencies": [
"tbb"
]
}
}
}
|