281
edits
mNo edit summary |
(→Configuration: sundials 3.1) |
||
Line 99: | Line 99: | ||
./configure CPPFLAGS="-I/usr/include/mpi -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX" | ./configure CPPFLAGS="-I/usr/include/mpi -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX" | ||
==== Sundials ==== | |||
On recent Debian and Ubuntu releases whose Sundials version (in {{codeline|libsundials-dev}}) is 3.1, a configure flag needs to be passed for {{codeline|ode15i}} and {{codeline|ode15s}} to be compiled with support for sparse Jacobians (bug {{bug|55937}}), as follows: | |||
./configure CPPFLAGS="-I/usr/include/suitesparse" | |||
== See also == | == See also == |
edits