Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

flip-flopping between parallel and single-thread code

1 view
Skip to first unread message

pedr...@lycos.com

unread,
Sep 11, 2017, 8:08:29 AM9/11/17
to
in geophysical processing, you have both single-threaded and parallel-safe
modules. Data flow may go like this:

input-parallel-single-parallel-output

Now the single-threaded module may be defined so simply because it is so
trivial and the programmer thought the message passing overhead was not
worth it. But then does this not mean that the data is merged going into
it, and then sprayed out again to multiple cores?
So would it not be better to remain in parallel mode, by enabling the
single threader to run parallel?
0 new messages