mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
93 lines
2.4 KiB
JSON
93 lines
2.4 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
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|