[Pw_forum] phonon_dos.x not created........

2011-07-15 Thread Guntram Schmidt
Thanks a lot - this works! Phonon_DOS/makefile: .SUFFIXES: .f .o FC = /usr/bin/gfortran-4.3 #ifort LD = $(FC) #-static DOS = phonon_dos.x TET = tetra.x #Linux # FFLAGS = -O3 -ffast-math -fno-f2c FFLAGS = -O3 Debye/makefile .SUFFIXES: .f90 .f .o FC = /usr/bin/gfortran-4.3 LD = $(FC) #-sta

[Pw_forum] phonon_dos.x not created........

2011-07-14 Thread GAO Zhe
I compiled QHA in this way and successed. This is the biggining of makefile in my Phonon_DOS folder: .SUFFIXES: .f .o FC = mpif90#ifort LD = $(FC) #-static DOS = phonon_dos.x TET = tetra.x #Linux #FFLAGS = -O3 -ffast-math -fno-f2c FFLAGS = -O3 OBJ1 =phonon_dos.o k_brillouin.o generate_tetra.

[Pw_forum] phonon_dos.x not created........

2011-07-13 Thread Guntram Schmidt
Dear Muhammad Zafar, have you removed the FFLAGS = -O3 and used the linux-proposed: FFLAGS = -O3 -ffast-math -fno-f2c in each makefile? In my case, this was important. Good luck, Guntram Am 13.07.2011 13:22, schrieb zafar rasheed: > > > > Dear Users > I want to use QHA for thermodyn

[Pw_forum] phonon_dos.x not created........

2011-07-13 Thread zafar rasheed
Dear Users I want to use QHA for thermodynamic properties. I change fortran compiler ifort to gfortran?(fedora core 7)in makefiles of Debay,Include,Phonon_Dos,SRC diretories . This change creates all *.x files except Phonon_dos.x . The process after compilation is?as follows ? [root at