forked from PTsolvers/JustRelax.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
56 lines (52 loc) · 1.71 KB
/
Project.toml
File metadata and controls
56 lines (52 loc) · 1.71 KB
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
name = "JustRelax"
uuid = "34418575-392d-4e26-8c6d-96b0910afa06"
version = "0.4.5"
authors = ["Albert De Montserrat <albertdemontserratnavarro@erdw.ethz.ch>, Pascal Aellig <paellig@uni-mainz.de>"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CellArrays = "d35fcfd7-7af4-4c67-b1aa-d78070614af4"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
GeoParams = "e018b62d-d9de-4a26-8697-af89c310ae38"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ImplicitGlobalGrid = "4d7a3746-15be-11ea-1130-334b0c4f5fa0"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JustPIC = "10dc771f-8528-4cd9-9d3b-b21b2e693339"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
ParallelStencil = "94395366-693c-11ea-3b26-d9b7aac5d958"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
JustRelaxAMDGPUExt = "AMDGPU"
JustRelaxCUDAExt = "CUDA"
JustRelaxMakieExt = "Makie"
[compat]
AMDGPU = "1, 2"
Adapt = "4"
CUDA = "5"
CellArrays = "0.3.2"
Crayons = "4.1.1"
GeoParams = "0.7.10"
HDF5 = "0.17.1"
ImplicitGlobalGrid = "0.16.2"
JLD2 = "0.5, 0.6"
JustPIC = "0.5.9"
MPI = "0.20"
Makie = "0.24"
MuladdMacro = "0.2"
ParallelStencil = "0.14.2"
Reexport = "1.2.2"
StaticArrays = "1"
Statistics = "1"
TOML = "1.0.3"
WriteVTK = "1.21"
julia = "1.9, 1.10, 1.11"