Check if MPI resources are available
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(many_body_expansion_t), | intent(in) | :: | this |
pure logical function mbe_base_has_mpi(this) !! Check if MPI resources are available class(many_body_expansion_t), intent(in) :: this mbe_base_has_mpi = associated(this%resources) end function mbe_base_has_mpi