You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running proj-so/src$ ./monitor < ../inputs/1.in fails because reader_parallel starts doing its thing before writer_parallel even has time to start writing.
The text was updated successfully, but these errors were encountered:
reader_parallel starts doing its thing before writer_parallel even has time to start writing, so no SO2014* files exist the first time monitor runs. Therefore, all files are considered invalid. A workaround is to sleep a bit before starting reader_parallel.
Running
proj-so/src$ ./monitor < ../inputs/1.in
fails because reader_parallel starts doing its thing before writer_parallel even has time to start writing.The text was updated successfully, but these errors were encountered: