Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
1e227f4d
Commit
1e227f4d
authored
12 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #3696: Properly require OpenMP support
parent
bfee80e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/variants/variants.fs5
+2
-1
2 additions, 1 deletion
CMake/variants/variants.fs5
RTCP/InputProc/CMakeLists.txt
+1
-1
1 addition, 1 deletion
RTCP/InputProc/CMakeLists.txt
with
3 additions
and
2 deletions
CMake/variants/variants.fs5
+
2
−
1
View file @
1e227f4d
...
@@ -13,12 +13,13 @@
...
@@ -13,12 +13,13 @@
# Define build variants.
# Define build variants.
#list(APPEND LOFAR_BUILD_VARIANTS CN ION)
#list(APPEND LOFAR_BUILD_VARIANTS CN ION)
set(GNU_CXX_FLAGS "-W -Wall -Woverloaded-virtual -Wno-unknown-pragmas
-fopenmp
-DCLUSTER_SCHEDULING")
set(GNU_CXX_FLAGS "-W -Wall -Woverloaded-virtual -Wno-unknown-pragmas -DCLUSTER_SCHEDULING")
# Options
# Options
option(USE_HDF5 "Use HDF5" OFF)
option(USE_HDF5 "Use HDF5" OFF)
option(USE_LOG4CPLUS "Use Log4Cplus" OFF)
option(USE_LOG4CPLUS "Use Log4Cplus" OFF)
option(USE_MPI "Use MPI" ON)
option(USE_MPI "Use MPI" ON)
option(USE_OPENMP "Use OpenMP" ON)
option(USE_PQXX "Use libpqxx" OFF)
option(USE_PQXX "Use libpqxx" OFF)
# Host specific paths to third party packages
# Host specific paths to third party packages
...
...
This diff is collapsed.
Click to expand it.
RTCP/InputProc/CMakeLists.txt
+
1
−
1
View file @
1e227f4d
...
@@ -5,7 +5,7 @@ lofar_package(InputProc 1.0
...
@@ -5,7 +5,7 @@ lofar_package(InputProc 1.0
include
(
LofarFindPackage
)
include
(
LofarFindPackage
)
lofar_find_package
(
Boost REQUIRED COMPONENTS date_time
)
lofar_find_package
(
Boost REQUIRED COMPONENTS date_time
)
#
lofar_find_package(
Libssh2
)
lofar_find_package
(
OpenMP REQUIRED
)
#lofar_find_package(Valgrind)
#lofar_find_package(Valgrind)
#lofar_find_package(Casacore COMPONENTS measures REQUIRED)
#lofar_find_package(Casacore COMPONENTS measures REQUIRED)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment