fix psh hangs at scale

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@529 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-02-19 20:37:30 +00:00
parent 7deddaf8f7
commit 502900fee2

View File

@ -111,6 +111,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting
}
chomp($line);
print $nodehdl{$readyh}.": ".$line."\n";
IO::Handle::flush(stdout);
}
return $rc;
}