shm_free Interface

public interface shm_free

Contents


Module Procedures

private subroutine shm_free_c1(a)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout) :: a(:)

private subroutine shm_free_c2(a)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout) :: a(:,:)

private subroutine shm_free_c3(a)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout) :: a(:,:,:)

private subroutine shm_free_r1(a)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: a(:)

private subroutine shm_free_r2(a)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: a(:,:)

private subroutine shm_free_r3(a)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: a(:,:,:)