public interface progress_perc
Print a progress percentage message.
(Specification)
Subroutines
private module subroutine progress_perc_int16(iter, itermax, prefix)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in) |
|
| :: |
iter | |
integer(kind=int16), |
intent(in) |
|
| :: |
itermax | |
character, |
intent(in), |
optional |
| :: |
prefix | |
private module subroutine progress_perc_int32(iter, itermax, prefix)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in) |
|
| :: |
iter | |
integer(kind=int32), |
intent(in) |
|
| :: |
itermax | |
character, |
intent(in), |
optional |
| :: |
prefix | |
private module subroutine progress_perc_int64(iter, itermax, prefix)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in) |
|
| :: |
iter | |
integer(kind=int64), |
intent(in) |
|
| :: |
itermax | |
character, |
intent(in), |
optional |
| :: |
prefix | |
private module subroutine progress_perc_int8(iter, itermax, prefix)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in) |
|
| :: |
iter | |
integer(kind=int8), |
intent(in) |
|
| :: |
itermax | |
character, |
intent(in), |
optional |
| :: |
prefix | |