[GRASS-SVN] r57477 - sandbox/soeren/benchmarks/neighborhood_openmp

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 21 09:54:03 PDT 2013


Author: neteler
Date: 2013-08-21 09:54:03 -0700 (Wed, 21 Aug 2013)
New Revision: 57477

Modified:
   sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh
Log:
uncomment tests

Modified: sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh
===================================================================
--- sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh	2013-08-21 14:12:42 UTC (rev 57476)
+++ sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh	2013-08-21 16:54:03 UTC (rev 57477)
@@ -11,9 +11,9 @@
 echo "openMP tests 1/2/4 threads...:"
 
 export OMP_NUM_THREADS=1
-#time ./neighbor 5000 5000 23
+time ./neighbor 5000 5000 23
 export OMP_NUM_THREADS=2
-#time ./neighbor 5000 5000 23
+time ./neighbor 5000 5000 23
 export OMP_NUM_THREADS=4
 time ./neighbor 5000 5000 23
 



More information about the grass-commit mailing list