Re: Google Summer of Code 2013 (GSoC13)
From: Thomas Rast <hidden>
Date: 2016-06-15 22:56:11
Ronan Keryell [off-list ref] writes:
quoted
quoted
quoted
quoted
quoted
On Mon, 18 Feb 2013 18:46:05 +0100, Thomas Rast [off-list ref] said:Thomas> The actual programming must be done in C using pthreads Thomas> for obvious reasons. Are there obvious reasons OpenMP would not be enough to do the job? It looks like a trade-off between the code readability & portability versus the real expressiveness of what parallelism control details are needed.
Except for the added dependency you mean?
I'm not sure exactly what the capabilities of OpenMP are that would help
here, but most likely it would work. It wouldn't really change the
amount of work needed, though, since the main work is in shuffling
around the existing code paths to be amenable to parallel access in the
first place. A "dumb" parallelization (i.e., just locking around all
shared structures) POC yielded very little speedup because of lock
contention.
--
Thomas Rast
trast@{inf,student}.ethz.ch