public interface option_stopwatch
Module Procedures
private subroutine option_stopwatch_a(default_clock, io_unit_print, io_unit_error, print_errors, abort_errors, print_form, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in), |
|
dimension(:) | :: |
default_clock | |
integer, |
intent(in), |
optional |
| :: |
io_unit_print | |
integer, |
intent(in), |
optional |
| :: |
io_unit_error | |
logical, |
intent(in), |
optional |
| :: |
print_errors | |
logical, |
intent(in), |
optional |
| :: |
abort_errors | |
character(len=*), |
intent(in), |
optional |
| :: |
print_form | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine option_stopwatch_s(default_clock, io_unit_print, io_unit_error, print_errors, abort_errors, print_form, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in), |
optional |
| :: |
default_clock | |
integer, |
intent(in), |
optional |
| :: |
io_unit_print | |
integer, |
intent(in), |
optional |
| :: |
io_unit_error | |
logical, |
intent(in), |
optional |
| :: |
print_errors | |
logical, |
intent(in), |
optional |
| :: |
abort_errors | |
character(len=*), |
intent(in), |
optional |
| :: |
print_form | |
integer, |
intent(out), |
optional |
| :: |
err | |