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