Skip to content

External libraries

fitchn edited this page Jul 6, 2020 · 1 revision

molecool relies on a number of external libraries. Static linking is used to reduce the requirements on the end user. Unfortunately, this slows down compiling time.

Intel MKL

Highly optimized matrix operations, vectorized random number generation, backend for odeint.

openmp

Almost trivial parallelization.

Boost

Mostly for the odeint library.

spdlog

For logging

Clone this wiki locally