Closed rdeviti closed 3 months ago
Thank you for submitting this pull request. If I understand the code correctly, it delays outputs until the execution is finished. This is a regression for programs that take longer. Can you make it optional?
Yes, I think we can make it optional via a flag. Do you have preferences for the flag name?
No, anything that's meaningful will do.
Thank you. As this doesn't affect pure compilation, can you make the option conditional on the execute
attribute just like --hostfile
?
Please let us know if there are other changes that you would like!
No, this looks good now.
When running remote execution (with the HOSTS file) the output prints of the MPC parties are intertwined. This small change separates the output prints of each party, just because it's easier to read (or run a parser on) a tidy output.