  
  [1X4 [33X[0;0YBasic functionality for parallel computation[133X[101X
  
  [33X[0;0YThis  page covers the functions used for parallel computation in the book An
  Invitation               to              Computational              Homotopy
  ([7Xhttps://global.oup.com/academic/product/an-invitation-to-computational-homotopy-9780198832980[107X).[133X
  
  
  [1X4.1 [33X[0;0YSix Core Functions[133X[101X
  
  [1X4.1-1 ChildCreate[101X
  
  [33X[1;0Y[29X[2XChildCreate[102X(  ) [32X function[133X
  [33X[1;0Y[29X[2XChildProcess[102X( [3Xstr[103X ) [32X function[133X
  [33X[1;0Y[29X[2XChildProcess[102X( [3Xstr[103X ) [32X function[133X
  [33X[1;0Y[29X[2XChildProcess[102X( [3Xstr[103X ) [32X function[133X
  
  [33X[0;0YStarts  a  GAP  session as a child process and returns a stream to the child
  process.  If  no  argument is given then the child process is created on the
  local     machine;     otherwise     the    argument    should    be:    (1)
  [22Xstr[122X="computer.address.ie" the address of a remote computer for which ssh has
  been  configured  to  require  no  password  from  the  user; (2) [22Xstr[122X=["-m",
  "100000M",    "-T"]    a   list   of   GAP   command   line   options;   (3)
  [22Xstr[122X="computer.ac.wales",  ["-m",  "100000M", "-T"] the address of a computer
  followed by a list of command line options.[133X
  
  [33X[0;0Y[12XExamples:[112X[133X
  
  [1X4.1-2 ChildCreate[101X
  
  [33X[1;0Y[29X[2XChildCreate[102X(  ) [32X function[133X
  [33X[1;0Y[29X[2XChildProcess[102X( [3Xstr[103X ) [32X function[133X
  [33X[1;0Y[29X[2XChildProcess[102X( [3Xstr[103X ) [32X function[133X
  [33X[1;0Y[29X[2XChildProcess[102X( [3Xstr[103X ) [32X function[133X
  
  [33X[0;0YStarts  a  GAP  session as a child process and returns a stream to the child
  process.  If  no  argument is given then the child process is created on the
  local     machine;     otherwise     the    argument    should    be:    (1)
  [22Xstr[122X="computer.address.ie" the address of a remote computer for which ssh has
  been  configured  to  require  no  password  from  the  user; (2) [22Xstr[122X=["-m",
  "100000M",    "-T"]    a   list   of   GAP   command   line   options;   (3)
  [22Xstr[122X="computer.ac.wales",  ["-m",  "100000M", "-T"] the address of a computer
  followed by a list of command line options.[133X
  
  [33X[0;0Y[12XExamples:[112X[133X
  
