Commit Graph

45 Commits

Author SHA1 Message Date
6517bdda91 Improve runner reporting 2024-04-26 13:03:46 +02:00
565ca20050 Set compiler to clang in CMakeLists.txt 2024-04-26 13:03:45 +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
1ca63adaee Add plot scripts 2024-04-26 13:03:45 +02:00
c6c0279d24 Turn on SIMD by default 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
802eeca3ee Add TAMPI cmake module 2024-04-26 13:03:44 +02:00
d4e736aa9c Add flake 2024-04-26 13:03:44 +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
fd1282863e Only search for Nanos6 and NODES in *_HOME vars 2023-05-22 18:52:46 +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
16ce3f3064 Disable IPO 2023-05-19 10:39:17 +02:00
7139d903a8 Search Nodes in system paths 2023-05-19 10:36:48 +02:00
49307a708a Add cmake modules for Nanos6 and Nodes 2023-05-19 10:00:54 +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
0ef60b870a Delete old Makefile 2023-05-18 19:42:47 +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
f0fccd8fe8 Add install target 2023-03-14 14:34:20 +01:00
70081f2237 Only build binaries with make 2023-03-14 14:34:20 +01:00
25c88bca0f Merge branch 'readywave' into 'master'
Add readywave test

See merge request rarias/bench6!1
2023-03-14 12:41:19 +01:00
88c2434e13 Remove get_time_ms() and use get_time() 2023-03-14 12:39:49 +01:00
0f4db94ea1 Add readywave plot to README 2023-03-14 10:56:57 +01:00
45b23dceba Add shell.nix 2023-03-14 10:36:36 +01:00
7f2903d404 Add readywave plot script 2023-03-14 10:21:27 +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
0687f12344 Set the width of some plots 2022-07-19 18:12:19 +02:00
5041c9e49b Adjust DPI 2022-07-19 18:09:15 +02:00
e98dac8b9b Add examples 2022-07-19 18:07:25 +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