Skip to content

rtburns-jpl/ingot

Repository files navigation

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

About

The INteractive GPU ODE Toolbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published