Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | istatus(MPI_STATUS_SIZE) | ||||
integer, | public | :: | ierr | ||||
integer, | public, | parameter | :: | max_num_comps | = | 20 | |
integer, | public, | parameter | :: | maxProcs_comp | = | 128 | |
type(Acomponent), | public | :: | components(max_num_comps) | ||||
integer, | public | :: | MPI_Acomponent | ||||
integer, | public | :: | global_proc_id | ||||
integer, | public | :: | global_totProcs | ||||
integer, | public | :: | COMM_master | ||||
integer, | public | :: | total_components | ||||
character(len=16), | public | :: | component_names(max_num_comps) | ||||
integer, | public, | parameter | :: | N_CHANNELS | = | 10 | |
real(kind=8), | public | :: | init_time | = | -1.0 | ||
real(kind=8), | public | :: | last_time | ||||
real(kind=8), | public | :: | tot_time(0:N_CHANNELS) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=16), | public | :: | name | ||||
integer, | public | :: | num_process | ||||
integer, | public | :: | process_list(maxProcs_comp) |