[Pw_forum] Compilation trouble with g95 on AMD64 Athlon 3500
merlin meheut
merlin.meheut at impmc.jussieu.fr
Sun Apr 29 19:59:59 CEST 2007
Dear all,
I tried to compile espresso-3.2 on an AMD64 Athlon 3.5 GHz, using g95,
and I have the following error running the example01:
from create_directory : error #4294967295
unable to create directory ./silicon.save
I have seen somewhere that it may be due to a problem with iotk:
( http://www.democritos.it/pipermail/pw_forum/2006-October/005151.html )
>
> this is a kind inconsistency in call to intrinsic functions;
>
> such problems have been fixed in the cvs version of espresso
> substituting lines like
>
> control = modulo(header,iotk_ncontrol+1)
>
> with
>
> control = modulo(header,int(iotk_ncontrol+1,kind=kind(header)))
>
>
> you can try to repeat the trick for all the lines where the compiler
> complains, otherwise try to you replace the espresso-3.1.1/iotk/ with
> espresso_CVS/iotk, it may probably work without any further problem..
>
> andrea
>
But then I make :
bash at meheut:results$ grep "control = modulo" ../../../*/*/*
../../../iotk/src/iotk_scan.f90: control =
modulo(header,int(iotk_ncontrol+1,kind=kind(header)))
../../../iotk/src/iotk_scan.spp: control =
modulo(header,int(iotk_ncontrol+1,kind=kind(header)))
I have apparently the good version .
May you have any idea on how to fix this?
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the users
mailing list