On Fri, Nov 14, 2014 at 09:47:17PM +0100, Tobias Burnus wrote: > >>Somebody recently suggested (for OpenMP) that we just should use > >>bind(C) in the Fortran module, it is too late for OpenMP, as we > >>have to keep the *_ entrypoints for compatibility anyway, but > >>for OpenACC and new OpenMP functions supposedly you could avoid > >>exporting all the *_ wrappers and use * directly. > >Tobis, as our local expert :-) -- how does that "resonate" with the > >discussion (and implementation) about Fortran/C interfacing > > Unfortunately, it a wrapper either on C or on Fortran side is unavoidable.
Ok, just wanted to rise it, if it isn't possible, fine as is. Jakub