[clfft] 30/128: minor
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Oct 22 14:54:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clfft.
commit 6da80e3d61af0eedafe0d4feb360915e76dd87af
Author: Billy Everyteen <i.amirgh at gmail.com>
Date: Thu Aug 20 12:16:09 2015 -0500
minor
---
src/scripts/perf/fftPerformanceTesting.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/scripts/perf/fftPerformanceTesting.py b/src/scripts/perf/fftPerformanceTesting.py
index 76aed1b..cb0602d 100644
--- a/src/scripts/perf/fftPerformanceTesting.py
+++ b/src/scripts/perf/fftPerformanceTesting.py
@@ -96,9 +96,9 @@ def executable(library):
exe = 'clFFT-client'
elif library == 'cuFFT':
if sys.platform == 'win32':
- exe = 'cuFFT-Client.exe'
+ exe = 'cuFFT-client.exe'
elif sys.platform == 'linux2':
- exe = 'cuFFT-Client'
+ exe = 'cuFFT-client'
else:
print 'ERROR: unknown library -- cannot determine executable name'
quit()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list