Closed hservatg closed 2 years ago
The following code
type :: t_date integer :: year = 1992, month = 07, day = 01 end type
leads to the following invalid declare mapper.
!$omp declare mapper (t_date::x) map (x%year = 1992,x%month = 07,x%day& !$omp = 01)
The following code
leads to the following invalid declare mapper.