MPI initialization
When using a filter that supports parallel processing the mpi env must explicitly be setup:
vtkmdiy::mpi::environment env(argc, argv);
This is auto-added in for MPI tests, but for serial tests that use these functions, the call must be explicitly made. For example, see:
This can be confusing.