Skip to content

Required Programs

zbhatti edited this page Jul 9, 2014 · 1 revision

OpenCL requires:

clfft from amd for FFT
    https://github.com/clMathLibraries/clFFT
    install:
        clone git repository and cmake the src directory
        much easier than using the tar.gz which is intended for a linux OS
        http://devgurus.amd.com/message/1303193#1303193

CUDA required:

CUDA Toolkit
    https://developer.nvidia.com/cuda-zone
CUDA Toolkit has included cuFFT libraries
nvcc compiler needs gcc/clang compiler for source

FFTW3 Requires:

OSX Install:
    don't use fink, follow the "installing on macosx" headline
    http://www.fftw.org/install/mac.html

Analysis Requires:

ROOT
Python
Pyroot

Clone this wiki locally