ports/math/fftw3/files/extrapatch-tests_fftw-bench.c
Jason E. Hale d0cd21ef75 - Update to 3.3.5
- Add SIMD option to easily toggle cpu optimizations (ON by default)
- Add OPENMPI option to build the MPI libraries (OFF by default) [1]
- Strip slave port binaries
- Take maintainership

PR:		203847 [1]
Submitted by:	<dieterich@ogolem.org> [1]
2016-10-26 00:16:09 +00:00

11 lines
375 B
C

Fix regression tests when OPENMP option is enabled.
--- tests/fftw-bench.c.orig 2016-10-25 22:27:48 UTC
+++ tests/fftw-bench.c
@@ -110,7 +110,6 @@ void rdwisdom(void)
if (threads_ok) {
BENCH_ASSERT(FFTW(init_threads)());
FFTW(plan_with_nthreads)(nthreads);
- FFTW(make_planner_thread_safe)();
#ifdef _OPENMP
omp_set_num_threads(nthreads);
#endif