Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 432 Bytes

HemePure_GPU

GPU CUDA version of HemePure.
Build dependencies before attempting to build hemepure_gpu.

DEPENDENCIES

  1. Create dep/build/ .
  2. In dep/build/ run ccmake -B. -H../ or ccmake .. .
  3. Configure using CMake.
  4. Run make in dep/build/.

SOURCE

  1. Create src/build/.
  2. In src/build/ run ccmake -B. -H../ or ccmake .. .
  3. Configure using CMake.
  4. Run make in src/build/.