INGOR
WriteFilter

WriteFilter writes the network in a file.

Introduction

This filter simply writes the input network in the specified file.

This is useful if you want to save a network in multiple file formats.

Arguments

file=file
f=file
File name.
type=format
t=format
Network file format type. See Network File Formats for avaiable format types
args={key [ =value,... ] }
a={key [ =value,... ] }
Arguments for the network file format.
mpi
Enables the MPI support mode. If specified, adds the rank (process) number to the file name as their suffix, and all the processes output the network into the file. If not specified, every process excluding the root does nothing.

MPI support

Only the root rank (process) outputs the network in the specified file. The mpi option changes this to output the network in every process. See the above explanation.


Filters | INGOR Manual