[GRASS-SVN] r57505 - sandbox/soeren/benchmarks/neighborhood_openmp
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 26 05:09:29 PDT 2013
Author: neteler
Date: 2013-08-26 05:09:29 -0700 (Mon, 26 Aug 2013)
New Revision: 57505
Modified:
sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh
Log:
revert last nonsense commit
Modified: sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh
===================================================================
--- sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh 2013-08-26 10:44:41 UTC (rev 57504)
+++ sandbox/soeren/benchmarks/neighborhood_openmp/benchmark.sh 2013-08-26 12:09:29 UTC (rev 57505)
@@ -5,6 +5,8 @@
#
# requires gcc 4.7+
+#
+# See also: http://wiki.gentoo.org/wiki/Safe_CFLAGS
gcc -Wall -fopenmp -lgomp -Ofast neighbor_bench.c -o neighbor
@@ -17,22 +19,7 @@
export OMP_NUM_THREADS=4
time -p ./neighbor 5000 5000 23
-
echo "------------------------------"
-echo "openMP tests 1/2/4 threads with AES...:"
-
-# http://en.wikipedia.org/wiki/AES_instruction_set
-gcc -Wall -fopenmp -lgomp -Ofast -maes neighbor_bench.c -o neighbor
-
-export OMP_NUM_THREADS=1
-time -p ./neighbor 5000 5000 23
-export OMP_NUM_THREADS=2
-time -p ./neighbor 5000 5000 23
-export OMP_NUM_THREADS=4
-time -p ./neighbor 5000 5000 23
-
-
-echo "------------------------------"
echo "openMP tests 1/2/4 threads with AVX-i...:"
# requires recent processors, see
More information about the grass-commit
mailing list