Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Boost is a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. 

Usage

Versionmodule name
1.74.0boost/1.74.0


Compiler/MPIGCC 8.3.1GCC 9.3.0Intel 19.0.3Intel 20.0.3
OneAPI
Intel 2021.3.0
Serial











MPICH 3.3.2











MVAPICH2 2.3.4











OpenMPI 4.0.5













Code Block
languagebash
titleExample: Compiler Flags for libboost_atomic.so
collapsetrue
-L${LURC_BOOST_DIR} -lboost_atomic -I{LURC_BOOST_DIR}/include

...