UoB-HPC / stdpar-nbody

https://research-information.bris.ac.uk/en/publications/efficient-tree-based-parallel-algorithms-for-n-body-simulations-u
MIT License
2 stars 0 forks source link

Add format shim for compat with libstdc++ 12 #28

Closed illuhad closed 3 months ago

illuhad commented 3 months ago

Compile with -DFMT_FORMAT_WORKAROUND to make the code use fmt::format instead of std::format. This makes it work with libstdc++ 12 with AdaptiveCpp, which is more easy to setup due to availability in Ubuntu 22.04.