https://github.com/JuliaLang/julia
Raw File
Tip revision: b672d70716ed83b2b17cbb57ca49f0077977f1e8 authored by Jiahao Chen on 31 July 2014, 15:34:06 UTC
Add @everywhere to run md benchmark in parallel
Tip revision: b672d70
fftw-config-nopthreads.patch
--- configure   2013-01-12 06:08:54 +0100
+++ configure.new       2013-01-12 06:08:51 +0100
@@ -19500,7 +19500,7 @@
    fi
 fi

-THREADLIBS=""
+THREADLIBS=" "
 if test "$enable_threads" = "yes"; then
        # POSIX threads, the default choice:
        if test -z "$THREADLIBS"; then
back to top