Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
  • Sign in
S
src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • OPAL
  • src
  • Issues
  • #350

Closed
Open
Opened Aug 04, 2019 by adelmann@adelmann🎗
  • Report abuse
  • New issue
Report abuse New issue

CMAKE add on NERSC

Summary

Compilation fails on cori.nersc.gov

Steps to reproduce

(How one can reproduce the issue - this is very important) On cori01.nersc.gov try to compile OPAL/master

What is the current bug behavior?

Compilation fails

Relevant logs and/or screenshots

none

Possible fixes

For any one else who might be compiling soon. Adding one line to CMakeLists.txt allowed me to use the defaults on NERSC:

cookbg@cori01:~/consult/INC0141785/src> ls
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c60179a4..29d64821 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,6 +126,7 @@ if (USE_STATIC_LIBRARIES)
endif ()
set (Boost_USE_MULTITHREADED OFF)
set (Boost_USE_STATIC_RUNTIME OFF)
+set (Boost_NO_BOOST_CMAKE ON)
find_package (Boost
REQUIRED COMPONENTS chrono filesystem iostreams regex serialization system timer)
if (Boost_INCLUDE_DIRS)
Edited Aug 05, 2019 by kraus
To upload designs, you'll need to enable LFS. More information

Linked issues

Assignee
Assign to
OPAL 2.0.0
Milestone
OPAL 2.0.0
Assign milestone
Time tracking
None
Due date
None
3
Labels
Bug OPAL-2.0 OPAL 2.1
Assign labels
  • View project labels
Reference: OPAL/src#350