- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hello-
I am trying to compile in Microsoft Visualt Studio 2005using the integratedIntel Fortran 9.1 compiler. When I increase the size of my (statically allocated) arrays I getthe linking error:
error LNK1238: image size (93F1E000) exceeds maximum allowable size
I know that this error indicates that the code is trying to write an executable that is too large. When I was compiling on a machine running 32-bit Windows XP, I simply limited the array sizes . But I now have access to a computer running 64-bit Windows 7, and would like to increase my array sizes. I have installed Visual Studio 2005 with the x64 Compiler tools. Is there a way to increase the maximum allowable size of the exectuables, since the machine has much more memory? Or is it always going to be limited by Visual Studio 2005, which is running as a x86 program?
Thank you,
Greg
I am trying to compile in Microsoft Visualt Studio 2005using the integratedIntel Fortran 9.1 compiler. When I increase the size of my (statically allocated) arrays I getthe linking error:
error LNK1238: image size (93F1E000) exceeds maximum allowable size
I know that this error indicates that the code is trying to write an executable that is too large. When I was compiling on a machine running 32-bit Windows XP, I simply limited the array sizes . But I now have access to a computer running 64-bit Windows 7, and would like to increase my array sizes. I have installed Visual Studio 2005 with the x64 Compiler tools. Is there a way to increase the maximum allowable size of the exectuables, since the machine has much more memory? Or is it always going to be limited by Visual Studio 2005, which is running as a x86 program?
Thank you,
Greg
- Marcas:
- Intel® Fortran Compiler
Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Greg,
The short answer is that you can increase data size as long as it is allocated dynamically. Steve Lionel has a great article that explains all the details.
The short answer is that you can increase data size as long as it is allocated dynamically. Steve Lionel has a great article that explains all the details.
------
Wendy
Attaching or including files in a post
Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora