Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

a small netgen 2D MPI mesh bug

More
4 years 11 months ago #1573 by Guosheng Fu
When I run 2D code in MPI, I get the following warning (although the code still runs)
Code:
Element::Element: unknown element with 3 points
Here my element shall be a 3 point triangle, and it should not call the 3D element function to get its type...

This warning does not appear when I run in serial...
More
4 years 11 months ago #1574 by joachim
It would be easier to debug if you provide the python code
(citation Guosheng)
More
4 years 11 months ago #1575 by Guosheng Fu
lol...
here is a minimal code that generate the message
I ran
Code:
mpirun -np 5 ngspy test.py
It produce four copies of
Code:
Element::Element: unknown element with 3 points
Attachments:
More
4 years 10 months ago #1586 by matthiash
Which versions of NGSolve are you running?

I cannot reproduce your issue with NGSolve-6.2.1902-139-gc4543a8b9 and the corresponding Netgen version.
More
4 years 10 months ago #1588 by Guosheng Fu
After I updated to NGSolve-6.2.1902-139-gc4543a8
the message was gone... thanks
Time to create page: 0.175 seconds