remove mpirun from Spark test
Spark workers require mpirun
for reasons described in the tutorial. If mpirun
is not present, spark/worker count
fails (because no workers were started) and then spark/pi
hangs (because it's waiting for workers to appear).
For the time being, we just skip this test if mpirun
is not available, but really this problem should be fixed.