Eduardo Rocha wrote: > I would like to know if gfortran has support to Thread > Local Storage (TLS) like C and C++ (through __thread keyword). gfortran implements OpenMP private variables with TLS behind the scenes. -- Janne Blomqvist