Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

4 Parallel Computation

4 Parallel Computation

Six Core Functions

ChildCreate():: Void --> Child process
ChildProcess("computer.address.ie"):: String --> Child process
ChildProcess(["-m", "100000M", "-T"]):: List --> Child process
ChildProcess("computer.ac.wales", ["-m", "100000M", "-T"]):: String, List --> Child process

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) the address of a remote computer for which ssh has been configured to require no password from the user; (2) or a list of GAP command line options; (3) or the address of a computer followed by a list of command line options.

ChildCreate():: Void --> Child process
ChildProcess("computer.address.ie"):: String --> Child process
ChildProcess(["-m", "100000M", "-T"]):: List --> Child process
ChildProcess("computer.ac.wales", ["-m", "100000M", "-T"]):: String, List --> Child process

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) the address of a remote computer for which ssh has been configured to require no password from the user; (2) or a list of GAP command line options; (3) or the address of a computer followed by a list of command line options.


 


 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Ind

generated by GAPDoc2HTML