Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.04 KB

README_JULIA.md

File metadata and controls

15 lines (10 loc) · 1.04 KB

KissCluster and Julia

We all know Julia is great (if you do not know it just try it).

But it's even greatest when you can speed up your computations via parallelization.

Let's see how to use KissCluster with Julia parallization functionality on AWS cloud.

  1. Start with a machine that has Julia installed. If you want one in the AWS cloud - you can try my AMI
  2. Create KissCluster cluster with the serverless SSH option (remeber about --passwordless_ssh parameter and about AWS SecurityGroup)
  3. Add nodes to the cluster. Nodes shoul have the Julia installed - agin you can try my AMI.
  4. Create the machine file: ./kissc nodes --show_nproc yes myc@us-east-2 > ~/machinefile.txt
  5. Go to your home directory cd ~
  6. Run Julia julia --machinefile machinefile.txt