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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Anoop Chandran
fleur
Commits
1ec5c56d
Commit
1ec5c56d
authored
Apr 06, 2017
by
Uliana Alekseeva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"true" into "TRUE" for consistency
parent
2012f567
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake/tests/test_ELPA.cmake
cmake/tests/test_ELPA.cmake
+3
-3
No files found.
cmake/tests/test_ELPA.cmake
View file @
1ec5c56d
...
...
@@ -37,15 +37,15 @@ LINK_LIBRARIES ${FLEUR_LIBRARIES})
message
(
"201605003 ELPA:
${
FLEUR_USE_ELPA_201605003
}
"
)
#Set preprocessor switches
if
(
FLEUR_USE_ELPA_OLD
)
set
(
FLEUR_USE_ELPA
true
)
set
(
FLEUR_USE_ELPA
TRUE
)
set
(
FLEUR_MPI_DEFINITIONS
${
FLEUR_MPI_DEFINITIONS
}
"CPP_ELPA"
"CPP_ELPA2"
)
endif
()
if
(
FLEUR_USE_ELPA_NEW
)
set
(
FLEUR_USE_ELPA
true
)
set
(
FLEUR_USE_ELPA
TRUE
)
set
(
FLEUR_MPI_DEFINITIONS
${
FLEUR_MPI_DEFINITIONS
}
"CPP_ELPA"
"CPP_ELPA2"
"CPP_ELPA_NEW"
)
endif
()
if
(
FLEUR_USE_ELPA_201605003
)
set
(
FLEUR_USE_ELPA
true
)
set
(
FLEUR_USE_ELPA
TRUE
)
set
(
FLEUR_MPI_DEFINITIONS
${
FLEUR_MPI_DEFINITIONS
}
"CPP_ELPA"
"CPP_ELPA2"
"CPP_ELPA_201605003"
)
endif
()
endif
()
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