Dylan Nelson

Results 6 comments of Dylan Nelson

Also very interested in such a feature, so I can keep track.

I would be very interested in reading this! Any updates? I'm also unclear at this point between Prometheus and statsd, is the former now the preferred method?

Is there any other output? Perhaps turn `verbose = True` in the parameter file. Likely there is an error coming from Arepo, rather than ArepoVTK.

This ``` On node 'XPS15-arch-blegat', we have 1 MPI ranks and at most 0 MB available. ``` seems bad. This is coming from the `report_comittable_memory` function in `arepo/system/utils.c`, which tries...

Hi Lucian, Looks like an error inside `libpng`, you may try to install a different version, or maybe you can install [via apt](https://askubuntu.com/questions/508934/how-to-install-libpng-and-zlib) inside of from source.

In that case, probably just modifying the include and lib paths for libpng in the `Makefile` should work. ``` CFLAGS += -I${GSL_HOME}/include -I${HDF5_HOME}/include -I./libpng/ LIBS += -L${GSL_HOME}/lib -L${HDF5_HOME}/lib -L./libpng/ ```