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

Compiling HP fortran program by ifc

Intel_C_Intel
Employee
729 Views
Does anyone know how to complile HP fortran program by ifc?
I have many programs written for HP fortran, so want to reuse them.
0 Kudos
2 Replies
TimP
Honored Contributor III
729 Views
I don't have a sense of what you mean. HP f90 is reasonably strict in not permitting gross deviations from Fortran, so you shouldn't have much difficulty with odd extensions. Many of the functions of the U77 library are present in Intel -Vaxlib. If you have non-standard code peculiar to some HP compiler from more than 15 years ago, you may have a little editing to do. If you use KAP directives, you should get warnings, but many will be ignored.
0 Kudos
Intel_C_Intel
Employee
729 Views
Thank you for a reply. I wasencouraged so much.
By editing little, programs for HP fortran was compiled with no error.
0 Kudos
Reply