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.
29284 Discussions

Using the Fortran 2003 command argument procedures

larsm
Beginner
616 Views

I am developing and maintaining programs in the OpenVMS and Windows environments. To be portable I have used the Fortran 2003 syntax for quite some by employing the F2KCLI module as provided by Winteracter in both systems. I have recently started porting to Intel V8.1 from CVF.

The F2KCLI module worked fine in IVF too. To test the availability of the command argument procedures in IVF I removed the USE F2KCLI statement and to my amazement the COMMAND_ARGUMENT_COUNT function worked but the GET_COMMAND and GET_COMMAND_ARGUMENT subroutines were missing.

Why one and not the others?

Lars M

0 Kudos
2 Replies
larsm
Beginner
616 Views
Forget what I wrote!
The command argument procedures are obviously not implemented.
I probably only removed the USE statement but did not remove the F2KCLI LIB-file although I don't realize why IMPLICIT NONE did not catch the error.
My question now is:
Whenwill the Fortan 2003 standard command argument procedures be implemented?
Best wishes
Lars M
0 Kudos
Steven_L_Intel1
Employee
616 Views
We plan to offer these in our next major release.
0 Kudos
Reply