Skip to content

Pagani CUDA

isaki001 edited this page Jan 17, 2022 · 6 revisions

Installation

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

Clone this wiki locally