Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 431 Bytes

INGOT - The INteractive GPU ODE Toolbox

Requirements

  • CMake ≥ 3.14
  • CUDA Toolkit ≥ 10.1 (due to Thrust ≥ 1.9.4) and C++14 support
  • Eigen 3
  • Googletest (if building unit tests)

If using Anaconda, you can install these from the default channel.

conda install -c defaults cmake eigen gtest python pybind11
conda install -c conda-forge doctest

Building

mkdir build
cd build
cmake ..
make