[Assorted-commits] SF.net SVN: assorted: [643] hash-join/trunk/src/hashjoin.cc
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-24 15:40:43
|
Revision: 643 http://assorted.svn.sourceforge.net/assorted/?rev=643&view=rev Author: yangzhang Date: 2008-03-24 08:40:30 -0700 (Mon, 24 Mar 2008) Log Message: ----------- added libnuma, but it's unused Modified Paths: -------------- hash-join/trunk/src/hashjoin.cc Modified: hash-join/trunk/src/hashjoin.cc =================================================================== --- hash-join/trunk/src/hashjoin.cc 2008-03-24 03:37:25 UTC (rev 642) +++ hash-join/trunk/src/hashjoin.cc 2008-03-24 15:40:30 UTC (rev 643) @@ -31,6 +31,14 @@ #include <boost/scoped_array.hpp> +#ifdef NUMA +#ifdef TILE64 +#include <linux/numa.h> +#else +#include <numa.h> +#endif +#endif + using namespace std; using namespace boost; #ifndef STLPORT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |