Gamma point only compilation fails for 4.6 (using intel 8.1)
Posted: Tue Nov 22, 2011 2:23 am
Hi Everyone,
The 4.6 compiles successfully for the parallel version (-DNGZhalf), but fails for the gamma-only version (-DwNGZhalf). I am using intel 8.1 (and in the makefile I can see that this version is not a good choice, but that's all I have)
Here's the error message I am getting:
=============================
mpif90.i -FR -lowercase -assume byterecl -O3 -xW -tpp7 -c pot.f90
fortcom: Error: pot.f90, line 265: The type of the actual argument differs from the type of the dummy argument. [DENCOR]
CHTOT,CVTOT,DENCOR)
------------------------------^
fortcom: Error: pot.f90, line 487: The type of the actual argument differs from the type of the dummy argument. [DENCOR]
CHTOT,CVTOT,DENCOR)
------------------------------^
compilation aborted for pot.f90 (code 1)
make: *** [pot.o] Error 1
==============================
Any ideas? Any workarounds?
Thanks!
<span class='smallblacktext'>[ Edited ]</span>
The 4.6 compiles successfully for the parallel version (-DNGZhalf), but fails for the gamma-only version (-DwNGZhalf). I am using intel 8.1 (and in the makefile I can see that this version is not a good choice, but that's all I have)
Here's the error message I am getting:
=============================
mpif90.i -FR -lowercase -assume byterecl -O3 -xW -tpp7 -c pot.f90
fortcom: Error: pot.f90, line 265: The type of the actual argument differs from the type of the dummy argument. [DENCOR]
CHTOT,CVTOT,DENCOR)
------------------------------^
fortcom: Error: pot.f90, line 487: The type of the actual argument differs from the type of the dummy argument. [DENCOR]
CHTOT,CVTOT,DENCOR)
------------------------------^
compilation aborted for pot.f90 (code 1)
make: *** [pot.o] Error 1
==============================
Any ideas? Any workarounds?
Thanks!
<span class='smallblacktext'>[ Edited ]</span>