On http://www.netlib.org/clapack/, CLAPACK 3.2.1 is mentioned to be threadsafe.
However, looking at the code, dlamch.c is definitely not thread safe, and dlaln2.c does not appear to be thread safe.
Also, dlacon.c and (in CBLAS) drotmg.c do not appear to be thread safe, but they seem to be unused.
Am I missing something? Thank you.

