mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-26 06:15:08 +01:00
348fe14dd0
Because the algorithm to use is passed as a parameter to vfc_tests_h5, it was necessary to update the tests configuration to add a new execution.
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"make_command": "make -f Makefile.verificarlo",
|
|
"executables": [
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "maponia3 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
},
|
|
{
|
|
"name": "libinterflop_mca.so --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm1 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
},
|
|
{
|
|
"name": "libinterflop_mca.so --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm2 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
},
|
|
{
|
|
"name": "libinterflop_mca.so --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm3 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
},
|
|
{
|
|
"name": "libinterflop_mca.so --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm4 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
},
|
|
{
|
|
"name": "libinterflop_mca.so --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|