erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

remove print statements in MeshAdapt #1142

Closed cekees closed 4 years ago

cekees commented 4 years ago

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.