Get compiler name
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(profile_config_t), | intent(in) | :: | self |
function get_profile_compiler(self) result(compiler) class(profile_config_t), intent(in) :: self character(len=:), allocatable :: compiler compiler = compiler_id_name(self%profile_feature%platform%compiler) end function get_profile_compiler