You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you also tried Frontran code that goes into a static library? -fPIC on the Fortran code might do but then, this may require libfortran.a to be built with -fPIC which isn't the case with default configuration.
The following commands create a binary, that is instrumented with TSan, has the Clang-TSan, LLVM-openmp and archer runtime library linked:
I'm not sure, how to modify the compiler wrapper, to split the compilation into this two steps.
The text was updated successfully, but these errors were encountered: