Pangolin
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
output Module Reference

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...
 

Detailed Description

A module for writing out data files.

Author
Alexis Praga

Member Function/Subroutine Documentation

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.


The documentation for this module was generated from the following file: