* [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?)
@ 2008-01-03 1:58 Brian Budge
2008-01-03 18:19 ` Bryan Green
0 siblings, 1 reply; 5+ messages in thread
From: Brian Budge @ 2008-01-03 1:58 UTC (permalink / raw
To: gentoo-cluster
[-- Attachment #1: Type: text/plain, Size: 407 bytes --]
Hi all (again) -
I just came to the realization that OpenMPI does not support a multithreaded
model with infiniband. I am looking into the openib-mvapich2, as mvapich
appears to support both infiniband and multithreading simultaneously.
Unfortunately, I'm getting a blockage saying that it can't be used with the
openib-userspace package.
Does anyone know of an easy way to resolve this?
Thanks!
Brian
[-- Attachment #2: Type: text/html, Size: 461 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?)
2008-01-03 1:58 [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?) Brian Budge
@ 2008-01-03 18:19 ` Bryan Green
2008-01-03 18:28 ` Brian Budge
0 siblings, 1 reply; 5+ messages in thread
From: Bryan Green @ 2008-01-03 18:19 UTC (permalink / raw
To: gentoo-cluster
"Brian Budge" writes:
>
> Hi all (again) -
>
> I just came to the realization that OpenMPI does not support a multithreaded
> model with infiniband. I am looking into the openib-mvapich2, as mvapich
> appears to support both infiniband and multithreading simultaneously.
> Unfortunately, I'm getting a blockage saying that it can't be used with the
> openib-userspace package.
>
> Does anyone know of an easy way to resolve this?
My bad.
Fixed it. Update your overlay. You might have to re-emerge
openib-userspace. If so, sorry for the inconvenience.
-Bryan
--
gentoo-cluster@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?)
2008-01-03 18:19 ` Bryan Green
@ 2008-01-03 18:28 ` Brian Budge
2008-01-03 18:57 ` Bryan Green
0 siblings, 1 reply; 5+ messages in thread
From: Brian Budge @ 2008-01-03 18:28 UTC (permalink / raw
To: gentoo-cluster
[-- Attachment #1: Type: text/plain, Size: 1938 bytes --]
Hi Bryan -
Something strange is happening. with --pretend, it seems that the blockage
is gone, however, without it, I still get blockage:
burn openib-userspace # USE=rdma emerge -uDpv openib-mvapich2
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] sys-cluster/openib-mvapich2-1.0.1 USE="rdma threads -debug
-large-cluster -medium-cluster" 0 kB [1]
Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
[0] /usr/portage
[1] /usr/portage/local/layman/science
burn openib-userspace # USE=rdma emerge openib-mvapich2
Calculating dependencies... done!
[ebuild N ] sys-cluster/openib-mvapich2-1.0.1 USE="rdma threads -debug
-large-cluster -medium-cluster"
[blocks B ] sys-cluster/openib-mvapich2 (is blocking sys-cluster/openib-
userspace-1.2.5.1-r1)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
Sorry to be such a pain!
Brian
On Jan 3, 2008 10:19 AM, Bryan Green <bryan.d.green@nasa.gov> wrote:
> "Brian Budge" writes:
> >
> > Hi all (again) -
> >
> > I just came to the realization that OpenMPI does not support a
> multithreaded
> > model with infiniband. I am looking into the openib-mvapich2, as
> mvapich
> > appears to support both infiniband and multithreading simultaneously.
> > Unfortunately, I'm getting a blockage saying that it can't be used with
> the
> > openib-userspace package.
> >
> > Does anyone know of an easy way to resolve this?
>
> My bad.
> Fixed it. Update your overlay. You might have to re-emerge
> openib-userspace. If so, sorry for the inconvenience.
>
> -Bryan
>
> --
> gentoo-cluster@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 2684 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?)
2008-01-03 18:28 ` Brian Budge
@ 2008-01-03 18:57 ` Bryan Green
2008-01-03 19:05 ` Brian Budge
0 siblings, 1 reply; 5+ messages in thread
From: Bryan Green @ 2008-01-03 18:57 UTC (permalink / raw
To: gentoo-cluster
"Brian Budge" writes:
> Hi Bryan -
>
> Something strange is happening. with --pretend, it seems that the blockage
> is gone, however, without it, I still get blockage:
That might be because you have to reemerge openib-userspace.
The change I made to dependencies may not take effect until the package is
re-emerged. It would be nice if there was a simpler way, but I don't know
if there is one.
--
gentoo-cluster@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?)
2008-01-03 18:57 ` Bryan Green
@ 2008-01-03 19:05 ` Brian Budge
0 siblings, 0 replies; 5+ messages in thread
From: Brian Budge @ 2008-01-03 19:05 UTC (permalink / raw
To: gentoo-cluster
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
Doh! You're right. I don't know how I missed that in your older message :/
Thanks!
On Jan 3, 2008 10:57 AM, Bryan Green <bryan.d.green@nasa.gov> wrote:
> "Brian Budge" writes:
> > Hi Bryan -
> >
> > Something strange is happening. with --pretend, it seems that the
> blockage
> > is gone, however, without it, I still get blockage:
>
> That might be because you have to reemerge openib-userspace.
> The change I made to dependencies may not take effect until the package is
> re-emerged. It would be nice if there was a simpler way, but I don't know
> if there is one.
>
> --
> gentoo-cluster@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1091 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-01-03 19:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-03 1:58 [gentoo-cluster] multithreaded MPI with infiniband (mvapich2?) Brian Budge
2008-01-03 18:19 ` Bryan Green
2008-01-03 18:28 ` Brian Budge
2008-01-03 18:57 ` Bryan Green
2008-01-03 19:05 ` Brian Budge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox