Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
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.

Problems compiling very old library

Stephen_Painchaud
Principiante
472 Visualizações

I am trying to compile a FORTRAN library from circa 1985. A common error message I get for the debug version is

Error: The type of the actual argument differs from the type of the dummy argument.

This is a common theme, where a subroutine is called with a real argument, but it is used as an integer.

Is there some way I can turn off this check in the debug version? The release version compiles fine. I will need a debug version at some point.

0 Kudos
1 Responder
Steven_L_Intel1
Funcionário
472 Visualizações
Right click on the project, select Properties, Fortran, Diagnostics. Turn off "Generate interface blocks" and "Check routine interfaces". Be very careful about such mismatches - they can create serious problems.
Responder