timemory icon indicating copy to clipboard operation
timemory copied to clipboard

Gotcha: build error if using `glibc` > `v2.34`

Open romintomasetti opened this issue 3 years ago • 1 comments

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

romintomasetti avatar Oct 19 '22 13:10 romintomasetti

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

jrmadsen avatar Oct 21 '22 20:10 jrmadsen