We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f0ab5 commit b7a32acCopy full SHA for b7a32ac
cmake/Modules/FindCAF.cmake
@@ -1,6 +1,6 @@
1
# Determines if/where Coarray Fortran libraries are installed (for GNU GFortran >= 2008)
2
3
-find_path(CAF_DIR libcoarrays HINTS ENV CAF_DIR)
+find_path(CAF_DIR libcoarrays HINTS ENV CAF_ROOT)
4
5
FIND_LIBRARY(CAF_LIBRARY NAMES caf_mpi
6
PATHS /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib
0 commit comments