Fwd: ICE in gfortran 4.7.2 20120714
Vladimír Fuka
vladimir.fuka@mff.cuni.cz
Thu Jul 19 13:08:00 GMT 2012
Hi,
I'm sorry I now found the issue. The problem was, that for some
reason, totally unknown to me, "/usr/local/poisfft_gcc/dp" was not a
directory, but a regular file. Probably when I tried to copy the
library there, I did not create it and just did the cp. I'm sorry,
Vladimir Fuka
2012/7/19 Steve Kargl <sgk@troutmask.apl.washington.edu>:
> On Thu, Jul 19, 2012 at 01:37:38PM +0200, Vladim??r Fuka wrote:
>> Hi,
>> I encountered this ICE. Source file and needed .mod files are
>> attached. The problem is probably, that in the include path stated in
>> the command line there is no poisfft.mod, that should be present
>> there. It should not end with an ICE however.
>>
>>
>
> Seems to work for me.
>
> troutmask:sgk[216] gfc4x -c -cpp poisson.f90
> poisson.f90:260.8:
>
> use poisfft
> 1
> Fatal Error: Can't open module file 'poisfft.mod' for reading at (1): No such file or directory
> troutmask:sgk[217] gfc47 -c -cpp poisson.f90
> poisson.f90:260.8:
>
> use poisfft
> 1
> Fatal Error: Can't open module file 'poisfft.mod' for reading at (1): No such file or directory
> troutmask:sgk[218] gfc46 -c -cpp poisson.f90
> poisson.f90:3.15:
>
> use PARAMETERS
> 1
> Fatal Error: Wrong module version '9' (expected '6') for file 'parameters.mod' opened at (1)
>
>
> --
> Steve
More information about the Fortran
mailing list