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

Getting command line arguments

Satish_BD
Beginner
399 Views
Hi,

Seems that these F2008 routines are not yet supported:
  • get_command_argument( )
  • get_environment_variable( )
Is there a vendor-specific solution to this ? For example, system( ) command can be used in place of execute_command_line, so, somthing like that, is it available for the above two ?
Thanks,
Satish
0 Kudos
1 Reply
TimP
Honored Contributor III
399 Views
get_command_argument has been in ifort for a while.
ifort supports legacy (under USE IFPORT) and ifposix getenv library subroutines.
0 Kudos
Reply