Skip to content

Commit

Permalink
Fixed dependencies for the FFT test
Browse files Browse the repository at this point in the history
  • Loading branch information
qnxor committed Aug 14, 2015
1 parent 3d7892f commit 67d81b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

- 1.5.3, 2015-08-14 - Fixed dependencies for FFT test
- 1.5.2, 2015-03-11 - Fixed graph missing labels (tex problem)
- 1.5.1, 2015-03-10 - Fixed FFT binary and number of default threads (cores - 1)
- 1.5.0, 2015-03-10 - Plots power draw, indicate stats, detects Tmax and TDP overruns
Expand Down
7 changes: 7 additions & 0 deletions macoh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@ moh-check-gputest ()
[[ -r $bin/done-gputest && -d $bin/GpuTest.app ]] || moh-get-gputest force
}

# Check packages for the FFT test
moh-check-fft ()
{
moh-check-common
}

# Check packages for a user defined command
moh-check-usercmd ()
{
Expand All @@ -449,6 +455,7 @@ moh-cmd ()
moh-do-fft ()
{
do=fft
moh-check-fft
local cmd="$(dirname $0)/fftwtest"
local threads=`getthreads $fftthreads`
chmod +x "$cmd"
Expand Down

0 comments on commit 67d81b4

Please sign in to comment.