[Haskell-cafe] haskell in the cloud

Alexandre Peyroux alex at xn--wxa.email
Wed May 23 21:26:00 UTC 2018


Hello, you can try https://www.scaleway.com/pricing/#anchor_pro

Regards

Le mer. 23 mai 2018 à 22:25, David Reaver <johndreaver at gmail.com> a écrit :

> Amazon Web Services has a x1.32xlarge EC2 instance with 128 CPU cores and
> just under 2000 GiB of RAM for about $13 per hour. AWS actually has
> per-second billing (with a 1 minute minimum) since late last year.
>
> They have lots of other options as well of course. Here is their pricing
> page: https://aws.amazon.com/ec2/pricing/on-demand/
>
> On Wed, May 23, 2018 at 2:51 AM, Dennis Raddle <dennis.raddle at gmail.com>
> wrote:
>
>> I have a CPU-intensive Haskell application. I have it working with simple
>> multi-core concurrency. I'm wondering if I can run this on a cloud virtual
>> machine with 128 cores or so, paying by the CPU minute. I'll run it for
>> maybe 15 minutes a day so I'm probably best off paying just for the CPU
>> used.
>>
>> What platform would be recommended? For ease of use? For best
>> price/performance?
>>
>> It's a backtracking optimization algorithm that builds data, one element
>> at a time. It's not hard at all to make it concurrent: at the first 3 or so
>> levels of element choices would be about 100 to 500 combinations. Even if
>> the simplest method of running concurrent Haskell on multiple cores doesn't
>> work, I could just divide these first cases into batches and run them on
>> individual machines.
>>
>> D
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> To (un)subscribe, modify options or view archives go to:
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>> Only members subscribed via the mailman list are allowed to post.
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180523/e3b338fe/attachment.html>


More information about the Haskell-Cafe mailing list