0
Link error - ToughreactV3.0
Hi!
I have the following error message when compiling TOUGHREACTV3.0 using Microsoft Visual Studio 2013:
fatal error LNK1248: image size (F3F2E000) exceeds maximum allowable size (80000000)
Does anyone know the correct settings in the Property options to get ride of this error?
2 replies
-
This sound like the array dimensions are too large for your system, which could be the case if you increased the array dimensions from the original distributed version (60,000 grid blocks for Windows), or if you are using a 32-bit machine. There is a 2GB static memory limit for Windows applications. To run a larger number of grid blocks you would have to reduce the size of other arrays, such as the number of species, minerals, etc. or switch to a Unix platform.
-
Thanks Nic! I reduced the array (MNEL) dimension from 120,000 to 30,000 grid blocks and the program compiled well, but now I have the following error message when I use the executable:
Program Exception - Stack overflow
Do you know which compiling option or change in the program parameters might solve this problem?
I'm using a 64-bit HP Workstation.