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

nonlinear elasticity tutorial fails at mat.Inverse step (Null communicator) #23

Open
davydden opened this issue Sep 2, 2020 · 1 comment

Comments

@davydden
Copy link

davydden commented Sep 2, 2020

https://ngsolve.org/docu/latest/whetting_the_appetite/elasticity.html
fails at

inv = a.mat.Inverse(fes.FreeDofs() )

with 6.2.2006

$python elasticity.py                 
 Generate Mesh from spline geometry
 Boundary mesh done, np = 68
...
Newton iteration 0
energy =  8.75
Assemble linearization
assemble VOL element 168/168                                 
Fatal error in PMPI_Comm_rank: Invalid communicator, error stack:
PMPI_Comm_rank(111): MPI_Comm_rank(MPI_COMM_NULL, rank=0x236a700) failed
PMPI_Comm_rank(68).: Null communicator
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=873025029

this happens for the software stacks built with either openmpi or mpich, thus unlikely to be due to the specific MPI being used.

@davydden
Copy link
Author

davydden commented Sep 4, 2020

After some experiments, I noticed that this happens when ngsolve is built with mumps. It could be an issue on mumps side or on ngsolve. I am not too familiar with debugging python wrappers to c++ libs, if you could provide me some guidance I can try to figure out what's going on here...

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

1 participant