abacus-develop icon indicating copy to clipboard operation
abacus-develop copied to clipboard

`KILLED BY SIGNAL: 6 (Aborted)` caused by `Gint_interface::cal_gint_vlocal` in EXX calculation when using ABACUS 3.7.1 and 3.7.2

Open xdzhu opened this issue 1 year ago • 2 comments

Describe the bug

When I was using ABACUS versions 3.7.1 and 3.7.2 for HSE calculations, the program crashed after completing the first round of EXX with an error message indicating that xxx had exited. After enabling debug information, I found that the program stopped at the Gint_interface::cal_gint_vlocal function. Do you have any ideas on how to resolve this issue? To reproduce, you can check the zip file: signal6.zip

screen output: image

running_scf.log: image

Expected behavior

No response

To Reproduce

To reproduce, you can check the zip file: signal6.zip

Environment

No response

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).

xdzhu avatar Aug 02 '24 04:08 xdzhu

Can you reproduce this error using the latest version of ABACUS (commit: 895c282)? The most recent commit modified the cal_gint_vlocal function, which might have fixed the previous issue. This test case consumes too much memory, and I haven't been able to get results on my computer. Perhaps you could provide a smaller test case?

dzzz2001 avatar Aug 03 '24 15:08 dzzz2001

Can you reproduce this error using the latest version of ABACUS (commit: 895c282)? The most recent commit modified the cal_gint_vlocal function, which might have fixed the previous issue. This test case consumes too much memory, and I haven't been able to get results on my computer. Perhaps you could provide a smaller test case?

I pull the latest version of Commit: d2d5c56 and compile abacus, the signal 6 ERROR also comes up. signal6-again.zip

image

xdzhu avatar Aug 06 '24 09:08 xdzhu

Now the problem is solved.

image

xdzhu avatar Aug 08 '24 06:08 xdzhu