Arguments
cls
  The parallel cluster.
  
varname
  Name of the shared variable, quoted.  (The variable must
  be a matrix, though it could be 1x1 etc.)
  
nr
  Number of rows in the variable.
  
nc
  Number of columns in the variable.
  
vartype
  Atomic R type of the variable, quoted, "double" by default.
  
fs
  Place in backing store?  FALSE by default.
  
mgrcpy
  Place a copy of the shared variable on the manager node?  TRUE by default.
  
savedesc
  Save the bigmemory descriptor for this variable on disk.