-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I was unable to install the post-processing tools for SGW. while doing "make" I encountered with the error mentioned below.
Could you please suggest, how can I resolve this issue?
Thank you for the wonderful code.
mpif90 -O3 -g -x f95-cpp-input -D__FFTW -D__MPI -I../../../iotk/src -I../../../Modules -I../../../LAXlib -I../../../FFTXlib -I../../../PW/src -I../../../LR_Modules -I. -c mustar.f90
mustar.f90:36:25:
USE ktetra, ONLY : ltetra
1
Error: Symbol ‘ltetra’ referenced at (1) not found in module ‘ktetra’
mustar.f90:199:24:
IF (lgauss .or. ltetra) THEN
1
Error: Symbol ‘ltetra’ at (1) has no IMPLICIT type
mustar.f90:247:43:
WRITE(stdout, '( 5x, "nk1 nk2 nk3", 3i4)'), nk1, nk2, nk3
1
Warning: Legacy Extension: Comma before i/o item list at (1)
mustar.f90:248:46:
WRITE(stdout, '( 5x, "Fermi Vector", f12.7)'), kf
1
Warning: Legacy Extension: Comma before i/o item list at (1)
mustar.f90:249:53:
WRITE(stdout, '( 5x, "Thomas-Fermi Vector", f12.7)'), qtf
1
Warning: Legacy Extension: Comma before i/o item list at (1)
../../../make.inc:16: recipe for target 'mustar.o' failed
make: *** [mustar.o] Error 1