module Context:sig
..end
Contexts for creating Sundials values using MPI
Provides an alternative to Sundials.Context.make
that allows
specifying an MPI communciator.
val make : ?profiler:Sundials.Profiler.t -> Mpi.communicator -> Sundials.Context.t
Create a new context.