m_writeline Module

module~~m_writeline~~UsesGraph module~m_writeline m_writeline module~m_strings m_strings module~m_strings->module~m_writeline module~variablekind variableKind module~variablekind->module~m_writeline module~variablekind->module~m_strings module~m_errors m_errors module~variablekind->module~m_errors module~m_parameters m_parameters module~variablekind->module~m_parameters iso_fortran_env iso_fortran_env iso_fortran_env->module~m_writeline iso_fortran_env->module~m_strings iso_fortran_env->module~variablekind iso_fortran_env->module~m_errors module~m_errors->module~m_writeline module~m_errors->module~m_strings module~m_parameters->module~m_strings
Help

Contains core routines to write different combinations of scalars and 1D arrays to a file

Used By

module~~m_writeline~~UsedByGraph module~m_writeline m_writeline module~m_fileio m_fileIO module~m_writeline->module~m_fileio module~m_tests m_tests module~m_writeline->module~m_tests program~scaletest_coretran scaleTest_coretran module~m_writeline->program~scaletest_coretran module~m_fileio->module~m_tests module~m_fileio->program~scaletest_coretran program~test_coretran test_coretran module~m_tests->program~test_coretran
Help


Interfaces

public interface writeline

Write multiple items to a line

  • private subroutine writeLine_a(a, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_ab(a, b, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abc(a, b, c, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcd(a, b, c, d, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcde(a, b, c, d, e, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d
    real(kind=r64) :: e
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_av(a, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_avbv(a, b, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a(:)
    real(kind=r64) :: b(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_avbvcv(a, b, c, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a(:)
    real(kind=r64) :: b(:)
    real(kind=r64) :: c(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abv(a, b, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abvcv(a, b, c, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b(:)
    real(kind=r64) :: c(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcdev(a, b, c, d, e, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d
    real(kind=r64) :: e(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcdevfv(a, b, c, d, e, f, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d
    real(kind=r64) :: e(:)
    real(kind=r64) :: f(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcdv(a, b, c, d, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcdvev(a, b, c, d, e, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d(:)
    real(kind=r64) :: e(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcv(a, b, c, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcvdv(a, b, c, d, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c(:)
    real(kind=r64) :: d(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcdefv(a, b, c, d, e, f, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d
    real(kind=r64) :: e
    real(kind=r64) :: f(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit
  • private subroutine writeLine_abcdefvgv(a, b, c, d, e, f, g, fname, iunit)

    Interfaced with writeLine()

    Arguments

    Type IntentOptional AttributesName
    real(kind=r64) :: a
    real(kind=r64) :: b
    real(kind=r64) :: c
    real(kind=r64) :: d
    real(kind=r64) :: e
    real(kind=r64) :: f(:)
    real(kind=r64) :: g(:)
    character(len=*), optional :: fname
    integer(kind=i32), optional :: iunit