Skip to content

Commit

Permalink
Added MPI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 16, 2024
1 parent 6c3f7c3 commit ad9692c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ nightly = ["pulp/nightly"]
# Treat warnings as a build error.
strict = []
sleef = ["rlst/sleef"]
default = ["sleef"]
default = ["sleef", "mpi"]
mpi = ["dep:mpi", "dep:bempp-distributed-tools"]


[package]
name = "green-kernels"
Expand Down Expand Up @@ -36,6 +38,8 @@ coe-rs = "0.1.2"
pulp = { version = "0.21" }
bytemuck = "1.16.0"
hexf = "0.2.1"
mpi = { version = "0.8.*", optional = true }
bempp-distributed-tools = { git = "https://github.com/bempp/distributed_tools.git", optional = true }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit ad9692c

Please sign in to comment.