-
Notifications
You must be signed in to change notification settings - Fork 152
Description
Describe the bug
Having compiles the 3.9.0 version with libRI and libxc, I ran a 16-atom GaAs supercell with hse .
The input file is
`INPUT_PARAMETERS
suffix GaAs
ntype 2
pseudo_dir ./
orbital_dir ./
ecutwfc 60 # Rydberg
scf_thr 1e-4 # Rydberg
basis_type lcao # changes the type of basis set
calculation scf # this is the key parameter telling abacus to do a scf calculation
dft_functional hse
mixing_beta 0.8
exx_real_number 1
gamma_only 1
symmetry 1
smearing_method fixed`
The 64-core node has a memory of 2TB. The job crashed with segmentation fault. The log files are attached.
Is this a bug?
Thanks,
Vahid
Expected behavior
I expect to see self consistent calculation to finish with hse.
To Reproduce
I can tar the source code and send it to you.
Environment
Linux
Intel
MKL, FFTW, cereal, libxc, openmpi
Additional Context
No response
Task list for Issue attackers (only for developers)
- Verify the issue is not a duplicate.
- Describe the bug.
- Steps to reproduce.
- Expected behavior.
- Error message.
- Environment details.
- Additional context.
- Assign a priority level (low, medium, high, urgent).
- Assign the issue to a team member.
- Label the issue with relevant tags.
- Identify possible related issues.
- Create a unit test or automated test to reproduce the bug (if applicable).
- Fix the bug.
- Test the fix.
- Update documentation (if necessary).
- Close the issue and inform the reporter (if applicable).