Cargo Features
Walky has no features set by default.
[dependencies]
walky = { version = "1.1.0", features = ["benchmarking", "mpi"] }
- benchmarking
Features from optional dependencies
- mpi implicit feature
-
Enables mpi ^0.6
for MPI crate feature
Affects
computation_mode::MPI_COMPUTATION
,datastructures::MPICostRank
,datastructures::MPICostPath
,matching::mpi_improve_matching
,matching::bootstrap_mpi_matching_calc
,nearest_neighbour::nearest_neighbour_mpi
,exact::static_mpi_solver
,exact::static_mpi_solver_generic
,exact::dynamic_mpi_solver
…