BRL-CAD

Compile BRL-CAD with the Intel compiler

This task is to compile the latest BRL-CAD sources (from a repository checkout) using the Intel compiler.

Compiling on different operating systems, hardware, and compilers regularly can help improve long-term maintainability. BRL-CAD is regularly built with GCC and a number of other compilers, but the Intel compiler is infrequently tested.

You'll need to download BRL-CAD from an SVN checkout, download ICC, and download + run CMake. Compile BRL-CAD using that compiler and keep notes of everything you do along the way. Record all the steps you take and report back any failures or success. We will create follow-on tasks if you make any fixes that get the build working.

You will probably want to use these flags when you run CMake:

  • CMAKE_BUILD_TYPE=Release
  • BRLCAD_BUNDLED_LIBS=ON
  • BRLCAD_ENABLE_STRICT=OFF

Resources:

SUBMIT a complete build log and your notes documenting everything you did.

Task tags

  • icc
  • compiling
  • portability

Students who completed this task

Michal Hanus

Task type

  • assessment Outreach / Research
  • done_all Quality Assurance
close

2016