|
CP2K 2.5 (Revision 12981)
|
stores all the informations relevant to an mpi environement More...
Private Attributes | |
| LOGICAL | owns_group |
| LOGICAL | ionode |
| INTEGER | mepos |
| INTEGER | source |
| INTEGER | num_pe |
| INTEGER | ref_count |
| INTEGER | group |
stores all the informations relevant to an mpi environement
| mepos | rank of the actual processor |
| group | id of the actual mpi communicator (I know that it is confusing, but this is not the mpi group) |
| num_pe | number of processors in the communicator |
| source | rank of a special processor (for example the one for i-o, or the master |
| owns_group | if it owns the group (and thus should free it when this object is deallocated) |
| ref_count | the reference count, when it is zero this object gets deallocated |
Definition at line 43 of file cp_para_types.f90.
Definition at line 46 of file cp_para_types.f90.
LOGICAL cp_para_types::cp_para_env_type::ionode [private] |
Definition at line 44 of file cp_para_types.f90.
Definition at line 45 of file cp_para_types.f90.
Definition at line 45 of file cp_para_types.f90.
LOGICAL cp_para_types::cp_para_env_type::owns_group [private] |
Definition at line 44 of file cp_para_types.f90.
Definition at line 45 of file cp_para_types.f90.
Definition at line 45 of file cp_para_types.f90.
1.7.3