Reconstructing large meshes doesn't finish, stops with incomplete point file #235
Replies: 7 comments
-
|
There shouldn't be such a limitation with blueCFD-Core... I need to know a few details:
|
Beta Was this translation helpful? Give feedback.
-
|
Dear Bruno, Thank you for taking the time to look into this!
I remember I had the same problem occur for cases of similar size that were decomposed for even more processors (~20) but didn't troubleshoot the issue at the time.
I am writing everything in binary format as of now. Best, Patrick |
Beta Was this translation helpful? Give feedback.
-
|
Hi Patrick, I haven't had time to look into this and there are a few more questions I forgot to ask sooner:
Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Bruno,
I am using
(I am checking this right now and will edit later when I have the results.) Best, Patrick |
Beta Was this translation helpful? Give feedback.
-
|
Hi Patrick, I've tested the following case in a machine with 32GB of RAM. Attached is the file motorBike.meshTest.tar.gz, in which you can unpack and run the script This case is a modified Now this does lead me to the following question: How much RAM does you machine have? Does it have at least 32GB or 64GB? Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Bruno, your case works just fine, thank you for preparing it. My initial problem still persists however.
It's a university computer with 128 GB RAM so I don't think this was the issue. Best, Patrick |
Beta Was this translation helpful? Give feedback.
-
|
OK, then when you get a chance, test with the following command: this is for checking the mesh in parallel, while the mesh is decomposed. I suspect that there is a flaw in the mesh that is resulting in this crash. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I am trying to reconstruct a large mesh that was meshed with
snappyHexMesh, I am facing problems withreconstructParMesh -constant.The job stops at
Writing merged mesh to "C:/Users/..."with thepointfile being 2'184'368'264 bytes large but doesn't abort --- it just stops to continue.The same case fully reconstructs with OpenFOAM in a Windows Docker environment without any problems.
Are there any caps on how large individual files can be due to the way BlueCFD is ported?
Best,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions