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