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

Add support for building Aluminum as a submodule #173

Open
wants to merge 4 commits into
base: hydrogen
Choose a base branch
from

Conversation

benson31
Copy link
Collaborator

There are some rougher bits here with having to fish out the variables from the aluminum subdirectory.

Automatic updates to the submodule are supported.

Copy link

@tbennun tbennun left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

@tbennun tbennun left a comment

Choose a reason for hiding this comment

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

Still LGTM

set(EL_HYBRID ON)
else ()
message(WARNING "Requested OpenMP support but OpenMP support was either "
"not found or not functional.")
set(EL_HYBRID OFF)
set(Hydrogen_ENABLE_OPENMP OFF)
set(HYDROGEN_HAVE_OPENMP OFF)
Copy link

Choose a reason for hiding this comment

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

this seems pointless if Hydrogen_ENABLE_OPENMP should set it, but ok


include("FindAndVerifyExtendedPrecision")

# LAPACK
# TODO: This should be cleaned up to better support a consistent view
Copy link

Choose a reason for hiding this comment

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

Agreed. This should probably be something like HYDROGEN_BLAS_LIBRARY and set to OPENBLAS

Copy link
Collaborator

@ndryden ndryden left a comment

Choose a reason for hiding this comment

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

Ditto.

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.

3 participants