failure with parallel computation with WENO #41
-
Hi all, I encounter a problem with using the WENO scheme. I ran the tutorials well with the scheme in parallelization. However, when I ran a case in parallelization with a mesh generated by myself, it always failed with the following error. But it works when calculating with a single processor. Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Dear Zhenlong, did you use the master branch? I have made some improvements on the development branch to fix these kind of issues especially when you use collated file I/O option in OpenFOAM. The version on the master branch requires that the case is decomposed with the uncollated format and that the processor directories can be read. The new version on the development branch circumvents this by actually sending the mesh information over MPI to the required processors. This has two advantages,
In summary, please try out the development branch :) |
Beta Was this translation helpful? Give feedback.
-
Dear Jan, Thanks a lot for your prompt and detailed explanation. Yes, I am using the old version. I will change to the development version to see if it helps. Thank you again. Kind regards, |
Beta Was this translation helpful? Give feedback.
Dear Zhenlong,
did you use the master branch? I have made some improvements on the development branch to fix these kind of issues especially when you use collated file I/O option in OpenFOAM.
The version on the master branch requires that the case is decomposed with the uncollated format and that the processor directories can be read. The new version on the development branch circumvents this by actually sending the mesh information over MPI to the required processors. This has two advantages,
In summary, please try out the development branch :)