Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
85a1ee78
Commit
85a1ee78
authored
Jul 04, 2012
by
Naumann, Andreas
Browse files
uncommented libraries for open64 and acml
parent
d1846222
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/AMDISConfig.cmake.in
View file @
85a1ee78
...
...
@@ -84,7 +84,7 @@ if(AMDIS_NEED_UMFPACK)
if("$ENV{BLA_VENDOR}" STREQUAL "ACML")
find_library(ACML_LIBRARY acml HINTS ENV ACML_LIB)
if(ACML_LIBRARY)
list(APPEND AMDIS_LIBRARIES ${ACML_LIBRARY}
fortran ffio m rt) #needed
on atlas..
list(APPEND AMDIS_LIBRARIES ${ACML_LIBRARY}
) #
fortran ffio m rt) #needed
for open64
else()
message(FATAL_ERROR "could not find the acml libraries, required by acml blas")
endif(ACML_LIBRARY)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment