More small Makefile fixes

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1437 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2004-11-10 09:54:33 +00:00
parent 72cc4b5940
commit 1104a4b9b3
5 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,7 @@
* dangerous calls to read_restart_tetra and write_restart_tetra
when restarting with no allocated tetrahedra
* vc-relax was not working
* projwfc failed with lda+U

View File

@ -1,9 +1,18 @@
5 Nov 2004 Fixed a bug in the way tetrahedra variables were read/written
on the restart file: since tetra is not alway allocated, the
read_restart_tetra() and write_restart_tetra() can be called
with all the arguments IF AND ONLY IF ltetra is true. otherwise
read_restart_tetra() and write_restart_tetra() must be called
with only the I/O unit. For further comments on this see the
documentation contained in Modules/io_base.f90 (C.S.)
4 Nov 2004 Old parallel variables (such as me mypool) removed everywhere
Missing GPL headers added to Raman (CS)
nspin imported twice in force_hub.f90 (Axel)
Makefiles use now $(MAKE) and $(MFLAGS) as proposed
by Axel - should allow for the use of GNU make in
system having broken makefile - please test (PG)
added autoconf check for make [Gerardo]
3 Nov 2004 path optimization:
1) cleanup of the output format (more informative)

View File

@ -44,7 +44,6 @@ subroutine compbs_2(nocros, norbnow, n2d, ntot, amat, bmat, &
allocate( hmt( noins, noins ) )
allocate( vecaux( ntot, ntot ) )
allocate( ipiv( noins ) )
!
! To interchange inside and right crossing orbitals in a and b

View File

@ -38,6 +38,7 @@ MODULES = \
../Modules/mp_global.o \
../Modules/parallel_include.o \
../Modules/parameters.o \
../Modules/path_formats.o \
../Modules/supercell.o \
../Modules/splinelib.o

View File

@ -6,7 +6,7 @@ include ../make.sys
OBJS = write_upf.o errore.o
MODS = ../Modules/kind.o ../Modules/parameters.o ../Modules/pseudo_types.o \
../Modules/parser.o ../Modules/io_global.o ../Modules/mp_global.o \
../Modules/mp.o
../Modules/mp.o ../Modules/parallel_include.o
SPLINE = ../Modules/splinelib.o
all : cpmd2upf.x fhi2upf.x fpmd2upf.x ncpp2upf.x oldcp2upf.x \