Software Archive
Read-only legacy content
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.

function

Intel_C_Intel
Employee
456 Views
The following prompt displayed when I compile a fortran program
fatal error F1053: 'JAC' : function too large for global optimizations
Could you help me to shoot this problem because I do not find 'error F1053' in online infoView, I am using Fortran Powerstation, by the way.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
456 Views
This discussion board is for users of Compaq Fortran products. For help with Microsoft Fortran PowerStation, try the newsgroup microsoft.public.fortran

However, I can surmise that the error simply means that the PowerStation optimzer decided that your function was too large for it to be able to analyze, so it gave up. I suggest switching to a current, robust and supported product such as Compaq Visual Fortran. See our web site for more details.

Steve
0 Kudos
Reply