timemory
timemory copied to clipboard
Gotcha: build error if using `glibc` > `v2.34`
I'm building timemory with Gotcha support. It worked fine until Ubuntu 22.04 came in. In this release, glibc is at v2.35 and we hit the issue already mentioned on Gotcha's repository:
- https://github.com/LLNL/GOTCHA/pull/100
Ah yes. I have a fix that in another branch of timemory. I'll try to take care of it next week but in the meantime, you can go into the gotcha submodule (after you've cloned it) and do a git checkout timemory && git pull