Hello,
I am trying to run the benchmarks, following your reademe, using a clean Julia 0.6.4.
The data generator, baseline, SubC and AVparallel are working fine.
However I have some issues:
Running the Pooled/Async/Progressive/Hungarian results in the error:
ERROR: KeyError: key 5 not found
The missing key is always 'M+1' (where M being the workers number).
Running the SliceMR does not produce error, but also does not create any meaningful results.
Any assistance would be welcomed.
Thanks
Hello,
I am trying to run the benchmarks, following your reademe, using a clean Julia 0.6.4.
The data generator, baseline, SubC and AVparallel are working fine.
However I have some issues:
Running the
Pooled/Async/Progressive/Hungarianresults in the error:ERROR: KeyError: key 5 not foundThe missing key is always 'M+1' (where M being the workers number).
Running the
SliceMRdoes not produce error, but also does not create any meaningful results.Any assistance would be welcomed.
Thanks