From 5788aff35a23dbe66af63d0fe5c3c532b08fd129 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 16 Jul 2024 16:18:46 +0200 Subject: SEL: consistent dfatool keys --- SEL/baselines/cpu/app_baseline.c | 2 +- SEL/host/app.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'SEL') diff --git a/SEL/baselines/cpu/app_baseline.c b/SEL/baselines/cpu/app_baseline.c index c6f84f4..d077fd2 100644 --- a/SEL/baselines/cpu/app_baseline.c +++ b/SEL/baselines/cpu/app_baseline.c @@ -227,7 +227,7 @@ int main(int argc, char **argv) { nr_threads++; if (rep >= p.n_warmup) { - printf("[::] SEL | n_threads=%d e_type=%s n_elements=%d" + printf("[::] SEL-CPU | n_threads=%d e_type=%s n_elements=%d" #if NUMA " numa_node_in=%d numa_node_out=%d numa_node_cpu=%d numa_distance_in_cpu=%d numa_distance_cpu_out=%d" #endif diff --git a/SEL/host/app.c b/SEL/host/app.c index 611732a..3949a0b 100644 --- a/SEL/host/app.c +++ b/SEL/host/app.c @@ -317,7 +317,7 @@ int main(int argc, char **argv) { if (status) { printf("[" ANSI_COLOR_GREEN "OK" ANSI_COLOR_RESET "] Outputs are equal\n"); if (rep >= p.n_warmup) { - printf("[::] SEL UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%d n_elements_per_dpu=%d", + printf("[::] SEL-UPMEM | n_dpus=%d n_ranks=%d n_tasklets=%d e_type=%s block_size_B=%d n_elements=%d n_elements_per_dpu=%d", NR_DPUS, nr_of_ranks, NR_TASKLETS, XSTR(T), BLOCK_SIZE, input_size, input_size_dpu_round); printf(" b_with_alloc_overhead=%d b_with_load_overhead=%d b_with_free_overhead=%d numa_node_rank=%d ", WITH_ALLOC_OVERHEAD, WITH_LOAD_OVERHEAD, WITH_FREE_OVERHEAD, numa_node_rank); -- cgit v1.2.3