On Tue, Sep 10, 2024 at 12:19:33PM +0200, Tobias Burnus wrote: > Background: OpenMP states that for 'map(var)', all allocatable components > of 'var' will automatically also be mapped ('deep mapping').
Not a review, just a comment. This kind of recursive mapping is also what needs to happen for declare mapper, so wonder if that shouldn't be solved together; and some way to merge mappings of one field after another with the same way if consecutive fields (with possibly some padding bits in between) are mapped the same way. Jakub