mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2025-01-13 14:29:15 +01:00
99b297435c
Besides the new variable addition, vfc_test_h5 has also be made simpler by executing directly all the possible lagorithms (instead of requiring argument). This results in a much more concise vfc_tests_config.json, since only one executable invocation is required.
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"make_command": "make -f Makefile.verificarlo",
|
|
"executables": [
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
},
|
|
{
|
|
"name": "libinterflop_mca.so --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|