-
Notifications
You must be signed in to change notification settings - Fork 2
Pagani CUDA
isaki001 edited this page Jan 17, 2022
·
6 revisions
The Pagani implementation is independent of the other codes in this repository and has no dependencies with code on other directories.
To install with CMake, download the cudaPagani directory. Set the environment variable PAGANI_DIR to the directory that contains the cudaPagani repository.
- "mkdir build"
- cd build
- cmake ../ -DPAGANI_DIR=${PAGANI_DIR} -DVEGAS_DIR=${PAGANI_DIR} -DPAGANI_TARGET_ARCH=70-real -DCMAKE_BUILD_TYPE="Release" -G Ninja