Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real, | public | :: | time | ||||
real, | public | :: | optimal_time | ||||
real, | public | :: | cost | ||||
real, | public | :: | optimal_cost | ||||
real, | public | :: | efficiency | ||||
integer, | public | :: | nproc | ||||
logical, | public | :: | optimal | = | .true. |
type optimisation_results_type
! Configuration
! Results
real :: time
real :: optimal_time
real :: cost
real :: optimal_cost
real :: efficiency
integer :: nproc
logical :: optimal = .true.
end type optimisation_results_type