SDDFSPLIT(1)       

NAME
       SDDFsplit  -  Split SDDF file into multiple files by field
       value

SYNOPSIS
       SDDFsplit [-k field_name] [-o base_name] [-abch]
               input_file_name

DESCRIPTION
       SDDFsplit takes one SDDF file and splits it into  multiple
       files  according  to  the  value of the field specified by
       field_name.  The field must be an  integer  in  the  range
       0-1023.   The  data record is written to a file whose name
       is derived by concatenating the base name  with  a  period
       and  the  value.   For  example, if the value is 3 and the
       base name is Node, then the data record will be written to
       a file named Node.3.

OPTIONS
       -k field_name
              Specify  the  SDDF field to use for splitting.  The
              default field name is "Processor Number".

       -o base_name
              Base name  to  concatenate  with  field  values  to
              derive  file  names.   The default base name is the
              input file name.

       -a     Create ASCII output files.

       -b     Create binary output files.  (This is the default.)

       -c     Create converted binary output files.

       -h     Print an on-line help message.

SEE ALSO
       Ruth A. Aydt, The Pablo Self-Defining Data Format

COPYRIGHT
       Copyright  1994,  The  University  of  Illinois  Board  of
       Trustees.

AUTHOR
       Jonathan M. Reid, University of Illinois

Pablo Environment          Nov 26, 1994