Open tsiayigong opened 11 months ago
Hi, I also have this problem. Have you solve it ?
I also have this problem.
OS: Ubuntu 22 LTS
extract_forceconstants version: 1.2
Compiler: Intel Fortran compiler mpiifort
version 2021.11.1. I tried with both -O0
and -O3
optimization flags.
The error seems to be related to symmetry checking. Compiling with -g -traceback
debuging flag gives the following error:
READ STRUCTURE AND SETUP CUTOFFS
... reading unitcell
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
libc.so.6 000006CA76242520 Unknown Unknown Unknown
extract_forcecons 000000000097BCEF type_symmetryoper 845 type_symmetryoperation.f90
extract_forcecons 000000000096C8D6 type_symmetryoper 559 type_symmetryoperation.f90
extract_forcecons 00000000007BC97C type_crystalstruc 60 type_crystalstructure_symmetry.f90
extract_forcecons 00000000004147D5 MAIN__ 48 main.f90
extract_forcecons 000000000040F91D Unknown Unknown Unknown
libc.so.6 000006CA76229D90 Unknown Unknown Unknown
libc.so.6 000006CA76229E40 __libc_start_main Unknown Unknown
extract_forcecons 000000000040F835 Unknown Unknown Unknown
Dear developers, When I try to run the basic examples for GaN via
extract_forceconstants -rc2 100 --polar -s 50
, I obtain some error:If you have any suggestion?