|
|
Subscribe / Log in / New account

Single-threading not considered harmful

Single-threading not considered harmful

Posted May 7, 2011 8:10 UTC (Sat) by NAR (subscriber, #1313)
In reply to: Single-threading not considered harmful by quotemstr
Parent article: Scale Fail (part 1)

Welcome to Erlang.


to post comments

Single-threading not considered harmful

Posted Jul 4, 2011 11:40 UTC (Mon) by csamuel (✭ supporter ✭, #2624) [Link]

Or MPI which lets you span nodes and is frequently used for highly parallel High Performance Computing (HPC) codes.

It also works well within a single system; I've seen a particular HPC crash simulation code which came in both SMP and MPI variants and even within a single multi core system the MPI version scaled better than the SMP version.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds