-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
37 lines (33 loc) · 1.08 KB
/
Project.toml
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
name = "JustPIC"
uuid = "10dc771f-8528-4cd9-9d3b-b21b2e693339"
authors = ["Albert De Montserrat <albertdemontserratnavarro@erdw.ethz.ch>, Ivan Utkin <iutkin@ethz.ch>"]
version = "0.5.2"
[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
CellArrays = "d35fcfd7-7af4-4c67-b1aa-d78070614af4"
CellArraysIndexing = "6597d73a-e7d2-484e-9044-f54e6a6a1966"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ImplicitGlobalGrid = "4d7a3746-15be-11ea-1130-334b0c4f5fa0"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
ParallelStencil = "94395366-693c-11ea-3b26-d9b7aac5d958"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
JustPICAMDGPUExt = "AMDGPU"
JustPICCUDAExt = "CUDA"
[compat]
AMDGPU = "0.8, 0.9, 1"
Atomix = "0.1"
CUDA = "5"
CellArrays = "0.2"
CellArraysIndexing = "0.1"
Documenter = "1"
ImplicitGlobalGrid = "0.15"
MPI = "0.20"
MuladdMacro = "0.2.4"
ParallelStencil = "0.12, 0.13"
StaticArrays = "1"
julia = "1.9, 1.10"