Giter Club home page Giter Club logo

Comments (2)

davidHysom avatar davidHysom commented on June 28, 2024

With a bit of hacking I was able to compile with Clang and Asan (Address Sanitizer):
modified scripts/build_lbann_lc.sh
#CMAKE_C_COMPILER=${GNU_DIR}/gcc
#CMAKE_CXX_COMPILER=${GNU_DIR}/g++
CMAKE_CXX_COMPILER=/usr/global/tools/clang/chaos_5_x86_64_ib/clang-3.8.0/bin/clang++
CMAKE_C_COMPILER=/usr/global/tools/clang/chaos_5_x86_64_ib/clang-3.8.0/bin/clang

modified CMakeLists.txt:
set(CMAKE_CXX_FLAGS "-fsanitize=address -fno-omit-frame-pointer -fsanitize-recover=address ${CMAKE_CXX_FLAGS} -fPIC -std=c++11")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O1")

$ use clang-3.8.0 #not sure if this is necessary
$ ../scripts/build_lbann_lc.sh --verbose --debug

Before running an LBANN driver:
$ setenv ASAN_OPTIONS halt_on_error=0
Note: without this setting, asan will exit when it encounters an error; with this setting is will continue

from lbann.

davidHysom avatar davidHysom commented on June 28, 2024

clang's address sanitizer is used if you build with --compiler clang

from lbann.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.