From 9d9d81ad71a52c33ba4db9f8a6059d435d279316 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 9 Mar 2008 16:13:47 +0000 Subject: * basic support for multicore CPU via a .evalOMP() which internaly uses OpenMP if enabled at compile time. * added a bench/ folder with a couple benchmarks and benchmark tools. --- bench/basicbench.cxxlist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bench/basicbench.cxxlist (limited to 'bench/basicbench.cxxlist') diff --git a/bench/basicbench.cxxlist b/bench/basicbench.cxxlist new file mode 100644 index 000000000..93266aaf2 --- /dev/null +++ b/bench/basicbench.cxxlist @@ -0,0 +1,12 @@ +#!/bin/bash + +CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG" +CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000" + +CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG" +CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000" + +CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG" +CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000" + +CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size" \ No newline at end of file -- cgit v1.2.3