[Wannier] testing problem during installation of software
Jingjing Yu
jy95vowa at studserv.uni-leipzig.de
Tue Jun 28 18:19:53 CEST 2022
Hello everyone,
I am trying to install the software of wannier90-3.1.0 in my
ubuntu-20 system.
I copied the the file named make.inc.gfort in config folder to
outside, modified it ,compiled and installed the software seemly
successfully.
But when I did the example tests, some of the tests showed failed.
The error message is similar like
" tests/testw90_write_u_matrices - gaas.win: **FAILED**.
Error running job. Return code: 139 ".
The test error message is showed as
" Program received signal SIGSEGV: Segmentation fault - invalid memory
reference.
Backtrace for this error:
#0 0x7f4688347ae0 in ???
#1 0x7f4688346c45 in ???
#2 0x7f468804151f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3 0x7f467f1c4f0f in ???
#4 0x555de0df5310 in ???
#5 0x555de0d6328c in ???
#6 0x555de0d63831 in ???
#7 0x7f4688028d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#8 0x7f4688028e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#9 0x555de0d61a54 in ???
#10 0xffffffffffffffff in ???
Segmentation fault (core dumped)"
The make.inc file has been attached.
I don't know how to solve it? Could you please give me any help or
suggestion?
Thank you very much! Hoping to get your reply very soon!
Best regards,
Jingjing
--
M.Sc.Jingjing Yu
Universität leipzig
Felix-Bloch-Institut für Festkörperphysik
Halbleiterphysik
-------------- next part --------------
#===================
# gfortran
#===================
F90 = gfortran
#Add next two lines for parallel postw90. Choose the correct name of the mpi f90 wrapper
COMMS = mpi
MPIF90 = mpif90
FCOPTS = -O3
LDOPTS =
#Next two lines are good for debugging
FCOPTS = -fstrict-aliasing -fno-omit-frame-pointer -fno-realloc-lhs -fcheck=bounds,do,recursion,pointer -ffree-form -Wall -Waliasing -Wsurprising -Wline-truncation -Wno-tabs -Wno-uninitialized -Wno-unused-dummy-argument -Wno-unused -Wno-character-truncation -O1 -g -fbacktrace
LDOPTS = -fstrict-aliasing -fno-omit-frame-pointer -fno-realloc-lhs -fcheck=bounds,do,recursion,pointer -ffree-form -Wall -Waliasing -Wsurprising -Wline-truncation -Wno-tabs -Wno-uninitialized -Wno-unused-dummy-argument -Wno-unused -Wno-character-truncation -O1 -g -fbacktrace
#=======================
# ATLAS Blas and LAPACK
#=======================
LIBDIR = /usr/local/lib
LIBS = -L$(LIBDIR) -llapack -lf77blas -lcblas -latlas
#=======================
# NETLIB LAPACK and BLAS
#=======================
#LIBDIR = /rscratch/jry20/LIB/gfortran
#LIBS = -L$(LIBDIR) -llapack -lblas
#=======================
# System LAPACK and BLAS
# e.g. use
# sudo apt-get install libblas-dev liblapack-dev
# on Ubuntu
#=======================
LIBS = -llapack -lblas
More information about the Wannier
mailing list