F
F
Felicitto2012-05-18 14:37:47
Programming
Felicitto, 2012-05-18 14:37:47

Where to rent computing power for one task?

Hello, those who know, tell me
There is an algorithm that is written in C ++, for its execution on one 1.84GHz core it takes, say, two weeks. The result is needed faster.
Is it possible to place a program for execution on a powerful server and get the result of the program?
What difficulties can arise and what is the cost?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
BrainHacker, 2012-05-18
@BrainHacker

Take a look at Amazon EC2. For example, their GPU cluster has two Intel Xeon X5570 3.00GHz processors, each containing 8 cores. Cost per rental hour: $2.10 for Linux, $2.60 for Windows.
They have a CPU cluster. According to assurances, there should be 2 times more CPU.

P
PuzzleW, 2012-05-18
@PuzzleW

look at the demo trials of Microsoft Azure - there, in my opinion, 30 days are free and maybe you have enough power

G
GavriKos, 2012-05-18
@GavriKos

The complexity may be in the parallelization of the calculation, if this task is not initially solved. Finding a server with a powerful single core will be more problematic than a cluster or just a multi-core one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question