File: newNewParallel.xml

package info (click to toggle)
gap-hap 1.73%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 58,508 kB
  • sloc: xml: 16,467; sh: 197; javascript: 155; makefile: 121; ansic: 47; perl: 24
file content (5 lines) | stat: -rw-r--r-- 1,946 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<Chapter><Heading>Basic functionality for parallel computation</Heading> This page covers the functions used for parallel computation in the book <URL><Link>https://global.oup.com/academic/product/an-invitation-to-computational-homotopy-9780198832980</Link><LinkText>An Invitation to Computational Homotopy</LinkText></URL>. <Section><Heading> Six Core Functions</Heading> 
<ManSection> <Func Name="ChildCreate" Arg=""/> <Func Name="ChildProcess" Arg="str"/> <Func Name="ChildProcess" Arg="str"/> <Func Name="ChildProcess" Arg="str"/> <Description> <P/> Starts 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) <M>str</M>="computer.address.ie" the address of a remote computer for which ssh has been configured to require no password from the user; (2) <M>str</M>=["-m", "100000M", "-T"] a list of GAP command line options; (3) <M>str</M>="computer.ac.wales", ["-m", "100000M", "-T"] the address of a computer followed by a list of command line options. <P/><B>Examples:</B> 
</Description> </ManSection> 
<ManSection> <Func Name="ChildCreate" Arg=""/> <Func Name="ChildProcess" Arg="str"/> <Func Name="ChildProcess" Arg="str"/> <Func Name="ChildProcess" Arg="str"/> <Description> <P/> Starts 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) <M>str</M>="computer.address.ie" the address of a remote computer for which ssh has been configured to require no password from the user; (2) <M>str</M>=["-m", "100000M", "-T"] a list of GAP command line options; (3) <M>str</M>="computer.ac.wales", ["-m", "100000M", "-T"] the address of a computer followed by a list of command line options. <P/><B>Examples:</B> 
</Description> </ManSection> </Section> </Chapter>