KissCluster icon indicating copy to clipboard operation
KissCluster copied to clipboard

us-east-1 region

Open ilgeary opened this issue 2 years ago • 1 comments

Hi, This simple script approach to distributing a workload over a large number of cpus sounds just like what I need. Has it been superceded by another approach? Would it be very difficult to make it run in us-east-1, because there is a huge public dataset stored in us-east-1 that I need to process.

ilgeary avatar Mar 27 '23 18:03 ilgeary

Hi, you can easily change this to another region - just edit the source code. As of today I am usually running HPC scripts directly from Julia language (the language I currently use for numerical computing) and there are great tools that support this directly on the Julia lang level. I have not been using this bash scripts for some time, but you should be able to get them working easily.

pszufe avatar Mar 27 '23 19:03 pszufe