Page 1 of 1

VASP Installation for GPU CUDA support

Posted: Fri Jan 27, 2012 4:33 am
by b_lack
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

Posted: Fri Jan 27, 2012 9:59 am
by alex
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