MantisBT - CMake
View Issue Details
0015815CMakeModulespublic2015-10-27 17:192016-06-10 14:31
Chuck Ritter 
Kitware Robot 
normalfeaturehave not tried
closedmoved 
HPCRH Linux6.7
CMake 3.3.2 
 
0015815: Intel MIC offload library creation (xiar option)
Make does not automatically use xiar to create libraries when an Intel compiler is specified. This can be overcome by setting CMAKE_AR=xiar, but still does not accommodate creating MIC offload libraries:

https://software.intel.com/en-us/node/522513 [^]

Produces host libraries ok, but uses host ar utility.
Tested with Trillions
Intel 14.0 compiler (not part of the Composer XE Suite)
No tags attached.
Issue History
2015-10-27 17:19Chuck RitterNew Issue
2015-10-28 08:18Brad KingNote Added: 0039692
2016-06-10 14:29Kitware RobotNote Added: 0042869
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0039692)
Brad King   
2015-10-28 08:18   
There is logic here:

 https://cmake.org/gitweb?p=cmake.git;a=blob;f=Modules/Platform/Linux-Intel.cmake;hb=v3.4.0-rc2#l33 [^]

to enable use of xiar for interprocedural optimization on Linux. We may need some other way to activate it for the case in question here.
(0042869)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.