[yt-users] Installation problems and support input formats

Matthew Turk matthewturk at gmail.com
Thu Dec 11 07:55:08 PST 2014


Hi Andrew,

I'm afraid I don't know what caused that error, although it looks an
awful lot like a mixup with zlib somehow.

As far as the other question about formats, I don't think a frontend
has been written for that format yet.  There are two ways to go about
getting the data in:

 * Using some combination of load_uniform_grids, load_amr_grids,
load_particles or load_octree, which take data from in memory and make
a dataset.  This will work for small to medium sized data, and is
great for prototyping.
 * Writing a frontend, the process of which is described in the docs
and code, but which I am (right now) working on streamlining and
making more efficient.  I'd be happy to work with you on getting a
frontend written for ExodusII.  Maybe ping me on IRC or off-list, and
we can iterate?  Finite Element support is still somewhat preliminary
and is definitely suitable for qualitative visualization and
quantitative analysis, but the caveats are important so as to avoid
over-interpreting results.  I will be writing some of this up for the
documentation for our next release.

-Matt

On Thu, Dec 11, 2014 at 9:04 AM, Slaughter, Andrew E
<andrew.slaughter at inl.gov> wrote:
> I attempted to install yt using the install script, it failed with the error
> listed at the end of this message. This is mainly for your information, I am
> using OSX10.10, which was not listed in the installation preamble, so I am
> guessing it is not yet supported. I will attempt installing using another
> method.
>
> Secondly, does yt support the reading of ExodusII files
> (http://sourceforge.net/projects/exodusii/)? If not, what code could I look
> at for adding this support?
>
> Thanks,
> Andrew
>
> Installing HDF5
>
> ********************************************
>
>         FAILURE REPORT:
>
> ********************************************
>
>
> sed -e 's/-L/:/g' -e 's/ //g'`"                               \
>
> ./H5make_libsettings > H5lib_settings.c  ||                               \
>
>    (test $HDF5_Make_Ignore && echo "*** Error ignored") ||          \
>
>    (rm -f H5lib_settings.c ; exit 1)
>
> dyld: Library not loaded: libz.so.1.2.8
>
>   Referenced from:
> /Users/slauae/Downloads/yt-x86_64/src/hdf5-1.8.11/src/./H5make_libsettings
>
>   Reason: image not found
>
> /bin/sh: line 1: 96045 Trace/BPT trap: 5
> LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo
> -L/Users/slauae/Downloads/yt-x86_64/lib/
> -L/Users/slauae/Downloads/yt-x86_64/lib64/
> -L/Users/slauae/Downloads/yt-x86_64/lib/
> -L/Users/slauae/Downloads/yt-x86_64/lib64/
> -L/Users/slauae/Downloads/yt-x86_64/lib/
> -L/Users/slauae/Downloads/yt-x86_64/lib64/
> -L/Users/slauae/Downloads/yt-x86_64/lib/
> -L/Users/slauae/Downloads/yt-x86_64/lib64/ |                   sed -e
> 's/-L/:/g' -e 's/ //g'`" ./H5make_libsettings > H5lib_settings.c
>
> make[1]: *** [H5lib_settings.c] Error 1
>
> make: *** [install-recursive] Error 1
>
>
> ********************************************
>
> ********************************************
>
>
>
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
_______________________________________________
yt-users mailing list
yt-users at lists.spacepope.org
http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org




More information about the yt-users mailing list