kezhou2 / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 0 forks source link

Shared-memory execution #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Optimize ADDA for shared memory hardware (e.g. multi-core processors),
using standard MPI functions and/or OpenMP directives.

Original issue reported on code.google.com by yurkin on 24 Dec 2008 at 7:13

GoogleCodeExporter commented 9 years ago
It should be trivial to employ multi-threaded version of FFTW - just a matter 
of a couple of initialization calls. The only challenge with that is rigorous 
compilation (Makefiles, etc.) to work on all OS with different thread models.

Original comment by yurkin on 23 Jan 2012 at 2:27