From 671fdd67eb5fab31861a5bb1b51dc87ed4fcfcd7 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 3 Jul 2024 16:22:46 +0200 Subject: SEL: Add a variant that does not rely on serial reads from all DPUs ~10x speedup on 10 ranks --- SEL/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SEL/support') diff --git a/SEL/support/timer.h b/SEL/support/timer.h index 3e826f0..3ec6d87 100755 --- a/SEL/support/timer.h +++ b/SEL/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{ - struct timeval startTime[8]; - struct timeval stopTime[8]; - double time[8]; + struct timeval startTime[9]; + struct timeval stopTime[9]; + double time[9]; }Timer; -- cgit v1.2.3