ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
384 stars 86 forks source link

Add json config #1607

Closed yhmtsai closed 1 month ago

yhmtsai commented 1 month ago

This PR adds header only json config which follows the same setup as kokkos extension.

Because it is quite simple one, do we just compile it into extension library? For example, we only provide parse_json_file or sstream way to user. The json library will not need to export to user and we/users do not need to install it.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud