dm_sync_name Function

public pure function dm_sync_name(type) result(name)

Returns name of synchronisation type.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: type

Sync type enum.

Return Value character(len=:), allocatable

Name of sync type.


Called by

proc~~dm_sync_name~~CalledByGraph proc~dm_sync_name dm_sync_name proc~dm_sync_out dm_sync_out proc~dm_sync_out->proc~dm_sync_name