Skip to content
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

Getting things running on a Mac PC #213

Open
henshs opened this issue Mar 26, 2024 · 0 comments
Open

Getting things running on a Mac PC #213

henshs opened this issue Mar 26, 2024 · 0 comments

Comments

@henshs
Copy link

henshs commented Mar 26, 2024

I have managed to compile and run phoebus on my Mac. It may be worth noting that I have used homebrew to install other dependencies. I used gcc-13 (installed by homebrew) to compile it by the following command

cmake -DCMAKE_CXX_COMPILER=/opt/homebrew/opt/gcc/bin/g++-13 -DCMAKE_C_COMPILER=/opt/homebrew/opt/gcc/bin/gcc-13 .. .

shocktube is running without any issues.

I have checked it also for blast-wave and tov problems. There are issues related to HDF5 compression which can be resolved by using of following flag during the compilation

-DPARTHENON_DISABLE_HDF5_COMPRESSION=ON .

Additionally, for tov one has to compile with the MonopoleSPh or MonopoleCart which can be set at compile time by the following flag -DPHOEBUS_GEOMETRY=MonopoleSph or -DPHOEBUS_GEOMETRY=MonopoleCart respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant