Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
elemental impure subroutine is_intel_pstate_available(this)! bug: it does not depend on a nodeclass(linux_nodes),intent(inout)::thisinteger::is_intel_pstatelogical::exinquire(file='/sys/devices/system/cpu/intel_pstate',exist=ex)if(ex)is_intel_pstate=1if(.not.ex)is_intel_pstate=0this%is_intel_pstate=is_intel_pstate! if (this%debug=='on') print'(a,i0)', 'intel pstate avail: ',this%is_intel_pstateend subroutine is_intel_pstate_available