[aspect-devel] problem on output writing
Timo Heister
heister at clemson.edu
Mon Feb 8 12:16:40 PST 2016
> I keep getting a problem with output writing. It happens that after
> some time steps my system, although it runs without complaining about
> failure, gives a warning and it does not continue writing output vtu, pvtu
> files
can you please go into source/postprocess/visualization.cc and replace
(line 538)
if (system((char *)0) != 0)
by
if (false)
and report back if the code still hangs at some point? If you are not
using the latest development version, let me know.
--
Timo Heister
http://www.math.clemson.edu/~heister/
More information about the Aspect-devel
mailing list