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 unsure, I recommend using Micromamba.

Once micromamba is installed, you can optionally create an environment for ingot dependencies:

micromamba create --name ingot
micromamba activate ingot

Then install ingot's dependencies:

micromamba install cmake doctest eigen python pybind11

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