Programs

ProgramSource FileDescription
check_command_line_argument check-command-line-argument.f90

This program serves the dual purposes of 1. Showing how to use the command_line_t derived type to check whether a command-line argument is present and 2. Supporting the test suite verification of this same behavior.

Read more…
get_flag_value get-flag-value.f90

Demonstrate how to find the value of a command-line flag Running this program as follows with the command

Read more…
handle_missing_flag handle-missing-flag.f90

This program serves the dual purposes of

Read more…