Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
52
Issues
52
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
ec554af3
Commit
ec554af3
authored
May 15, 2019
by
Matthias Redies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
goto current develop of libxc
parent
c9332a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmake/compilerflags.cmake
cmake/compilerflags.cmake
+1
-1
external/libxc-git
external/libxc-git
+1
-1
No files found.
cmake/compilerflags.cmake
View file @
ec554af3
...
...
@@ -20,7 +20,7 @@ if (${CMAKE_Fortran_COMPILER_ID} MATCHES "Intel")
if
(
${
CMAKE_Fortran_COMPILER_VERSION
}
VERSION_LESS
"19.0.0.0"
)
set
(
CMAKE_Fortran_FLAGS_DEBUG
"
${
CMAKE_Fortran_FLAGS_DEBUG
}
-C -traceback -O0 -g -ftrapuv -check uninit -check pointers -DCPP_DEBUG -warn=all"
)
else
()
set
(
CMAKE_Fortran_FLAGS_DEBUG
"
${
CMAKE_Fortran_FLAGS_DEBUG
}
-C
B
-traceback -O0 -g -ftrapuv -check uninit -check pointers -DCPP_DEBUG"
)
set
(
CMAKE_Fortran_FLAGS_DEBUG
"
${
CMAKE_Fortran_FLAGS_DEBUG
}
-C -traceback -O0 -g -ftrapuv -check uninit -check pointers -DCPP_DEBUG"
)
endif
()
elseif
(
${
CMAKE_Fortran_COMPILER_ID
}
MATCHES
"PGI"
)
set
(
FLEUR_PRECISION_OPTION
"-Mr8;-Mr8intrinsics"
)
...
...
libxc-git
@
ca6f7114
Compare
3cb2231a
...
ca6f7114
Subproject commit
3cb2231abf1d47fbd8b3e21c8478e9f26a73ce5f
Subproject commit
ca6f7114b9fffe0964ca9e8d24e09ef15b300316
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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