Cargo Features

RLST has no features set by default.

[dependencies]
rlst = { version = "0.1.1", features = ["strict", "mpi", "suitesparse", "blis", "metal"] }
strict
mpi

Enables mpi ^0.7.0 and mpi-sys

Affects index_layout::default_mpi_index_layout, sparse_mat::mpi_csr_mat, sparse::distributed_vector, sparse::ghost_communicator

suitesparse

Affects external::umfpack, sparse_mat::umfpack

blis

Affects threading::get_num_threads, threading::set_num_threads, threading::enable_threading, threading::disable_threading

metal