When compiling with the Intel® 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.
Fortran
internal threshold was exceeded
In very large, complex functions, loops preceded by OpenMP directives may not be threaded.
Compiler may emit the warning remark: "An internal threshold was exceeded: loops may not be vectorized or parallelized. Try to reduce routine size."
OMP: Error #15: Initializing libguide.lib, but found libguide40.dll already initialized.
Linker error generated when different parts of a program try to link both the static and dynamic versions of the OpenMP runtime. The solution is to expilcitly call out either a dynamic or static link.
entry point __libm_sse2_cbrtf could not be located in libmmd.dll
At runtime, an application fails to find a DLL entry point with the error window: Entry Point Not Found
This may sometimes be due to the correct version of the DLL being screened by an older version in the system directory, which is searched first.
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.
Visual Studio 'Link Library Dependencies' for Intel Fortran and C++
The Visual Studio Linker (or Librarian) General property 'Link Library Dependencies' is now available for Windows Visual Fortran
and C++ Compiler 11.0 projects.
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.
Intel Visual Fortran Pro for Linux Notes On gprof Use
Notes on using gprof with Intel Fortran Compiler Pro for Linux
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
Internal Compiler Errror for Molpro file geminal.f on Intel® 64 processor using the Intel® Fortran Compiler, 11.0
The Intel® Fortran Compiler for Linux* Professional Edition, Version 11.0 will fail with an Internal Compiler Error when compiling the file geminal.f from the Molpro* application with the options -O3 and -i8 on an Intel® 64 processor.
