Skip to content

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