Home | Trees | Indices | Help |
---|
|
object --+ | FileWriter
Interface to write data to a file. In essence this class wrappes the
standart file
object to write data that are global in MPI to
a file. In fact, data are writen on the processor with MPI rank 0 only.
It is recommended to use FileWriter
rather than
open
in order to write code that is running with as well as
with MPI. It is save to use open
onder MPI to read data
which are global under MPI.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Opens a file of name
|
Write string
|
Write the list
Note: Note that newlines are not added. This method is equivalent to call write() for each string. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Aug 10 10:04:39 2009 | http://epydoc.sourceforge.net |