You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I test the case in #4255 , I found segmentation error from DFT-D3:
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 0 PID 73219 RUNNING AT iZ8vb7tfkypr38uhx9uiqfZ
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 1 PID 73220 RUNNING AT iZ8vb7tfkypr38uhx9uiqfZ
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 2 PID 73221 RUNNING AT iZ8vb7tfkypr38uhx9uiqfZ
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 3 PID 73222 RUNNING AT iZ8vb7tfkypr38uhx9uiqfZ
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
but error message with one processor:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTICE
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
XC (`default`)'s DFT-D3(0) parameters not found
CHECK IN FILE : OUT.ABACUS/warning.log
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTICE
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expected behavior
No response
To Reproduce
No response
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).
The text was updated successfully, but these errors were encountered:
@dyzheng Hi, DFT-D3 now requires an explicit definition on the parameter dft_functional to complete the correct autoset on DFT-D3 parameters. This design is for forcing the user to use DFT-D3 correction correctly, to avoid the case that user uses XC other than PBE but only add one line vdw_method d3_0 in INPUT, without knowing the DFT-D3 parameters are still those of PBE.
In your case, adding a line dft_functional pbe will work.
Describe the bug
When I test the case in #4255 , I found segmentation error from DFT-D3:
but error message with one processor:
Expected behavior
No response
To Reproduce
No response
Environment
No response
Additional Context
No response
Task list for Issue attackers (only for developers)
The text was updated successfully, but these errors were encountered: