-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install FFT Configs (resolves Issue #102) #110
Conversation
@@ -38,6 +38,7 @@ option(GEARSHIFFT_HCFFT "< Not implemented yet >" OFF) | |||
set(GEARSHIFFT_NUMBER_WARM_RUNS "10" CACHE STRING "Number of repetitions of an FFT benchmark after a warmup.") | |||
set(GEARSHIFFT_NUMBER_WARMUPS "2" CACHE STRING "Number of warmups of an FFT benchmark.") | |||
set(GEARSHIFFT_ERROR_BOUND "0.00001" CACHE STRING "Error-bound for FFT benchmarks.") | |||
set(GEARSHIFFT_INSTALL_CONFIG_PATH "/usr/share/gearshifft/" CACHE STRING "Default install path of config files.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tdd11235813 a better default would be ... "${CMAKE_INSTALL_PREFIX}/share/gearshifft/" CACHE ...
Set `CMAKE_INSTALL_PREFIX` and `GEARSHIFFT_INSTALL_CONFIG_PATH` as you wish, otherwise defaults are used. | ||
``` | ||
mkdir release && cd release | ||
cmake -DCMAKE_INSTALL_PREFIX=/home/user/gearshifft |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tdd11235813 if you write $HOME/gearshifft
and append a single \
and the end of the lines this even works with copy & paste
## Install | ||
|
||
Set `CMAKE_INSTALL_PREFIX` and `GEARSHIFFT_INSTALL_CONFIG_PATH` as you wish, otherwise defaults are used. | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add bash
immediately after the three chars to add colorful highlighting :)
@@ -61,7 +72,7 @@ Runs complete benchmark for clFFT (also applies for cuFFT, fftw, ..) | |||
``` | |||
./gearshifft_clfft | |||
// equals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use #
for bash comments (copy paste is nice)
@@ -61,7 +72,7 @@ Runs complete benchmark for clFFT (also applies for cuFFT, fftw, ..) | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'```bash'
thank you so much for your comments, these will be integrated in the next commit :) |
- adds 2D C2C outplace and <float,double> 1D R2C inplace clFFT test - see ax3l's review of PR mpicbg-scicomp#110
GEARSHIFFT_INSTALL_CONFIG_PATH
.../share/gearshifft/
Edit: see #102
Edit2: forgot to mention, that FFT configs moved:
config/
toshare/gearshifft/