-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
37 lines (33 loc) · 1.07 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 <[email protected]>, Ivan Utkin <[email protected]>"]
version = "0.5.7"
[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
CellArrays = "d35fcfd7-7af4-4c67-b1aa-d78070614af4"
CellArraysIndexing = "6597d73a-e7d2-484e-9044-f54e6a6a1966"
ImplicitGlobalGrid = "4d7a3746-15be-11ea-1130-334b0c4f5fa0"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
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 = "1"
CUDA = "5"
CellArrays = "0.3"
CellArraysIndexing = "0.2"
ImplicitGlobalGrid = "0.15, 0.16"
JLD2 = "0.5.11"
MPI = "0.20"
MuladdMacro = "0.2.4"
ParallelStencil = "0.14"
StaticArrays = "1"
julia = "1.10, 1.11"