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
ifftw.h.patch
--- ifftw.h.old	2013-02-05 08:50:34.347507303 -0500
+++ ifftw.h	2013-02-05 08:50:44.011507796 -0500
@@ -1026,7 +1026,7 @@
 
 double X(measure_execution_time)(const planner *plnr, 
 				 plan *pln, const problem *p);
-int X(alignment_of)(R *p);
+IFFTW_EXTERN int X(alignment_of)(R *p);
 unsigned X(hash)(const char *s);
 INT X(nbuf)(INT n, INT vl, INT maxnbuf);
 int X(nbuf_redundant)(INT n, INT vl, int which, 
back to top