From c7a34a6a5ef2b857361c59914700430c20060cea Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Sun, 28 Nov 2010 00:19:46 +0100 Subject: [PATCH] added n processus and fixed bound parameters --- eo/test/t-openmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/test/t-openmp.py b/eo/test/t-openmp.py index 2f7ac80f0..330fe666a 100755 --- a/eo/test/t-openmp.py +++ b/eo/test/t-openmp.py @@ -94,7 +94,7 @@ def main(): logging.info('EA in time O(1) and O(n) - speedup measure Sp, Ep and Dp for P & D') - n = options.nProc + n = int(options.nProc) F = options.fixedBound logging.info('(1) measure for all combinaisons of P n D')