On Mon, 16 Sep 2019, Sven Schreiber wrote:
Am 13.09.2019 um 20:16 schrieb Allin Cottrell:
> That's the complementary error in attempting to get real-time output
> from MPI on Windows: we don't hang waiting for non-existent output but
> we fail to read all the output produced.
>
> For the moment, until this is properly sorted out,
Of course having this perfectly functioning would be nice - however, in
most of the cases having delayed output is the most important thing I
guess. Because then you get the error messages that give you information
about why the whole thing failed.
In any case, it's unfortunate that MPI is unusable in the current
released version on Windows.
Have you tested the current release? I thought that should be OK,
since trying to get real-time output to the GUI is a relatively recent
thing. Prior to that you'd have to wait till MPI was finished to see
any output in the GUI, but the output would reliably be complete.
Allin