Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Once again, Linux does not follow the real way of doing things.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 10 Oct 2013 12:39:30 +0000 (14:39 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 10 Oct 2013 12:52:12 +0000 (14:52 +0200)
commit8c9500c7f0d7dd6880a72b3640866b0353b58b19
treeccbbf6bf7ce7e6a7cedacf07f3b7a47286d6c7cf
parent0872a1448d6028bf61caa02018c81cff7ea63125
Once again, Linux does not follow the real way of doing things.

The default buffering mode for output streams seems different on
Windows (lines don't mix in the same order between stdout and stderr).
Use unbuffered mode, since line buffer mode is not supported on these
systems.

See http://msdn.microsoft.com/en-us/library/86cebhfs%28v=vs.71%29.aspx
   _IOLBF
     For some systems, this provides line buffering. However, for Win32,
     the behavior is the same as _IOFBF - Full Buffering."

Let's wait for the cdash to confirm that it works...
teshsuite/simdag/platforms/basic_parsing_test.c
teshsuite/simdag/platforms/flatifier.c