Jonathan R. Madsen

Results 199 comments of Jonathan R. Madsen

Ah ok. Thanks for correcting this. Yes it should not be difficult to adapt the affine transform in [utils.cu](https://github.com/tomopy/tomopy/blob/cfeb9cab03a85063e43ef307a990497e98ccd17a/source/gpu/utils.cu#L244-L245) to handle this.

[Relevant link for CTF](https://github.com/efficios/babeltrace/)

Yeah looks like another internal dyninst bug. I'll look into this when I'm working on #91

This should be fixed by the Dyninst updates in #164

Could you set `OMNITRACE_DEBUG=ON` in the environment (not a config variable) and see if you see a message like `[omnitrace]... MPI_Init_thread(...)` before the segfault? I want to see if this...

Come to think of it, this is very likely happening bc building with MPI support causes a circular dependency... i.e., `libomnitrace.so` is linked to the MPI libraries which is linked...

So I have definitely been able to instrument the HIP/ROCm libraries, I did it when I was approximating the code coverage of the rocm tests but I did have to...

Note: you can normally instrument several rocm libraries, it happens all the time when you do runtime instrumentation. You could also just try that, after the appropriate modifications to the...

I believe this was fixed. Could you verify @arghdos?

> build configuration with various compilation failures within various Dyninst parts ( TBB, ELFUTILS, BOOST). But was able to get compilation using the following, (yes the ELFUTILS is enabled twice,...