Skip to content

Commit

Permalink
stdout line buffering (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplol authored and ShadenSmith committed Apr 13, 2017
1 parent 345a0a4 commit f091485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmds/splatt_bin.c
Expand Up @@ -77,6 +77,8 @@ int main(
int argc,
char **argv)
{
setvbuf(stdout, NULL, _IOLBF, 0);

int rank = 0;
#ifdef SPLATT_USE_MPI
MPI_Init(&argc, &argv);
Expand Down

0 comments on commit f091485

Please sign in to comment.