Hi all,
I'm kind a bit new in VASP and Linux so may be my question is kind a bit silly,
I try to install VASP using pgi, and I already add some library needed like FFTW & BLAS (because gotoBLAS2 and ATLAS still show an error when compiled using pgi), but at the end it still have some error message, it says kind mismatch, but I'm not quite get it what kind of mismatch?
Someone can help me?
These are the error message :
pgf90 -i8 -Mfree -Mcache_align -O2 -c pot.f
PGF90-S-0450-Argument number 1 to fexcg: kind mismatch (pot.f: 176)
0 inform, 0 warnings, 1 severes, 0 fatal for potlok
PGF90-S-0450-Argument number 1 to fexcg: kind mismatch (pot.f: 388)
0 inform, 0 warnings, 1 severes, 0 fatal for potxc
make: *** [pot.o] Error 2
Thanks,
VASP Installation for GPU CUDA support
Moderators: Global Moderator, Moderator
VASP Installation for GPU CUDA support
Last edited by b_lack on Fri Jan 27, 2012 4:33 am, edited 1 time in total.
-
- Hero Member
- Posts: 583
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
VASP Installation for GPU CUDA support
Hi,
kind mismatches appears if you mix, e.g. Integer*4 and Integer*8. This happens often if you call a subroutine with non-matching definitions.
Cheers,
alex
kind mismatches appears if you mix, e.g. Integer*4 and Integer*8. This happens often if you call a subroutine with non-matching definitions.
Cheers,
alex
Last edited by alex on Fri Jan 27, 2012 9:59 am, edited 1 time in total.