Skip to content

Code for Fermilab LDRD 2020-050 "Numerical Integration on GPUs", implementing the CUHRE routine for GPUs.

License

Notifications You must be signed in to change notification settings

marcpaterno/gpuintegration

Repository files navigation

Numerical Integration on GPUs

This repository contains code developed in support of Fermi National Accelerator Laboratory's LDRD project 2020-050, "Numerical Integration on GPUs".

Obtaining the code

This project uses git submodules to obtain several other codebases. The easiest way to obtain all the code needed is to use a special form of the git clone command:

git clone --recurse-submodules ...

If you clone a new submodule repository into this one, after doing the clone, remember to update our list of submodules:

git submodule update --init --recursive

About

Code for Fermilab LDRD 2020-050 "Numerical Integration on GPUs", implementing the CUHRE routine for GPUs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published