From 4a8efc6ca6ca90a7c97b36216d151ea0b84cf930 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Mon, 22 Nov 2010 19:16:09 +0100 Subject: [PATCH] updated Dp = Tp / TDp --- eo/test/t-openmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/test/t-openmp.cpp b/eo/test/t-openmp.cpp index 97d5f969..932da257 100644 --- a/eo/test/t-openmp.cpp +++ b/eo/test/t-openmp.cpp @@ -133,7 +133,7 @@ int main(int ac, char** av) eo::log << "S_p = " << speedup << std::endl; eo::log << "E_p = " << efficiency << std::endl; - double dynamicity = Tpd / Tp; + double dynamicity = Tp / Tpd; if ( dynamicity > nbtask ) { continue; }