duplicated routines in lapack removed

Makefile in PP, PH, D3, Gamma fixed


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@117 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2003-03-08 16:35:47 +00:00
parent 6ef446e00d
commit c128a37fe2
6 changed files with 4 additions and 1828 deletions

View File

@ -356,7 +356,6 @@ PWOBJS = ../PW/pwcom.o \
../PW/s_gemm.o \ ../PW/s_gemm.o \
../PW/show_memory.o \ ../PW/show_memory.o \
../PW/smallg_q.o \ ../PW/smallg_q.o \
../PW/sph_bes.o \
../PW/s_psi.o \ ../PW/s_psi.o \
../PW/startup.o \ ../PW/startup.o \
../PW/stop_pw.o \ ../PW/stop_pw.o \

View File

@ -136,7 +136,6 @@ PWOBJS=../PW/pwcom.o \
../PW/sgam_ph.o \ ../PW/sgam_ph.o \
../PW/show_memory.o \ ../PW/show_memory.o \
../PW/smallg_q.o \ ../PW/smallg_q.o \
../PW/sph_bes.o \
../PW/stop_pw.o \ ../PW/stop_pw.o \
../PW/struct_fact.o \ ../PW/struct_fact.o \
../PW/sumkg.o \ ../PW/sumkg.o \

View File

@ -302,7 +302,6 @@ PWOBJS = ../PW/pwcom.o \
../PW/s_gemm.o \ ../PW/s_gemm.o \
../PW/show_memory.o \ ../PW/show_memory.o \
../PW/smallg_q.o \ ../PW/smallg_q.o \
../PW/sph_bes.o \
../PW/s_psi.o \ ../PW/s_psi.o \
../PW/startup.o \ ../PW/startup.o \
../PW/stop_pw.o \ ../PW/stop_pw.o \

View File

@ -227,7 +227,6 @@ PWOBJS = ../PW/pwcom.o \
../PW/s_gemm.o \ ../PW/s_gemm.o \
../PW/show_memory.o \ ../PW/show_memory.o \
../PW/smallg_q.o \ ../PW/smallg_q.o \
../PW/sph_bes.o \
../PW/s_psi.o \ ../PW/s_psi.o \
../PW/startup.o \ ../PW/startup.o \
../PW/stop_pw.o \ ../PW/stop_pw.o \

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,10 @@ MODULEFLAG= -p$(OSHOME)/Modules -p$(OSHOME)/PW -p$(OSHOME)/PH
LD=$(F90) LD=$(F90)
LIBS = -lfftw -lmpi LIBS = -lfftw -lmpi
LDFLAGS = $(OSHOME)/flib/flib.a $(LIBS) LDFLAGS = $(OSHOME)/flib/flib.a $(LIBS)
#
# this accounts for missing auxiliary lapack routines
#
MYLIB = lapack_t3e
# #
# ar: # ar:
# #