Commit Graph

7 Commits

Author SHA1 Message Date
dalcorso a0f7ba8052 Minor cleanup.
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7368 c92efa57-630b-4861-b058-cf58834340f0
2010-12-29 16:13:41 +00:00
giannozz 7059811a79 There isn't any good reason to keep including f_defs.h in fortran files:
preprocessing of cmplx is not really needed; preprocessing of blas and
lapack routine names is no longer complete (there are lowercase blas and
lapack) and no longer needed anyway (no more old-stile cray and nec, no
more problems on PCs with underscores)


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5788 c92efa57-630b-4861-b058-cf58834340f0
2009-08-01 13:41:56 +00:00
paulatto 947832c6d8 Revert: it looks like n=3 actually *is* the most common choice
LP


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@4953 c92efa57-630b-4861-b058-cf58834340f0
2008-05-29 12:19:30 +00:00
paulatto 7478e02134 1. in lapack_atlas.f: recently added zgbtrf requires missing zlaswp
2. in invmat.f90: it is better to put the most common branch first
LP


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@4952 c92efa57-630b-4861-b058-cf58834340f0
2008-05-29 12:15:46 +00:00
giannozz f533b052d5 dbl => DP (defined as previously dbl was)
syntax for declarations: real(DP), without "kind="


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2135 c92efa57-630b-4861-b058-cf58834340f0
2005-08-28 14:09:42 +00:00
sbraccia 0caeadbd7b Machine-dependent definitions are now contained in two different files (both in /include):
1) f_defs.h  for definitions to be included in FORTRAN files ONLY
   2) c_defs.h  for definitions to be included in C       files ONLY

C.S.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1012 c92efa57-630b-4861-b058-cf58834340f0
2004-06-25 17:25:37 +00:00
giannozz e277741dc8 First steps in USPP merge between CP and PW:
PW: nqfm => nqfx, some us variables and aainit moved to Modules/uspp.f90 (new)
CP: lx, lqx => lqmax, lix => lmaxx+1, variables moved, aainit not yet merged
invmat moved to flib/ and merged with invmat3 of CP/FPMD,
rndm and ylmr2 moved to flib/ in rranf.f90


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@793 c92efa57-630b-4861-b058-cf58834340f0
2004-04-13 21:49:51 +00:00