you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 years ago (1 child)

Random but why is "embarrassing" or similar adjectives so often used to describe a parallel program? What's embarrassing about it?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 14 points 2 years ago (1 child)

    "Embarrassingly parallelizable" is just the term for a process that can be perfectly paralleled.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years ago (3 children)

    rather odd choice of adjective though

  • source
  • parent
  • hideshow 6 child comments
  • [–] 13 points 2 years ago

    I think the usage implies it's so easy to parallelize that any competent programmer should be embarrassed if they weren't running it in parallel. Whereas many classes of problems can be extremely complex or impossible to parallelize, and running them sequentially would be perfectly acceptable.

  • source
  • parent