David Boehme
David Boehme
Turns out Gotcha internally keeps pointers to the user-provided `gotcha_binding_t` structs in `gotcha_wrap()` and happily accesses them later on, e.g. when someone calls dl_open(). That was new to me! Not...
Build fails on platforms that prefer static linking, here Cray: ``` Linking C executable autotee_test cd /global/homes/b/boehme3/src/GOTCHA/build-cori/src/example/autotee && /usr/bin/cmake -E cmake_link_script CMakeFiles/autotee_test.dir/link.txt --verbose=1 /opt/cray/pe/craype/2.5.7/bin/cc CMakeFiles/autotee_test.dir/test_autotee.c.o -o autotee_test -rdynamic libautotee.so ../../libgotcha.so.0.0.1...
Disable the `mpi.call.id` attribute - we're not really using it anywhere right now. Addresses #545.