Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

composer_xe_2013.0.079 - fortran

Simone_Ferraz
Beginner
1,306 Views

Dear all,

I'm using the fortran (ifort) composer_xe_2013  to run a climate model. I'm getting the error message below:

Insufficient memory to allocate Fortran RTL message buffer, message #41 = hex 00000029.

My linux is fedora 16, intel core i7 and have 3.4Gib of memory.
Anyone have any suggestions?
thank you

0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,306 Views
My guess is that you're running a 32-bit application that is right at the edge of the 2GB virtual memory limit. Can you build and run it as a 64-bit application?
0 Kudos
Simone_Ferraz
Beginner
1,306 Views
Yes, my linux is 32bits, i'll exchange to 64bits... thancks Simone
0 Kudos
Reply