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.
#ifndef OQP_BLAS_INT #define OQP_BLAS_INT 4 #endif module mathlib_types implicit none integer, parameter :: BLAS_INT = OQP_BLAS_INT integer, parameter :: HUGE_BLAS_INT = HUGE(1_BLAS_INT) logical, parameter :: INT_REQ_CONV = storage_size(1_blas_int) == storage_size(1) end module mathlib_types