Boost logo

Boost Testing :

Subject: [Boost-testing] [boost-testing] Problem running regression tests with Intel(R) Parallel Studio XE 2013
From: Michael Mathews (muckjail_at_[hidden])
Date: 2012-11-15 12:07:46


Hi Folks,
There is a problem with the regression scripts when used with this
version of the intel compiler. The scripts think the default install
directory is /opt/intel_cc_80/bin
but this version installs in /opt/intel/bin:

notice: default search path for intel-linux is /opt/intel_cc_80/bin

Now if I put the entire path to icpc in my user-config.jam file
everything works:

using gcc ;
using clang ;
using intel : :/opt/intel/bin ;

Just in case it is useful icpc -v gives: icpc version 13.0.1 (gcc
version 4.7.0 compatibility)

Note: of I have my user-config.jam set up as
using gcc ;
using clang ;
using intel ;

1.5.2 builds properly using the intel compiler ie ./b2 toolset=intel works.

thanks
michael

test runner lazy piranha fedora 17 64


Boost-testing list run by mbergal at meta-comm.com