Hi Adam, What you did should be OK. But if you’re using homebrew you might as well install splash that way too:
brew tap danieljprice/all brew install splash This should compile with all the hdf5 readers. You can then read gadget hdf5 files using: splash -f gadget_hdf5 snap_*.hdf5 Or if you want backwards compatibility, just make an alias: alias gsplash-hdf5="splash -f gadget_hdf5” Best wishes, Daniel > On 7 Sep 2020, at 11:35 pm, Adam Fenton <[email protected]> wrote: > > Dear Daniel > > I am trying to compile the newest version of splash with HDF5 enabled (it > would appear I was a little out of date still using the gsplash-hdf5 binary). > I have tried using make SYSTEM=gfortran HDF5=yes withgiza and though the > installation says it is successful, the gadget hdf5 format is still not built > when I look at the output of splash —formats. > I have set HDF5ROOT=/usr/local/Cellar/hdf5/1.10.5_1 as I am on mac and I > installed hdf5 with home-brew, inside that directory are the /lib and /bin > directories for HDF5. > > Not sure where I am going wrong, any help would be great. > Thank you > Adam -- You received this message because you are subscribed to the Google Groups "SPLASH users forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/splash-users/EC366658-B1C8-45D4-9056-B8ED3CFC29BB%40monash.edu.
