m_mall Module


Interfaces

public interface mall_ci

  • private subroutine ci_(nword, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: nword
    character(len=*), intent(in) :: thread

public interface mall_co

  • private subroutine co_(nword, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: nword
    character(len=*), intent(in) :: thread

public interface mall_mci

  • private subroutine ciI0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciI1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciI2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciI3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciR0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciR1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciR2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciR3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciD0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciD1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciD2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciD3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciL0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciL1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciL2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciL3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciC0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciC1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciC2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine ciC3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread

public interface mall_mco

  • private subroutine coI0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coI1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coI2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coI3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coR0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coR1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coR2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coR3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=SP), intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coD0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coD1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coD2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coD3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=DP), intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coL0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coL1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coL2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coL3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coC0_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coC1_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in), dimension(:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coC2_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in), dimension(:,:) :: marg
    character(len=*), intent(in) :: thread
  • private subroutine coC3_(marg, thread)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in), dimension(:,:,:) :: marg
    character(len=*), intent(in) :: thread

public interface mall_flush

  • private subroutine flush_(lu)

    Arguments

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

public interface mall_reset

  • private subroutine reset_()

    Arguments

    None

public interface mall_ison

  • private function ison_()

    Arguments

    None

    Return Value logical

public interface mall_set

  • private subroutine set_(on)

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), optional :: on