Hi! On Wed, 12 Nov 2014 11:06:26 +0100, Jakub Jelinek wrote: > On Tue, Nov 11, 2014 at 01:53:23PM +0000, Julian Brown wrote: > > [OpenACC libgomp changes] > > [openacc.f90, and exporting symbols in libgomp.map] > > +OACC_2.0 { > > + global: > > + acc_get_num_devices; > > + acc_get_num_devices_h_; > > 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 in ? Grüße, Thomas