diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-16 16:18:46 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-16 16:18:46 +0200 |
commit | 5788aff35a23dbe66af63d0fe5c3c532b08fd129 (patch) | |
tree | 035a31ac16f0b5c99dd065beccf167ab1badbcc8 | |
parent | 041eb9d74f5b9fa2b355b28f4faddec70c9a5052 (diff) |
SEL: consistent dfatool keys
-rw-r--r-- | SEL/baselines/cpu/app_baseline.c | 2 | ||||
-rw-r--r-- | SEL/host/app.c | 2 |
2 files changed, 2 insertions, 2 deletions
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); |