Skip to content

Commit

Permalink
Add more hints for Cray-libsci (eth-cscs#142)
Browse files Browse the repository at this point in the history
* Add more hints for Cray-libsci

The environment variable for libsci in Cray's updated programming environment has changed, at least on ALCF's Polaris
  • Loading branch information
WardLT authored May 23, 2024
1 parent 79b3d82 commit 454fc98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/FindCRAY_LIBSCI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ find_library(COSMA_CRAY_LIBSCI_LIBRARIES
HINTS
${_SCALAPACK_LIBRARY_DIRS}
ENV CRAY_LIBSCI_PREFIX_DIR
ENV CRAY_PE_LIBSCI_PREFIX_DIR
ENV CRAY_LIBSCI_ACC_PREFIX_DIR
ENV CRAY_PE_LIBSCI_ACC_PREFIX_DIR
PATH_SUFFIXES lib
DOC "Path to the Cray-libsci library.")

Expand Down

0 comments on commit 454fc98

Please sign in to comment.