WIP pdi for gysela
Something strange happens (always) when the metadata are not copied during the PDI_expose. The bug was (with gcc 4.8) with the fortran api.
- Any metadata entering PDI expose change the value of all the metadata
- Using printf (I know debugger are better), before anything is done in PDI expose all the metadata synchronized...
Bug fix: it is likely a problem of pointer/address or similar. When metadata are copied during the share this fix the bug.
@jbigot : Good or bad solution ?