mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2025-01-12 22:18:36 +01:00
1d1da00931
The vfc_ci tool has been directly added to the repository, since it's not integrated into Verificarlo yet. The vfc_test_h5.cpp file defines a test inspired by test_h5.cpp that reads a list of cycles and dump the vfc_probes for these cycles.
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"make_command": "make -f Makefile.vfc_ci",
|
|
"executables": [
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "maponia3 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm1 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm2 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm3 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "maponia3 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"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 --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"executable": "bin/vfc_test_h5",
|
|
"parameters" : "sm2 vfc_ci_cycles.txt",
|
|
"vfc_backends": [
|
|
{
|
|
"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 --mode=rr",
|
|
"repetitions": 50
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|