| June 24, 2009 12:00 AM PDT | |
|
The maximum size of an array that can be created by the 32-bit Intel® C++ Compilers for Linux* or Mac OS* is 2 GB. Note: You must have enough memory on the system (both physical memory plus swap space) to create arrays with the requested sizes. On Linux or Mac OS, typically, shared libraries are loaded at 1 GB, which limits the contiguous address space available to your program. You will get a load time error if your program + static data exceed this.
|
Do you need more help?
This article applies to: Intel® C++ Compiler for Linux* Knowledge Base, Intel® C++ Compiler for Mac OS X* Knowledge Base, Intel® C++ Compiler for Windows* Knowledge Base, Intel® Parallel Composer Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (0) 
Trackbacks (0)
Leave a comment 
To obtain technical support, please go to Software Support.
