View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015815CMakeModulespublic2015-10-27 17:192016-06-10 14:31
ReporterChuck Ritter 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformHPCOSRH LinuxOS Version6.7
Product VersionCMake 3.3.2 
Target VersionFixed in Version 
Summary0015815: Intel MIC offload library creation (xiar option)
DescriptionMake 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.
Steps To ReproduceTested with Trillions
Additional InformationIntel 14.0 compiler (not part of the Composer XE Suite)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0039692)
Brad King (manager)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2015-10-27 17:19 Chuck Ritter New Issue
2015-10-28 08:18 Brad King Note Added: 0039692
2016-06-10 14:29 Kitware Robot Note Added: 0042869
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team