Hi All,
I have a quick question about vasp source code:
In each subroutine, we need to include "use prec".
But I just cannot find out the corresponding file starting with words:
"Module prec"
Thanks.
where is the module 'prec'
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 31
- Joined: Thu Dec 08, 2005 2:15 pm
- License Nr.: 471
where is the module 'prec'
Last edited by zhuanghl on Sat Feb 27, 2010 6:35 pm, edited 1 time in total.
-
- Newbie
- Posts: 26
- Joined: Thu Jan 21, 2010 11:41 pm
- License Nr.: 5-100
- Location: USA
where is the module 'prec'
how about MODULE PREC?
Last edited by zoowe on Sat Feb 27, 2010 10:07 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
where is the module 'prec'
prec.mod should be generated during the compilation of vasp (you need an fortran 90 compiler of course)
Last edited by admin on Fri Mar 05, 2010 8:25 pm, edited 1 time in total.