Implemented a more robust approach to failure of jobs in parallel distgeom. Now we send 1.1*n jobs and require that only n of them finish successfully. These solves many issues: even if 0.1*n jobs fail the whole thing will be successful, if a jobs hangs forever we will not wait for it to finish.
|