m_ACTEST Module


Interfaces

public interface testall

  • private subroutine testaC_(aC, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(Accumulator), intent(in) :: aC
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface IndexAttr

  • private subroutine IndexTest_(aC, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(Accumulator), intent(in) :: aC
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface Copy

  • private subroutine CopyTest_(aC, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(Accumulator), intent(in) :: aC
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface ImportExport

  • private subroutine ImportExportTest_(aC, identifier, device)

    Arguments

    Type IntentOptional Attributes Name
    type(Accumulator), intent(in) :: aC
    character(len=*), intent(in) :: identifier
    integer, intent(in) :: device

public interface Identical

  • private function Identical_(ACC1, ACC2, Range)

    Arguments

    Type IntentOptional Attributes Name
    type(Accumulator), intent(in) :: ACC1
    type(Accumulator), intent(in) :: ACC2
    real, intent(in), optional :: Range

    Return Value logical