Closed jreadey closed 9 years ago
I've converted summary.py to work with ipyparallel.
Runs fine on my home linux box with 8 engines, but am seeing heartbeat failures with ODSC.
The heartbeat failures were due to the engine nodes running out of memory trying to do too many simultaneous s3cmd downloads. I've updated the code to limit downloads to 5 processes at a time and that has resolved the issue.
Add option to filter script (e.g. summary.py) to enable use of ipyparallel.