-
Notifications
You must be signed in to change notification settings - Fork 5
Description
SternheimerGW not compiling with QE 6.5 exit with errors.
Error is mentioned as follows
Error: Symbol ‘ftau’ referenced at (1) not found in module ‘symm_base’
unfold_w.f90:79:41:
CALL gmap_sym(num_g_corr, nsym, s, ftau, gmapsym, eigv, invs)
1
Error: Symbol ‘ftau’ at (1) has no IMPLICIT type
/home/catalyst/qe-6.5/SternheimerGW-0.15_QE6.3/../make.inc:16: recipe for target 'unfold_w.o' failed
make[3]: *** [unfold_w.o] Error 1
make[3]: Leaving directory '/home/catalyst/qe-6.5/SternheimerGW-0.15_QE6.3/algo/symmetry/src'
Makefile:24: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/catalyst/qe-6.5/SternheimerGW-0.15_QE6.3/algo/symmetry'
Makefile:38: recipe for target 'module' failed
make[1]: *** [module] Error 1
make[1]: Leaving directory '/home/catalyst/qe-6.5/SternheimerGW-0.15_QE6.3/algo'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2