On 7/15/2010 9:49 AM, Davide Cesari wrote:
> Il 15/07/2010 03:44, adammaro_at_[hidden] ha scritto:
>> extern "C"
>> {
>> void LBM_(int*,double*,int*,double*,double*);
>> }
>
> well, this seems to be not an MPI problem, but a mixed-language problem,
> try (in C++) to name the Fortran function lbm_, not LBM_, it may help.
> Ciao, Davide
>
Or fix your program to comply with Fortran standard USE iso_c_binding
--
Tim Prince
|