Skip to content

Commit

Permalink
[distributed] add MPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed May 2, 2024
1 parent b0daae9 commit 4430034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.2"
julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "e68a52ad5a16d82956752f872a748fb2c58f0650"
project_hash = "a0b191ce16e9135bbe84a975738cc44187b79d7b"

[[deps.ADTypes]]
git-tree-sha1 = "fcdb00b4d412b80ab08e39978e3bdef579e5e224"
Expand Down Expand Up @@ -239,7 +239,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.1.0+0"
version = "1.1.1+0"

[[deps.CompositionsBase]]
git-tree-sha1 = "802bb88cd69dfd1509f6670416bd4434015693ad"
Expand Down
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ Downloads = "1.4"
FileIO = "1.6"
FillArrays = "0.11, 0.13, 1"
Gridap = "0.17.16, 0.18"
GridapEmbedded = "0.8, 0.9"
GridapDistributed = "0.3, 0.4"
GridapEmbedded = "0.8, 0.9"
IterativeSolvers = "0.9"
MeshIO = "0.4"
ProgressMeter = "1.7"
PartitionedArrays = "0.3"
ProgressMeter = "1.7"
julia = "1.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"

[targets]
test = ["Test"]
test = ["Test", "MPI"]

0 comments on commit 4430034

Please sign in to comment.