A module for writing out data files. More...
Public Member Functions | |
subroutine | write_wrapper_double (val1, val2, rank, id_file, fname, fformat, acces) |
Small subroutine which open sequentally a file, write the rank and 2 doubles and closes it. More... | |
subroutine | write_wrapper (val1, val2, rank, id_file, fname, fformat, acces) |
Small subroutine which open sequentally a file, write the rank, 1 double and 1 integer and closes it. More... | |
A module for writing out data files.
subroutine output::write_wrapper | ( | double precision, intent(in) | val1, |
integer, intent(in) | val2, | ||
integer, intent(in) | rank, | ||
integer, intent(in) | id_file, | ||
character(*), intent(in) | fname, | ||
character(*), intent(in) | fformat, | ||
character(*), intent(in) | acces | ||
) |
Small subroutine which open sequentally a file, write the rank, 1 double and 1 integer and closes it.
subroutine output::write_wrapper_double | ( | double precision, intent(in) | val1, |
double precision, intent(in) | val2, | ||
integer, intent(in) | rank, | ||
integer, intent(in) | id_file, | ||
character(*), intent(in) | fname, | ||
character(*), intent(in) | fformat, | ||
character(*), intent(in) | acces | ||
) |
Small subroutine which open sequentally a file, write the rank and 2 doubles and closes it.