[aspect-devel] problem on output writing
Mohamed Gouiza
M.Gouiza at leeds.ac.uk
Mon Feb 15 05:46:54 PST 2016
Maybe not. the version I am using is a month old.
I will compile the latest version then.
Thanks.
Mohamed
On Feb 15, 2016, at 1:42 PM, Timo Heister <heister at clemson.edu<mailto:heister at clemson.edu>> wrote:
Mohamed,
you are not using the most recent version, then.
We are working on an update to fix the issues related to file output
here: https://github.com/geodynamics/aspect/pull/752
On Mon, Feb 15, 2016 at 4:45 AM, Mohamed Gouiza <M.Gouiza at leeds.ac.uk<mailto:M.Gouiza at leeds.ac.uk>> wrote:
Hi Timo,
I am getting the same warning messages. I went to
source/postprocess/visualization.cc<http://visualization.cc> to do the modification that you
suggested but I couldn’t find the if (system((char *)0) != 0) anywhere in
the file. I am using the development version of aspect.
Regards,
-------------------------------------------------
Mohamed Gouiza, Research Fellow
Basin Structure Group, Institute of Applied Geosciences
University of Leeds, School of Earth and Environment
Leeds, LS2 9JT, UK
M.Gouiza at leeds.ac.uk<mailto:M.Gouiza at leeds.ac.uk>
+44 7985 782073
-------------------------------------------------
On Feb 8, 2016, at 8:16 PM, Timo Heister <heister at clemson.edu> wrote:
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/
_______________________________________________
Aspect-devel mailing list
Aspect-devel at geodynamics.org
http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel
_______________________________________________
Aspect-devel mailing list
Aspect-devel at geodynamics.org
http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel
--
Timo Heister
http://www.math.clemson.edu/~heister/
_______________________________________________
Aspect-devel mailing list
Aspect-devel at geodynamics.org
http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/aspect-devel/attachments/20160215/7a2ac518/attachment-0001.html>
More information about the Aspect-devel
mailing list