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>
Gamma point only compilation fails for 4.6 (using intel 8.1)
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Tue Nov 22, 2011 2:10 am
Gamma point only compilation fails for 4.6 (using intel 8.1)
Last edited by mehmetb on Tue Nov 22, 2011 2:23 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Gamma point only compilation fails for 4.6 (using intel 8.1)
I would strongly suggest to use a more recent version of the Intel compiler, I cannot reproduce this behaviour with Intel.11.1
Last edited by admin on Fri Jan 20, 2012 11:14 am, edited 1 time in total.