-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble building with HDF5 on my desktop #68
Comments
I believe this is a mac issue in parthenon... which has to do with types. I recall we had a solution but I don't think it ever got pulled through. |
This isn't an answer to this question exactly but in my experience strange issues like this are a regular occurrence when compiling code on OS X these days. My personal recommendation is to install VMware on your Mac and run Ubuntu (or some other linux distro) there. Unfortunately this doesn't usually work with GPUs, but it works well otherwise. Sorry for the inconvenience but committing to supporting OS X can cost a lot of developer hours that could go into code features. (Unless @Yurlungur is already fixing this as we speak) |
No. I have no way to test as I don't have a working build environment on my mac. I use a VM. |
Here's the temp fix @Yurlungur was mentioning: parthenon-hpc-lab/parthenon#613 |
Hi guys,
I'm trying to build
phoebus
on my Mac Pro LANL desktop. I did this successfully with the configure options:But when I turn on the HDF5 flag and point to its installation:
the configuration is successful, but I get errors at
make
related toparthenon_hdf5.hpp
:The text was updated successfully, but these errors were encountered: