mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
f10a2fe91e
- init and dump have to be called manually - Few config changes to fix CI
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"make_command": "tools/ci_install.sh",
|
|
"executables": [
|
|
{
|
|
"executable": "tests/test_qmckl_distance",
|
|
"vfc_backends": [{
|
|
"name": "libinterflop_mca.so",
|
|
"repetitions": 25
|
|
}]
|
|
}
|
|
]
|
|
}
|