Cannot debug adios under Matlab anymore because of TAU asserts
Created by: pnorbert
I am trying to debug the Matlab bindings, which is an involved manual process under matlab and gdb. However, now calling an adios function will cause the debugger to abort:
>> dbmex on
>> f=adiosopen('heat.bp', 'Verbose', 4)
CallArguments =
adiosopenc:
File name=/autofs/nccs-svm1_proj/e2e/pnorbert/ADIOS/ADIOS2/bindings/Matlab/test/heat.bp
Verbose=4
Assertion 'mytid == mypid' failed, file '/ccs/proj/e2e/pnorbert/ADIOS/ADIOS2/source/adios2/toolkit/profiling/taustubs/tautimer.cpp' line '213'.
Program received signal SIGABRT, Aborted.