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

Error: "nbands < ncpus"

Open smclucky opened this issue 1 year ago • 1 comments

Describe the bug

I have carried out a "cell-relax" calculation for a system containing 2 Li atoms using the LCAO basis set. This calculation was performed using 32 cores. However, an error occurred stating "nbands < ncpus". Despite this issue, it was not observed in CP2K, and the relevant examples are attached for reference. issue-bug.zip

Thank you.

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

smclucky avatar May 08 '24 13:05 smclucky

Thanks, it is caused by the fact that the basis number is too small to run on so many cores. We may able to fix it after we reform the MPI communicator, it will take a while

mohanchen avatar May 08 '24 14:05 mohanchen