Thread safety issue for random_number intrinsic
Calls to RANDOM_NUMBER from different threads can sometimes return the same value. Author: Martyn Corden (Intel) |
07/02/2009
|
Fortran Real Literal Constants Are Single Precision
Assigning a real literal constants to a double-precision or quad-precision variable can sometimes lead to unexpected results if the precision of the literal constant is not set properly. Author: Elizabeth S (Intel) Type: Tips and Techniques |
07/02/2009
|
Internal Compiler Error
What to do when a compilation results in an Internal Compiler Error, catastrophic error, internal abort, code 1 or code 3 error. Author: Steve Lionel (Intel) Type: Errors and Diagnostics,Software Defects |
07/02/2009
|
Allocatable deferred-length character requires "assume realloc_lhs"
Due to an error in the implementation, use of the Fortran 2003 feature of allocatable, deferred-length character variables requires specification of a non-default compiler option Author: Steve Lionel (Intel) |
06/24/2009
|
Intel® Fortran Compiler - Support for Fortran language standards
Describes compliance of Intel Fortran compilers with Fortran language standards. Author: Steve Lionel (Intel) Type: Tips and Techniques,Technical Notes |
06/24/2009
|
Determining Root Cause of SIGSEGV or SIGBUS errors
SIGSEGV on linux and SIGBUS Root Causes Author: Ronald W. Green (Intel) Type: Errors and Diagnostics,Tips and Techniques |
06/24/2009
|
Intel® compiler options for SSE generation (SSE2, SSE3, SSSE3, SSE4) and processor-specific optimizations
Explains which Intel Compiler switches to use to target and optimize for a specific platform, cpu or processor. Type: Tips and Techniques,Performance and Optimization |
06/19/2009
|
Invalid Serial Number - Intel(R) Compilers for Mac OS X
User who does not have write access to /Users/Shared/Library/Application Support/Intel/Licenses when installing the Intel(R) compiler product will get an error message of "Invalid Serial Number" during installation. Author: Qale (Intel) Type: Installation,Errors and Diagnostics |
06/05/2009
|
Timing functions for threaded programs
The CPU_TIME intrinsic sums time over all active threads. To get an elapsed time, try SYSTEM_CLOCK or DCLOCK. Author: Martyn Corden (Intel) |
05/26/2009
|
Intel® Premier support frequently asked questions
This Intel® Premier Support FAQ describes what it is, who is eligible, how to obtain a login ID, how to submit issues and how to get product updates. Author: Chuck (Intel) Type: Download, Registration, Licensing,Software Defects |
05/21/2009
|
Error: The Serial Number Provided is Not Valid for This Solution Set - 11.0 C++/Fortran installation for Mac
This article introduces a workaround to fix the error of "The serial number provided is not valid for this solution set" during C++/Fortran compiler version 11 installation for Mac OS. Author: Lina Liu (Intel) Type: Installation |
05/19/2009
|
Mutiple Installation Allowed for One User with Single User License
This article introduces the single user license allows mutiple installation for one user. Author: Lina Liu (Intel) Type: Download, Registration, Licensing,Installation |
05/18/2009
|
Syntax error for array constructor with datatype keyword value
A syntax error is given for array constructors of the form (/name/) where name is a PARAMETER constant that has the same name as a datatype keyword. Author: Steve Lionel (Intel) Type: Known Issues,Errors and Diagnostics,Software Defects |
05/18/2009
|
Boxed Product Packages NOT Updated All
This article describes some boxed product packages have not been updated to what they look like in Intel(R) Business Exchange web site, etc. Author: Lina Liu (Intel) Type: Known Issues |
05/15/2009
|
Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC
When compiling with the Intel(R) Compilers on Linux*, the error message: "Diagnostic 10149: option '-cxxlib-gcc' not supported with the current installed GCC" is an indication that some inconsistency exists in gcc installation. Author: Wendy Doerner (Intel),Ganesh Rao (Intel) Type: Errors and Diagnostics |
05/12/2009
|
Source Code Analysis does not report errors
If source code analysis is not reporting errors, it may be because you are using the -c (Linux OS and Mac OS X) or /c (Windows OS) compiler option. Author: Steve D. (Intel) Type: Errors and Diagnostics |
05/12/2009
|
Running IDB from command line after relocating Xcode environment
How to configure idb for use from the command line with a relocated Xcode development environment. Author: Qale (Intel) |
05/12/2009
|
Support for Intel Business Exchange purchases
Where to get support for purchasing from Intel Business Exchange (IBX) Author: Kristen (Intel) Type: Download, Registration, Licensing |
05/07/2009
|
What do IA-32, Intel(R) 64 and IA-64 Architecture mean?
Intel(R) compilers and libraries use the architecture technology terms, IA-32 architecture, Intel(R) 64 archictecture and IA-64 archictecture. This article explains the terms. Author: Wendy Doerner (Intel) |
05/05/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/27/2009
|
Application Configuration for Dynamic Libraries
Mac OS X applications can be configured so that the dynamic libraries can be located without setting an environment variable. Author: Elizabeth S (Intel) Type: Tips and Techniques |
04/22/2009
|
Licensing: Setting up the client for a floating license
The steps to set up the client software to point to the license server for Intel products to use floating license. Author: Lina Liu (Intel) Type: Download, Registration, Licensing,Installation |
04/21/2009
|
Syntax error highlighting and "jump to" capabilities not functional under Xcode with Intel Fortran
Syntax error highlighting and "jump to" capabilities do not function under Xcode when using the Intel Fortran Compiler Professional Edition 11.0 release and corresponding Xcode integrations. Author: Kevin Davis (Intel) Type: Known Issues,Errors and Diagnostics,Software Defects |
04/14/2009
|
Multiple definitions of floating-point exception parameters such as FPE_M_TRAP_OVF
Referencing parameters related to floating-point exceptions via the IFLPORT or IFCORE and IFPORT modules may give errors such as
error #6405: The same named entity from different modules and/or program units cannot be referenced. [FPE_M_TRAP_DIV0] Author: Martyn Corden (Intel) Type: Known Issues,Errors and Diagnostics,Software Defects |
04/08/2009
|
section not found for address 0x10000080C 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 on Intel 64 architecture. Author: Qale (Intel) Type: Known Issues |
04/07/2009
|