On Sun, Mar 13, 2016 at 2:02 PM, Matthew Larkin wrote:
> Hello,
>
> My understanding is Open MPI can utilize shared and/or distributed memory
> architecture (parallel programming model). OpenMP is soley for shared
> memory systems.
>
>
The MPI-3 standard provides both explicitly shared and distri
2016-03-13 23:04 GMT+01:00 Matthew Larkin :
> Thanks Nick,
>
> I do understand they are different parallel paradigms and I understand the
> purpose of each.
>
> If I run mpi processes to exhaust all cores, what is the need or purpose to
> also use openmp to create threads? I believe there will be n
Thanks Nick,
I do understand they are different parallel paradigms and I understand the
purpose of each.
If I run mpi processes to exhaust all cores, what is the need or purpose to
also use openmp to create threads? I believe there will be no resources left
for the forked threads?
Sent from Y
2016-03-13 22:02 GMT+01:00 Matthew Larkin :
> Hello,
>
> My understanding is Open MPI can utilize shared and/or distributed memory
> architecture (parallel programming model). OpenMP is soley for shared memory
> systems.
>
> I believe Open MPI incorporates OpenMP from some of the other archives I
>
Hello,
My understanding is Open MPI can utilize shared and/or distributed memory
architecture (parallel programming model). OpenMP is soley for shared memory
systems.
I believe Open MPI incorporates OpenMP from some of the other archives I
glanced at.
Is this a true statement? If so, is there