Nodes of different colours represent the following:
Solid arrows point from a file to a file which it depends on. A file is dependent upon another if the latter must be compiled before the former can be.
MODULE YOMPLDSW ! Platform dependent switches IMPLICIT NONE SAVE LOGICAL :: LOPT_SCALAR LOGICAL :: LOPT_RS6K ! ------------------------------------------------------------------ !$OMP THREADPRIVATE(lopt_rs6k,lopt_scalar) END MODULE YOMPLDSW