From 3691f96e234546ac69983459d65dfc5c610a0afe Mon Sep 17 00:00:00 2001 From: Johannes Spazier Date: Sun, 6 Apr 2014 16:36:13 +0000 Subject: [PATCH] Flush output. --- code/branches/web/EasyWave.cu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/branches/web/EasyWave.cu b/code/branches/web/EasyWave.cu index d64e02e..c5ddd4e 100644 --- a/code/branches/web/EasyWave.cu +++ b/code/branches/web/EasyWave.cu @@ -131,6 +131,8 @@ int main( int argc, char **argv ) } } + fflush( stdout ); + if( Par.outDump ) { if( (elapsed-lastDump) >= Par.outDump ) { Node.copyIntermediate(); -- GitLab