« Discussions on Parallel Computingheterogeneous computing
Dears,
if I use a hybrid approach to run my algorithm , this hybrid approach combine distributed memory system using MPI library over 4 identical nodes and shared memory using OMP directives , can I consider this is a heterogeneous Parallel computing ???
7775:26093
Share
edittextuser=34073 post_id=26093 initial_post_id=0 thread_id=7775
Partially, this depends on how you define parallel heterogeneous computing. Generally, the heterogeneous bit implies some element of heterogeneous hardware, traditionally instruction set architecture. For some definitions, network heterogeneity is included, as is heterogeneity in software, such as operating system. Either way, if you are using four identical nodes and the only 'heterogeneous' thing involved is using/mixing MPI and OMP, I would tend to say that this is not considered heterogeneous computing, at least not according to any of the standard definitions.
7775:31238
Share
edittextuser=46709 post_id=31238 initial_post_id=0 thread_id=7775
Join the Discussion
Log in to reply
« Discussions on Parallel Computing