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.

VAX parallel directives

jayb
Beginner
518 Views

I found a few places in my legacy code where the obsolete VAX "parallel directive" feature exists, e.g.:

CPAR$ SOME_TEXT

Inasmuch as this is in a FORTRAN 77 fixed-format file, can I assume that this is simply ignored by Intel Fortran as if it is a comment?

Thanks,
JayB 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
518 Views

I had to check, given that our compiler is DEC heritage, though not all the way to VAX. (I go all the way back to VAX Fortran, though!) Intel Fortran will ignore CPAR$ and treat it as a comment. Note that we do recognize CDEC$ and CDIR$.

0 Kudos
Reply