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

Insufficient memory to allocate Fortran RTL message buffer, message #174 = hex 000000ae.

brickflying
Beginner
1,452 Views
Insufficient memory to allocate Fortran RTL message buffer, message #174 = hex 000000ae.
I met this error when run a procedure
What kind of error in code will cause?
0 Kudos
1 Reply
Martyn_C_Intel
Employee
1,452 Views
In case it's helpful, here is an example in another post:

http://software.intel.com/en-us/forums/showthread.php?t=59041

I suggest you turn on more diagnostics, such as -gen-interfaces -warn interfaces and-check
Also, if you call any RTL functions, be sure to USE IFLPORT so that you get the benefit of interface checking at compile time.
0 Kudos
Reply