Error : Failed to enable trusted storage check for licensing
"error #10310: Failed to enable trusted storage check for licensing: Warning" Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based licence could " is a known issue. The workaround for the issue is to set the library paths. Author: Shamla (Intel) Type: Download, Registration, Licensing,Known Issues,Errors and Diagnostics |
11/10/2009
|
Intel® C++ Compiler 9.0 for Linux*
Your Page Title
... |
10/16/2009
|
Running The HPL Benchmark Over Intel MPI
This is a step by step procedure on how to run the High Performance Linpack (HPL) benchmark on a Linux cluster using Intel-MPI. This was done on a Linux cluster of 128 nodes running Intel’s Nehalem processor 2.93 MHz with 12GB of RAM on each node. Author: Mohamad Sindi Type: Performance and Optimization |
09/28/2009
|
Building the Moblin Clutter Library with the Intel Compiler
This article shows how to build the Clutter library with the Intel Compiler. Author: Stephen Blair-chappell (Intel) Type: Tips and Techniques,Performance and Optimization |
09/12/2009
|
__m128 data type incompatible with Microsoft definition
The __m128 data type defined in xmmintrin.h is supported as a union in MS (Microsoft) while as a struct in Intel Compiler for Windows or Intel(R) Parallel Composer resulting in incompatibility Author: Kittur Ganesh (Intel) Type: Known Issues |
09/08/2009
|
Building ACE/TAO with Intel(R) C++ Compiler for Windows XP 64-bit using Visual Studio
Building ACE/TAO with Intel(R) C++ Compiler for Windows XP 64-bit using Visual Studio Author: Igor Vorobtsov (Intel) Type: Installation,Technical Notes |
09/08/2009
|
Unresolved External Symbol Error at Link Phase when Enabled "/Qlong_double"
Compiler will report unresolved external symbol error at link stage if enable /Qlong_double option and use C++ stream to pass numerical variables Author: Yolanda Chen (Intel) Type: Software Defects |
08/19/2009
|
Intel® Software Tools give SAS* 9.2 a 2.68x performance boost on Intel® Xeon® processor 5500 series-based servers
Business analytics have become a fundamental asset for leading enterprises, turning mountains of data from diverse sources into actionable information that drives sound business decisions. SAS is a glo ... Author: Aaron Tersteeg (Intel) Type: Performance and Optimization |
08/13/2009
|
How to find Host ID for Floating licenses
Procedure to find the Host Name and Host ID for Floating licenses Author: Chuck (Intel) Type: Download, Registration, Licensing,Installation,Tips and Techniques,Technical Notes |
08/13/2009
|
a template argument may not reference a local type
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main()
{
struct print
{
void operator()(int i)
{
cout << i << "\n";
}
... Author: Milind Kulkarni (Intel) |
08/12/2009
|
pure virtual function has no overrider
Problem version: Intel® C++ 10.1Operating System : Windows* & Linux*Problem Description :
class A
{
public:
typedef unsigned int idtype;
virtual void func(idtype id) = 0; //this is pure virtu ... Author: Milind Kulkarni (Intel) |
08/12/2009
|
zero not negated
Problem version: Intel® C++ compiler 8.1.019Operating System : Windows* & Linux*Problem Description : When negating zero as in (-0 , either int, float or double), the MSB (in big-endian), or LSB (i ... Author: Milind Kulkarni (Intel) |
08/12/2009
|
Build boost libraries 1.37 for window using Intel compiler
List how to build boost library 1.37 for window, especially for separately-compiled Boost liraries using Intel Compiler. I am using Intel parallel Studio Composer as Intel compiler for this build. Author: 陈凌烽 (Intel) |
07/23/2009
|
compiler internal error 0_1279
compiler internal error 0_0, 0_1279, 0_1208 Author: Yang Wang (Intel) Type: Known Issues,Errors and Diagnostics,Software Defects |
07/20/2009
|
Different result of Volatile variables between icc and vc
The following statements use language constructs that have undefined behaviour according to C/C++ standard:
>>> i=(i++)+(j++)+2;
>>> j=i=i++;
Author: Om Sachan (Intel) Type: Technical Notes |
07/14/2009
|
compilation failure if function mm_load_pd1() is invoked
compilation failure if function mm_load_pd1() is invoked Author: Yang Wang (Intel) Type: Technical Notes |
07/12/2009
|
Building Boost with Intel(R) C++ Compiler and Intel(R) Parallel Studio on Windows XP
Introduction:This document explains how to build Boost using Intel C++ Compiler 11.1 and Intel(R) Parallel Studio 1.0 on Windows XP (32-bit). From the Boost web site:
Boost† provides free peer-reviewe ... Author: Igor Vorobtsov (Intel) Type: Installation,Technical Notes |
07/10/2009
|
Building ACE/TAO with Intel(R) C++ Compiler for Linux
This document explains how to build ACE/TAO using Intel(R) C++ Compiler for Linux. Author: Igor Vorobtsov (Intel) Type: Installation,Technical Notes |
07/10/2009
|
Q&A from Webinar: Find Errors in Windows* C++ Parallel Applications
Q&A from Webinar: Find Errors in Windows* C++ Parallel Applications - Technical Session Presented by Bernth Andersson Author: Robert MuellerAlbrecht (Intel),Bernth A. (Intel) Type: Tips and Techniques,Technical Notes |
06/30/2009
|
Intel Compilers for Linux Version 11.1 Silent Installation Guide
Silent and non-interactive installation for Intel Compilers for Linux version 11.1 Author: Ronald W. Green (Intel) Type: Installation,Tips and Techniques,Technical Notes |
06/29/2009
|
Parallel Lint
The article describes a new direction in development of static code analyzers - verification of parallel programs. The article reviews several static analyzers which can claim to be called "Parallel Lint". Author: Andrey Karpov Type: Tips and Techniques |
06/15/2009
|
Where would the message catalogue files go
The user need to set the NLSPATH template variable when installing the message catalogue files on their own.
Author: Om Sachan (Intel) Type: Tips and Techniques |
04/28/2009
|
Tuning Corner
Introduction
Performance tuning is typically an afterthought. Most software development projects focus on analyzing, architecting, and implementing the core business requirements. Increasingly dem ... Author: J.D. Patel (Intel) Type: Tips and Techniques,Performance and Optimization |
04/22/2009
|
Using the Intel Compilers for Linux with Debian
Installing the Intel Compiler for Linux under Debian Author: Ronald W. Green (Intel) Type: Installation,Tips and Techniques,Compatibility,Technical Notes |
04/20/2009
|
section not found for address 0x10000080C or address 0xFFFFFFFFFFFFFFFC on Intel 64 architecture Mac OS X 10.6
Intel compiler fails on Snow Leopard (Mac OS X 10.6) section not found for address 0x10000080C or 0xFFFFFFFFFFFFFFFC on Intel 64 architecture. Author: Qale (Intel) Type: Known Issues |
04/07/2009
|