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

ctest crash #419

Closed
bonze82 opened this issue Aug 19, 2023 · 1 comment
Closed

ctest crash #419

bonze82 opened this issue Aug 19, 2023 · 1 comment

Comments

@bonze82
Copy link

bonze82 commented Aug 19, 2023

WinkelPoissonMetisKwayDual_np8 is causing ctest to crash and also crashes x11 on debian systems.

quad core intel chip with 8 gig of ram.
debian bookworm fully updated.

@tzwinger
Copy link
Contributor

tzwinger commented Sep 4, 2023

Could it be that you are running openmpi and it by default wouldn't allow you to engage more tasks than your physically installed cores (i.e., 4)? The failure of other parallel tests exceeding 4 tasks would confirm this. You can limit the maximum task-count with the variable MPI_TEST_MAXPROC in your cmake command. Easy check if limit applies is to do a mpirun -np 8 echo "hello world" in the shell

@raback raback closed this as completed Jul 12, 2024
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

No branches or pull requests

3 participants