- update Example05 to use FFTW to check the answer

- update clFFT installation instructions
This commit is contained in:
Dakota St. Laurent
2015-08-12 16:34:10 -04:00
parent 3af7ec6c3b
commit bff9fd6443
5 changed files with 70 additions and 31 deletions

View File

@@ -10,17 +10,10 @@ mkdir build
cd build
cmake ../src
make
make install
sudo make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64
```
and then
```
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/clFFT/build/package/lib64
```
(`pwd` should give the path to the top-level of the repository!).
## Running it
In the top-level directory, run
@@ -30,3 +23,4 @@ make ex04
```
and it should print out a vector! :hamburger: