Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding pencil decomposition for dos.x by default #1125

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

mikibonacci
Copy link
Member

This fixes #1122

This because we risk to have too many processors and few plane waves. The problem is also present for projwfc.x, but there is not -pd option.

For projwfc.x, we can simply add something in the documentation of the app.

This because we risk to have too many processors and few plane waves.
The problem is also present for projwfc.x, but there is not -pd option.
Copy link
Member

@superstar54 superstar54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.05%. Comparing base (213623c) to head (ee1d336).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1125   +/-   ##
=======================================
  Coverage   71.05%   71.05%           
=======================================
  Files         115      115           
  Lines        7158     7159    +1     
=======================================
+ Hits         5086     5087    +1     
  Misses       2072     2072           
Flag Coverage Δ
python-3.11 71.05% <100.00%> (+<0.01%) ⬆️
python-3.9 71.04% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikibonacci mikibonacci merged commit 0fb24e7 into aiidalab:main Jan 31, 2025
8 checks passed
@mikibonacci mikibonacci deleted the fix/pencil_dec_dos branch January 31, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding pencil decomposition (-pd .true.) also for dos.x and projwfc.x
2 participants