Synchronize CAF images.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hash_table), | intent(inout) | :: | self | The hash table. |
subroutine synchronize_images(self)
!---------------------------------------------------------------------------------------------------------------------------------
!< Synchronize CAF images.
!---------------------------------------------------------------------------------------------------------------------------------
class(hash_table), intent(inout) :: self !< The hash table.
!---------------------------------------------------------------------------------------------------------------------------------
!---------------------------------------------------------------------------------------------------------------------------------
#ifdef CAF
sync all
#endif
!---------------------------------------------------------------------------------------------------------------------------------
endsubroutine synchronize_images