Further workaround for #1655: Avoid hangup automatically when using writeIterations()#1728
Conversation
118ca5d to
ca6237b
Compare
|
originally writeIterations()[timestep] was created to serve for adios streaming steps. The file based write iterations were still using series->iterations[timestep]. As we discussed yesterday, sounds like the distinction is not there anymore. I just want to double check. An iteration will either be from writeIterations() or readIterations()? |
|
By the way, thanks for putting the test in. |
|
guj
left a comment
There was a problem hiding this comment.
Out of curiosity, if I use iterations() instead of writeIterations,
will this fix still work?
When using
writeIterations(), the currently active Iteration should be flushed regardless if it is dirty (unless it has been closed).#1655, @guj