Our university cluster is down and I have some time sensitive simulations I have to run. I looked into AWS and Azure, but never have really dealt with cloud computing… I need about 500 processors (simulation time is actually really low, maybe 5 minutes)…
Does anyone have any experience setting up Julia on a cloud host? I am thinking I need to spin up a virtual machine, install an OS on it, install Julia, and use addprocs(500) to add my 500 processors, but not sure if AWS/Azure will automatically allocate 500 processors?
Sure, 64 cores sounds okay… the run time will just be a little bit longer. Is there a way to only pay for the actual compute times used? Or does it start billing as soon as you spin up the VM?