How to write in parallel #2679
-
Hi, everyone. I'm trying to solve poisson's equation in parallel( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
[I moved this to a discussion since I think that's probably a better place for it] What would you like to do with the text file after you write it? Just writing the coefficients loses a lot of information, especially in parallel where the distribution of the mesh between processes is not known. If you need this for checkpointing, consider using |
Beta Was this translation helpful? Give feedback.
[I moved this to a discussion since I think that's probably a better place for it]
What would you like to do with the text file after you write it? Just writing the coefficients loses a lot of information, especially in parallel where the distribution of the mesh between processes is not known.
If you need this for checkpointing, consider using
CheckpointFile
which is designed for this purpose.