Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29304 Discussions

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

brickflying
Beginner
2,073 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
2,073 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