mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-03 20:54:08 +01:00
0114fd7b14
Since vfc_ci has been merged wih the main verificarlo repository and is now available in Verificarlo's Docker, the source code of vfc_ci can now be removed. Also, vfc_test_h5.cpp has been modified so that every algorithm is called directly. This results in a much shorter vfc_tests_config.json since we don't need to vall vfc_test_h5 with all algorithms as arguments.
21 lines
502 B
JSON
21 lines
502 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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|