Skip to content

Issue with the sgwpp #6

@nayak0399

Description

@nayak0399

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions