Skip to content

failure with parallel computation with WENO #41

Answered by JanGaertner
Woo-ZL asked this question in Q&A
Discussion options

You must be logged in to vote

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,

  1. On large cases reading from the hard drive takes a long time and is now no longer needed
  2. Collated and uncollated file I/O can be used

In summary, please try out the development branch :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JanGaertner
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants