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

Update make templates to guess HDF5 directories #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

underwoo
Copy link
Member

Added new configuration variables HDF5_LDFLAGS and HDF5_FLAGS to allow user to set location of HDF5 directories. Also added bits to have make guess location using the h5fc -show command.

Fixes #21

Added new configuration variables HDF5_LDFLAGS and HDF5_FLAGS to allow user to set location of HDF5 directories.  Also added bits to have make guess location using the `h5fc -show` command.
Copy link
Member

@thomas-robinson thomas-robinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also noticed this HDF5 issue and was working on something to fix it. This is much more elegant than my hack fix.
I'm curious about the MPI changes. We can either update the commit message or include it the merge commit message.

ifndef MPI_FLAGS
FPPFLAGS += $(shell pkg-config --cflags-only-I mpich2-c)
else
ifdef MPI_FLAGS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@underwoo did you intend to also change the MPI flags in the make templates? It's not mentioned in the commit message.

@underwoo
Copy link
Member Author

underwoo commented Dec 3, 2019 via email

Base automatically changed from master to main March 18, 2021 17:39
@underwoo
Copy link
Member Author

@thomas-robinson this is still open, should it be or can it be closed?

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

Successfully merging this pull request may close these issues.

Make templates unable to determine HDF5 install location
2 participants