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

MatrixFree: Avoid setting face vectorization group boundary in serial #15229

Merged
merged 1 commit into from May 19, 2023

Conversation

kronbichler
Copy link
Member

When working in serial (no MPI ranks), we would previously set up the faces for vectorization in a pessimistic way, treating every range of cell batches as a limit to vectorization. Fix this.

@kronbichler kronbichler changed the title MatrixFree: Avoid setting face vectorization boundary in serial MatrixFree: Avoid setting face vectorization group boundary in serial May 16, 2023
@tamiko
Copy link
Member

tamiko commented May 19, 2023

icpc: error #10106: Fatal error in /opt/intel/oneapi/compiler/2023.1.0/linux/bin/intel64/../../bin/intel64/mcpcom, terminated by kill signal

I think this is spurious. It looks like the tester ran out of memory.

@tamiko tamiko merged commit ff28ade into dealii:master May 19, 2023
13 of 14 checks passed
@kronbichler kronbichler deleted the avoid_unnecessary_work branch May 19, 2023 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants