# Created by Octave 3.8.2-rc2, Fri Sep 05 13:56:50 2014 EDT <mockbuild@mustang-11.farm.hsv.redhat.com>
# name: cache
# type: cell
# rows: 3
# columns: 9
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
connect


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 79
 -- Loadable Function: connect (hosts)
     Connect hosts and return sockets.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 33
Connect hosts and return sockets.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
fload


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 225
 -- Loadable Function: VAR = fload (FID)
     Loads a single variable of any type from a binary stream, where it
     was previously saved with fsave.  Not suitable for data transfer
     between machines of different type.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Loads a single variable of any type from a binary stream, where it was
previousl



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
fsave


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 234
 -- Loadable Function: fsave (FID, VAR)
     Save a single variable to a binary stream, to be subsequently
     loaded with fload.  Returns true if successful.  Not suitable for
     data transfer between machines of different type.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Save a single variable to a binary stream, to be subsequently loaded
with fload.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
pserver


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 42
pserver

Connect hosts and return sockets.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
pserver



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 4
recv


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 123
 -- Loadable Function: recv (socket)
     Receive a variable from the computer specified by the row vector
     'socket'.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 74
Receive a variable from the computer specified by the row vector
'socket'.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
reval


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 134
 -- Loadable Function: reval (commands,sockets)
     Evaluate 'commands' at the remote hosts specified by the matrix
     'sockets'.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 74
Evaluate 'commands' at the remote hosts specified by the matrix
'sockets'.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
sclose


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 61
 -- Loadable Function: sclose (sockets)
     Close sockets.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 14
Close sockets.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
select


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 669
 -- Loadable Function: [N, RIDX, WIDX, EIDX] = select (READ_FIDS,
          WRITE_FIDS, EXCEPT_FIDS, TIMEOUT[, NFDS])
     Calls Unix 'select', see the respective manual.  The following
     interface was chosen: READ_FIDS, WRITE_FIDS, EXCEPT_FIDS: vectors
     of stream-ids.  TIMEOUT: seconds, negative for infinite.  NFDS:
     optional, default is Unix' FD_SETSIZE (platform specific).  An
     error is returned if nfds or a filedescriptor belonging to a
     stream-id plus one exceeds FD_SETSIZE. Return values are: N: number
     of ready streams.  RIDX, WIDX, EIDX: index vectors of ready streams
     in READ_FIDS, WRITE_FIDS, and EXCEPT_FIDS, respectively.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 47
Calls Unix 'select', see the respective manual.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 4
send


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 122
 -- Loadable Function: send (X, sockets)
     Send the variable 'X' to the computers specified by matrix
     'sockets'.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 69
Send the variable 'X' to the computers specified by matrix 'sockets'.





