Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-25 Thread Knapp, Rashawn L
eve, -Rashawn From: Jim Galarowicz [mailto:j...@krellinst.org] Sent: Wednesday, November 25, 2015 4:19 PM To: Knapp, Rashawn L ; Bill Williams ; dyninst-api@cs.wisc.edu Cc: Suman, Preeti ; Mineeva, Tatyana A Subject: Re: [DynInst_API:] Dyninst building with Intel compilers? Hi Rashawn, Bill

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-25 Thread Jim Galarowicz
r 25, 2015 3:00 PM *To:* Bill Williams ; Knapp, Rashawn L ; dyninst-api@cs.wisc.edu *Cc:* Suman, Preeti ; Mineeva, Tatyana A *Subject:* Re: [DynInst_API:] Dyninst building with Intel compilers? Hi Bill, Would I have to set PLATFORM? When I echo "PLATFORM=$PLATFORM" before the c

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-25 Thread Knapp, Rashawn L
, Preeti ; Mineeva, Tatyana A Subject: Re: [DynInst_API:] Dyninst building with Intel compilers? Hi Bill, Would I have to set PLATFORM? When I echo "PLATFORM=$PLATFORM" before the cmake command, it is null/empty. Thanks Jim G running cmake for Intel mic platform= PLATFORM= On Wed, Nov 25,

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-25 Thread Jim Galarowicz
;> OR "${CMAKE_C_COMPILER_ID}" MATCHES Intel) >>>>> ... >>>>> >>>>> warnings.cmake: >>>>> if (CMAKE_COMPILER_IS_GNUCXX OR "${CMAKE_C_COMPILER_ID}" MATCHES INTEL) >>>>> ... >>&

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-25 Thread Jim Galarowicz
oration Systems Engineering, Architecture & Runtimes Pole: JF2-1-N8 | MS: JF2-1-70-84| O: 503-264-4221 -Original Message- From: Dyninst-api [mailto:dyninst-api-boun...@cs.wisc.edu] On Behalf Of Bill Williams Sent: Tuesday, November 24, 2015 9:13 AM To: dyninst-api@cs.wisc.edu Subject:

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-25 Thread Bill Williams
gineering, Architecture & Runtimes Pole: JF2-1-N8 | MS: JF2-1-70-84| O: 503-264-4221 -Original Message- From: Dyninst-api [mailto:dyninst-api-boun...@cs.wisc.edu] On Behalf Of Bill Williams Sent: Tuesday, November 24, 2015 9:13 AM To: dyninst-api@cs.wisc.edu Subject: Re: [Dy

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-24 Thread Jim Galarowicz
ay, November 24, 2015 9:13 AM To: dyninst-api@cs.wisc.edu Subject: Re: [DynInst_API:] Dyninst building with Intel compilers? On 11/23/2015 07:01 PM, Jim Galarowicz wrote: Hi Bill, Dyninst team, I forgot to include how I'm calling cmake. Maybe this isn't the best way to do it?

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-24 Thread Jim Galarowicz
To: dyninst-api@cs.wisc.edu Subject: Re: [DynInst_API:] Dyninst building with Intel compilers? On 11/23/2015 07:01 PM, Jim Galarowicz wrote: Hi Bill, Dyninst team, I forgot to include how I'm calling cmake. Maybe this isn't the best way to do it? export cc=icc exp

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-24 Thread Knapp, Rashawn L
st-api@cs.wisc.edu Subject: Re: [DynInst_API:] Dyninst building with Intel compilers? On 11/23/2015 07:01 PM, Jim Galarowicz wrote: > Hi Bill, Dyninst team, > > I forgot to include how I'm calling cmake. Maybe this isn't the best > way to do it? > >export

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-24 Thread Bill Williams
On 11/23/2015 07:01 PM, Jim Galarowicz wrote: Hi Bill, Dyninst team, I forgot to include how I'm calling cmake. Maybe this isn't the best way to do it? export cc=icc export CXX=icpc export CC=icc cmake . -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT/$KRELL_ROOT_PREFIX

Re: [DynInst_API:] Dyninst building with Intel compilers?

2015-11-23 Thread Jim Galarowicz
Hi Bill, Dyninst team, I forgot to include how I'm calling cmake. Maybe this isn't the best way to do it? export cc=icc export CXX=icpc export CC=icc cmake . -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT/$KRELL_ROOT_PREFIX -DINSTALL_LIB_DIR=$RPM_BUILD_ROOT/$KRELL_ROOT_

[DynInst_API:] Dyninst building with Intel compilers?

2015-11-23 Thread Jim Galarowicz
Hi Bill, Dyninst team, Does Dyninst build with Intel compilers? I'm trying to build on an Intel MIC platform but I can't get by the C++11 support checks. Thanks for any advice. This is the top of tree source code. Thanks, Jim G ~/babbage/OpenSpeedShop_ROOT/BUILD/bint01 ~/babbage/OpenSpe