mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- 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]
11 lines
375 B
C
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
|