Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • v0.3
  • v0.2
  • v0.1
4 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    README.md 1020 B

    dedisp

    This repository is derived from Ben Barsdell's original GPU De-dedispersion library (code.google.com/p/dedisp) And forked from https://github.com/ajameson/dedisp.

    Installation Instructions:

    1. Clone the directory
    2. Set-up cmake in a build directory, e.g. /build/dedisp
      • $ cmake <source dir path> -DCMAKE_INSTALL_PREFIX=<install dir path>
    3. Optionally further configure cmake through interactive build settings
      • $ccmake .
      • e.g. set DEDISP_BUILD_BENCHMARKS to ON to enable build of performance benchmarks [default: ON]
      • e.g. set DEDISP_BUILD_TESTING to ON to enable build of tests [default: ON]
      • e.g. set DEDISP_DEBUG to ON to enable build with more verbose output (for debugging purposes) [default: OFF]
    4. make and install
      • $ make install

    This repository has been developed and tested with cmake 3.16.2, gcc 8.3.0 and CUDA 11.0.1

    Refer to the Documentation page for more information on usage of this repository.