[aspect-devel] problem on output writing
Timo Heister
heister at clemson.edu
Mon Feb 15 05:42:41 PST 2016
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> wrote:
> Hi Timo,
>
> I am getting the same warning messages. I went to
> source/postprocess/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
> +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/
More information about the Aspect-devel
mailing list