Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Объявления
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
Начинающий
531Просмотр.

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 баллов
1 Ответить
Steven_L_Intel1
Сотрудник
531Просмотр.

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$.

Ответить