Cluster of computers for rent?
Posted
by R S
on Stack Overflow
See other posts from Stack Overflow
or by R S
Published on 2010-06-02T10:44:40Z
Indexed on
2010/06/02
10:53 UTC
Read the original article
Hit count: 200
I am doing a project in the university which requires running of multiple instances (1000s) of a program I've written (in C++), which runs for quite a while (say 2 hours). The program is very self contained - it does not require input files, and the only dependency I think is boost.
I'm currently using the university-owned cluster of computer. However, it's quite old and the jobs dispatching and monitors services are pretty bad.
So I was wondering whether I can run my jobs elsewhere, for some money. For example, I looked a bit into Google App Engine, but as it seems every job must end after 30 seconds it is not suitable for me. Maybe Amazon EC2?
Do you know of such options?
© Stack Overflow or respective owner