Revision: 421
http://assorted.svn.sourceforge.net/assorted/?rev=421&view=rev
Author: yangzhang
Date: 2008-02-14 17:45:56 -0800 (Thu, 14 Feb 2008)
Log Message:
-----------
adding tbb tests
Added Paths:
-----------
numa-bench/trunk/src/tbb.cc
Added: numa-bench/trunk/src/tbb.cc
===================================================================
--- numa-bench/trunk/src/tbb.cc (rev 0)
+++ numa-bench/trunk/src/tbb.cc 2008-02-15 01:45:56 UTC (rev 421)
@@ -0,0 +1,7 @@
+#include <tbb/scalable_allocator.h>
+
+int
+main()
+{
+ return 0;
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|