Hello there,
i really need some help here. Im using a Fortran program that has to alocate a little more than 1GB of memory to run.
My PC has 8GB of RAM and my laptop too. Both are Core i5.
In the laptop the program works flawlessly. In the PC, IF I alocate more than 1GB of ram, I get the following error:
Allocating ARRAYS in solve0
Required space = 1130 Mbytes
forrtl: severe (41): insufficient virtual memory
Image PC Routine Line Source
SOLVER.exe 005395C0 Unknown Unknown Unknown
SOLVER.exe 004FC016 Unknown Unknown Unknown
SOLVER.exe 004E80A2 Unknown Unknown Unknown
SOLVER.exe 004DF522 Unknown Unknown Unknown
SOLVER.exe 0044A2C3 Unknown Unknown Unknown
SOLVER.exe 0046AF8E Unknown Unknown Unknown
SOLVER.exe 0053AC33 Unknown Unknown Unknown
SOLVER.exe 005212ED Unknown Unknown Unknown
kernel32.dll 765D338A Unknown Unknown Unknown
ntdll.dll 772A9F72 Unknown Unknown Unknown
ntdll.dll 772A9F45 Unknown Unknown Unknown
Is exactly the same .exe using the same input data.
How do I make the program to work in the PC? any help here?