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
fleur
fleur
Commits
5ca1668a
Commit
5ca1668a
authored
Jul 11, 2016
by
Daniel Wortmann
Browse files
removed -parallel option from jureca build config. This does not work
parent
5daa9eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/cmake.jureca.config
View file @
5ca1668a
...
...
@@ -30,7 +30,7 @@ endif ()
set
(
LAPACK_LIBS
"-lxml2 -mkl -lmatmul -qopenmp -lpthread"
)
set
(
CMAKE_Fortran_FLAGS
"${HDF5_INCL} -mkl -warn nousage -assume byterecl -r8"
)
set
(
CMAKE_Fortran_FLAGS_RELEASE
" -O4 -g -qopenmp -xSSE3 -axSSE4.2
-parallel
"
)
set
(
CMAKE_Fortran_FLAGS_RELEASE
" -O4 -g -qopenmp -xSSE3 -axSSE4.2 "
)
set
(
CMAKE_Fortran_FLAGS_DEBUG
" -O0 -g -qopenmp"
)
if
(
DEFINED
ENV
{
SCALAPACK_ROOT
})
...
...
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