What is your bottleneck?<div>Amount of DRAM?</div><div>Available bandwidth to DRAM?<br><div>L1, L2 or L3 cache?</div><div>I/O?</div><div>Floating point performance?<br>Integer performance?</div><div>Hard-to-predict branchy logic code?</div>
<div><br></div><div>Depending on what the problem is you're trying to solve, different architectures and ways of slicing the work will perform differently.<br clear="all"><br><br><br>Sincerely,<br><br>Jon Watte<br><br>
<br>--<br>"I pledge allegiance to the flag of the United States of America, and to the republic for which it stands, one nation indivisible, with liberty and justice for all."<br>~ Adopted by U.S. Congress, June 22, 1942<br>
<br>
<br><br><div class="gmail_quote">On Wed, Apr 18, 2012 at 2:16 AM, Max Lapshin <span dir="ltr"><<a href="mailto:max.lapshin@gmail.com">max.lapshin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi.<br>
<br>
I have a computing task, which can be parallelized into 50 independent tasks.<br>
I want to buy an 24 core Opteron-based computer for this and I want to<br>
understand, if erlang will be able to use all these<br>
cores effectively. This task is launched as 50 independent processes<br>
that just work with their private set of data.<br>
<br>
Maybe it is better to buy 6 computers with 4-core intel core i5, or<br>
better to test?<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div>