load_projector in algorithm.SVM loads the hdf5 with 'a' flag.
the load_projector function of SVM uses the append flag for reading the hdf5. Due to file locks it makes the function fail when running in parallel on the grid.
the load_projector function of SVM uses the append flag for reading the hdf5. Due to file locks it makes the function fail when running in parallel on the grid.