These are not a bit deal, but they will eventually bite us on large parallel runs because they print on every core. The lines will fill up the std out/err buffer for the compute job and/or fill up your home directory when it finally tries to write the job.o# file.
e.g. https://github.com/erdc/proteus/blob/master/proteus/MeshAdaptPUMI/cMeshAdaptPUMI.cpp#L596
These are not a bit deal, but they will eventually bite us on large parallel runs because they print on every core. The lines will fill up the std out/err buffer for the compute job and/or fill up your home directory when it finally tries to write the job.o# file.