Seg. fault. on yambo-4.2.1
Posted: Mon Feb 26, 2018 2:53 pm
Dear administrators,
I have compiled yambo-4.2.1 successfully (I guess) using the following options:
#!/bin/bash
make clean_all
source /applis/site/env.bash
module purge
module load intel-devel/14
module load netcdf/4.3.2_intel-14.0.2
module load fftw/3.3.4_intel-14.0.2
export FC=ifort
export MPIF77=mpif90
export F77=ifort
export CC=icc
./configure --enable-open-mp --with-netcdf-path=/applis/site/stow/intel_14.0.2/netcdf_4.3.2 --with-netcdff-pat\
h=/applis/site/stow/intel_14.0.2/netcdf-fortran_4.4.1 --with-netcdf-libdir=/applis/site/stow/intel_14.0.2/netcd\
f_4.3.2/lib --with-netcdf-includedir=/applis/site/stow/intel_14.0.2/netcdf_4.3.2 --with-netcdff-libdir=/applis\
/site/stow/intel_14.0.2/netcdf-fortran_4.4.1/lib --with-netcdff-includedir=/applis/site/stow/intel_14.0.2/netc\
df-fortran_4.4.1/include --with-blas-libs="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core" --with-lapack-libs="-\
lmkl_intel_lp64 -lmkl_sequential -lmkl_core" --with-blacs-libs="-lblacs" --with-fft-path=/applis/site/stow/in\
tel_14.0.2/fftw_3.3.4
make yambo interfaces 1> make.log 2>make.err
--- Then I have successfully converted pwscf output ysing p2y and then sucessfully initialized yambo.
Then, I want to compute the exchange self energy for the hBN (example yambo webpage)
HF_and_locXC # [R XX] Hartree-Fock Self-energy and Vxc
SE_Threads=0 # [OPENMP/GW] Number of threads for self-energy
EXXRLvcs= 40 Ry # [XX] Exchange RL components
%QPkrange # [GW] QP generalized Kpoint/Band indices
7| 7| 8| 9|
%
And I get a segmentation fault error:
<---> [01] CPU structure, Files & I/O Directories
<---> CPU-Threads:1(CPU)-12(threads)
<---> [02] CORE Variables Setup
<---> [02.01] Unit cells
<---> [02.02] Symmetries
<---> [02.03] RL shells
<---> [02.04] K-grid lattice
<---> [02.05] Energies [ev] & Occupations
<---> [03] Transferred momenta grid
<01s> [04] Bare local and non-local Exchange-Correlation
<01s> [WF] Performing Wave-Functions I/O from ./SAVE
<01s> [FFT-HF/Rho] Mesh size: 12 12 32Segmentation fault (core dumped)
Attached the conf.log (and summary of compilation). Btw, I compiled successfully also using internal netcdf and internal fftw but eventually get the same error.
Also, on my local machine everything works fine, same hBN calculations, same input ...
Thanks for any hint you can provide...
Roberta
I have compiled yambo-4.2.1 successfully (I guess) using the following options:
#!/bin/bash
make clean_all
source /applis/site/env.bash
module purge
module load intel-devel/14
module load netcdf/4.3.2_intel-14.0.2
module load fftw/3.3.4_intel-14.0.2
export FC=ifort
export MPIF77=mpif90
export F77=ifort
export CC=icc
./configure --enable-open-mp --with-netcdf-path=/applis/site/stow/intel_14.0.2/netcdf_4.3.2 --with-netcdff-pat\
h=/applis/site/stow/intel_14.0.2/netcdf-fortran_4.4.1 --with-netcdf-libdir=/applis/site/stow/intel_14.0.2/netcd\
f_4.3.2/lib --with-netcdf-includedir=/applis/site/stow/intel_14.0.2/netcdf_4.3.2 --with-netcdff-libdir=/applis\
/site/stow/intel_14.0.2/netcdf-fortran_4.4.1/lib --with-netcdff-includedir=/applis/site/stow/intel_14.0.2/netc\
df-fortran_4.4.1/include --with-blas-libs="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core" --with-lapack-libs="-\
lmkl_intel_lp64 -lmkl_sequential -lmkl_core" --with-blacs-libs="-lblacs" --with-fft-path=/applis/site/stow/in\
tel_14.0.2/fftw_3.3.4
make yambo interfaces 1> make.log 2>make.err
--- Then I have successfully converted pwscf output ysing p2y and then sucessfully initialized yambo.
Then, I want to compute the exchange self energy for the hBN (example yambo webpage)
HF_and_locXC # [R XX] Hartree-Fock Self-energy and Vxc
SE_Threads=0 # [OPENMP/GW] Number of threads for self-energy
EXXRLvcs= 40 Ry # [XX] Exchange RL components
%QPkrange # [GW] QP generalized Kpoint/Band indices
7| 7| 8| 9|
%
And I get a segmentation fault error:
<---> [01] CPU structure, Files & I/O Directories
<---> CPU-Threads:1(CPU)-12(threads)
<---> [02] CORE Variables Setup
<---> [02.01] Unit cells
<---> [02.02] Symmetries
<---> [02.03] RL shells
<---> [02.04] K-grid lattice
<---> [02.05] Energies [ev] & Occupations
<---> [03] Transferred momenta grid
<01s> [04] Bare local and non-local Exchange-Correlation
<01s> [WF] Performing Wave-Functions I/O from ./SAVE
<01s> [FFT-HF/Rho] Mesh size: 12 12 32Segmentation fault (core dumped)
Attached the conf.log (and summary of compilation). Btw, I compiled successfully also using internal netcdf and internal fftw but eventually get the same error.
Also, on my local machine everything works fine, same hBN calculations, same input ...
Thanks for any hint you can provide...
Roberta