Recently, I encountered the problem of Segmentation fault when running static screening calculations. It crashed at the step of computing dipoles. From the report and CPU log files, I don't see any obvious problem. Do you have any idea why this happens?
I am not sure if it could be related to an compilation issue or due to any problem of library used.
The input file is
Code: Select all
screen # [R] Inverse Dielectric/Response Matrix
em1s # [R][Xs] Statically Screened Interaction
rim_cut # [R] Coulomb potential
infver # [R] Input file variables verbosity
dipoles # [R] Oscillator strenghts (or dipoles)
ElecTemp= 0.000000 eV # Electronic Temperature
BoseTemp= 0.000000 eV # Bosonic Temperature
NLogCPUs=8 # [PARALLEL] Live-timing CPU`s (0 for all)
PAR_def_mode= "balanced" # [PARALLEL] Default distribution mode ("balanced"/"memory"/"workload"/"KQmemory")
DIP_CPU= "4 32 1" # [PARALLEL] CPUs for each role
DIP_ROLEs= "k c v" # [PARALLEL] CPUs roles (k,c,v)
DIP_Threads= 8 # [OPENMP/X] Number of threads for dipoles
X_and_IO_CPU= "4 1 1 32 1" # [PARALLEL] CPUs for each role
X_and_IO_ROLEs= "q g k c v" # [PARALLEL] CPUs roles (q,g,k,c,v)
X_and_IO_nCPU_LinAlg_INV=-1 # [PARALLEL] CPUs for Linear Algebra (if -1 it is automatically set)
X_Threads= 8 # [OPENMP/X] Number of threads for response functions
RandQpts= 3000000 # [RIM] Number of random q-points in the BZ
RandGvec= 109 RL # [RIM] Coulomb interaction RS components
CUTGeo= "slab z" # [CUT] Coulomb Cutoff geometry: box/cylinder/sphere/ws/slab X/Y/Z/XY..
Chimod= "HARTREE" # [X] IP/Hartree/ALDA/LRC/PF/BSfxc
% BndsRnXs
1 | 200 | # [Xs] Polarization function bands
%
NGsBlkXs= 10 Ry # [Xs] Response block size
% LongDrXs
1.000000 | 1.000000 | 0.000000 | # [Xs] [cc] Electric Field
%
Changpeng