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

Porting Question

grantrickard
Beginner
783 Views
I haven't touched fortran in quite awhile. Anyway, I'm doing some porting, moving an application from VAX Fortran to Compac Fortran. The original was written in 1982. For some reason, I can't do a '/list' on an file 'include'. Is there a header file or some statement I'm not including? I looked in a book and haven't had good results.
0 Kudos
1 Reply
james1
Beginner
783 Views
I'm not sure if you are asking to have an include file present in a listing, or if you are receiving compile errors due to having syntax such as:

include 'data.for/list'

If the former, you need to compile with the switch /show:include

If the latter, use the /vms switch to allow that syntax.

James
0 Kudos
Reply