I use the following for the global solution: savevtk(...,communicator = mpiCommSelf);
This also produced .pvd and .pvtu files, but only a single .vtu file.
Thanks, @aszaboa, that works. It would be nice if was another way to avoid the extra output (and generate a .vtu file with the actual name I give in the argument to savevtk), but I guess it’s easy to hack around that