168
edits
(→Tips) |
|||
On your Linux desktop, start up Mathematica.
We'll start by launching kernels on
For this example, we're going to start 4 kernels each on ramsey, fibonacci, and
In the Mathematica window, type the following:
<nowiki>LaunchKernels[{"ssh://ramsey/?4","ssh://fibonacci/?4","ssh://boole/?4" }]</nowiki>
Then, right-click that cell and choose 'Evaluate Cell'. The system will launch the remote kernels, and show its progress while it does that. Once all the kernels are launched, you can run calculations on them. To close those kernels, do
|