David Poliakoff
David Poliakoff
@tpatki Unfortunately, there's not great formal documentation on that, which I'll of course make a note of. Typical practice is to copy/paste something existing. As to what's required, only init...
@zfrye-llnl : sorry that I missed you in the last message. You might also want to check out kokkos/kokkos#2422 , in which we're adding an autotuning extension to this interface....
I like where you're starting with this. Also looping in @daboehme in case he has opinions about how we're playing with Caliper here
@keichi , yeah, all the tricks I can think of would require some pretty invasive changes to Kokkos to make this work. As a workaround, you can of course use...
Pinging @ajpowelsnl , as this is likely to be of interest to her. I'll take a look myself as well, later
@jonesholger : just saw your last comment, I've run into the same thing. Have you looked at sharing that back with the Hatchet folks? I think it could be useful
This comment is to expand on the problem, for my own notes, as this issue is really thorny An example of this problem is that somebody calls dlsym(RTLD_NEXT, "foo"), where...
Since it's you, I wanted to try something Could you set the environment variables ``` export XTPE_LINK_TYPE=dynamic export CRAYPE_LINK_TYPE=dynamic ``` Before building? If that works, I'll push a fix in...
I'll need to test it. For now I'm centered around getting GOTCHA not to shoot itself in the foot this way, I think I can make it just build me...
@daboehme , how would you recommend replicating this issue? Is there a Cray machine you'd like to see this work on? A Caliper build line?