I have two dlls that link against the static mkl libraries. One of the dlls links against the sequential version and the other against the multi-threaded version. Those two dlls are then loaded in to the same process where multiple threads of that process may be using the sequential version and multi-threaded version concurrently. Does anybody know whether this is safe to do please?
Kind regards
Mark