eth-cscs / DLA-Future

DLA-Future
https://eth-cscs.github.io/DLA-Future/master/
BSD 3-Clause "New" or "Revised" License
64 stars 14 forks source link

Update C API tests to use initialization/finalization in each run #1011

Closed RMeli closed 1 year ago

RMeli commented 1 year ago

https://github.com/eth-cscs/DLA-Future/blob/1484d7660447abb87a70c581f6f8a641288acc8b/test/unit/c_api/factorization/test_cholesky_c_api.cpp#L150

This was previously impossible because of https://github.com/pika-org/pika/issues/715. https://github.com/pika-org/pika/pull/716 has been merged an pika@0.18 is required. Thanks @msimberg for the reminder.