Commit Graph

34 Commits

Author SHA1 Message Date
2fdf7e9cba Remove the runner from the repository
It has been moved to an standalone tool at
https://github.com/rodarima/bigotes/
2024-04-26 13:05:48 +02:00
ac12be8c12 Compute several statistics 2024-04-26 13:05:48 +02:00
6e2058edce Fix heat output order 2024-04-26 13:05:48 +02:00
80a47f1ec9 Put back the b6_ prefix 2024-04-26 13:05:48 +02:00
1ea42b7d8f Remove unused function from runner 2024-04-26 13:05:47 +02:00
788f272760 Merge heat files into a single directory
Gaspi is still pending.
2024-04-26 13:05:47 +02:00
ce3a71e602 Add CMake module to find Nodes 2024-04-26 13:04:36 +02:00
5efab69386 Build kernel with vectorization 2024-04-26 13:03:46 +02:00
6517bdda91 Improve runner reporting 2024-04-26 13:03:46 +02:00
0c702492a5 Use relative error as tolerance 2024-04-26 13:03:45 +02:00
95e037796d Set iterations done 2024-04-26 13:03:45 +02:00
2861c43f05 Update reported line 2024-04-26 13:03:45 +02:00
3aab096ef9 Use -fompss-2 flag for Nanos6 2024-04-26 13:03:45 +02:00
3a201d35ca Add SOR solver 2024-04-26 13:03:45 +02:00
d8185c0d0c Add relax parameter for SOR 2024-04-26 13:03:45 +02:00
5763f6388f Initialize only one wall 2024-04-26 13:03:45 +02:00
ff9baa7554 Use popen() in the runner 2024-04-26 13:03:45 +02:00
18ab6b6a14 Fix heat MPI benchmarks 2024-04-26 13:03:45 +02:00
a6683056ff Revert "Add cleanup command"
This reverts commit 1e6ce2aa8a.
2024-04-26 13:03:35 +02:00
1e6ce2aa8a Add cleanup command 2023-05-22 19:27:29 +02:00
789d2e60e0 Fix ompss2 microbenchmarks 2023-05-22 18:57:18 +02:00
dd04c180a7 Reorganice sources 2023-05-22 18:25:19 +02:00
78bd792cf1 Disable register_deps benchmark
The multidep is failing in clang at commit 8ecaac6d
2023-05-19 11:11:07 +02:00
Rodrigo Arias
71bbd6d7c6 Add variants with nodes 2023-05-18 20:17:47 +02:00
Rodrigo Arias
c543a5582c Add missing bench6.h file 2023-05-18 19:43:48 +02:00
Rodrigo Arias
0e7bb600b4 Add heat mini-app and use cmake 2023-05-18 19:42:16 +02:00
586ffcddf6 Use blocker tasks in readywave
Also adds some extra options to control the benchmark.
2023-03-20 13:37:25 +01:00
88c2434e13 Remove get_time_ms() and use get_time() 2023-03-14 12:39:49 +01:00
6832d0e627 Use 100 runs by default 2023-03-14 10:21:01 +01:00
08d67b1a62 Fix -w option 2023-03-14 10:20:43 +01:00
aecb6b0ae8 Add readywave test 2023-03-13 18:33:08 +01:00
0eed8e22fb Remove unused main.c file 2022-07-19 18:15:28 +02:00
0d2427c127 Use plain Makefile instead of CMake
Move each test to a single binary.
2022-07-19 18:05:37 +02:00
67703da3ad Initial commit 2022-07-19 17:05:58 +02:00