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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29297 Discussions

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

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