-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[parform] gzip compression doesn't work #3
Comments
Hi Takahiro, I guess that Misha never got around debugging that properly. Cheers Jos Quoting Takahiro Ueda notifications@github.com:
|
My impression is that it's due to missing initialization of buffers for the compression on the master process, and the buffers should be setup at some point around EndSort or PF_EndSort. I'll look into it. |
Hi Takahiro, Thanks! Jos Quoting Takahiro Ueda notifications@github.com:
|
The gzip compression should be switched off for the output file during the final sorting on the master.
"On compress, gzip, n" can lead an abnormal termination with the parallelization of ParFORM.
The text was updated successfully, but these errors were encountered: