* [gentoo-science] MPICH depends on X11?
@ 2005-11-16 19:24 Glenn Johnson
2005-11-16 19:56 ` Philippe Trottier
0 siblings, 1 reply; 8+ messages in thread
From: Glenn Johnson @ 2005-11-16 19:24 UTC (permalink / raw
To: gentoo-science
I am trying to upgrade mpich to version 1.2.7_p1 and it wants to
install xorg and friends. I do not want X11 and have never had it
installed in the past. Does mpich really need xorg? If not, then how
can I tell portage about it?
Thanks.
--
Glenn Johnson
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-science] MPICH depends on X11?
2005-11-16 19:24 [gentoo-science] MPICH depends on X11? Glenn Johnson
@ 2005-11-16 19:56 ` Philippe Trottier
2005-11-16 20:28 ` Glenn Johnson
2005-11-16 21:30 ` Donnie Berkholz
0 siblings, 2 replies; 8+ messages in thread
From: Philippe Trottier @ 2005-11-16 19:56 UTC (permalink / raw
To: gentoo-science
Glenn Johnson wrote:
> I am trying to upgrade mpich to version 1.2.7_p1 and it wants to
> install xorg and friends. I do not want X11 and have never had it
> installed in the past. Does mpich really need xorg? If not, then how
> can I tell portage about it?
>
> Thanks.
> --
> Glenn Johnson
I have stooped using mpich and started use lam-mpi take a look at that ?
I have never tried mpich without X so I cannot say much more.
Phil
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-science] MPICH depends on X11?
2005-11-16 19:56 ` Philippe Trottier
@ 2005-11-16 20:28 ` Glenn Johnson
2005-11-16 20:38 ` Yaakoub El Khamra
2005-11-16 20:45 ` Mike Lowe
2005-11-16 21:30 ` Donnie Berkholz
1 sibling, 2 replies; 8+ messages in thread
From: Glenn Johnson @ 2005-11-16 20:28 UTC (permalink / raw
To: gentoo-science
Is there a way to use lam-mpi for a program (closed source) compiled
against mpich? If that is possible then that would be an option. I
have never had to have X installed for mpich before. It looks like
something that went into the most recent two e-builds.
On 11/16/05, Philippe Trottier <tchiwam@gentoo.org> wrote:
> Glenn Johnson wrote:
> > I am trying to upgrade mpich to version 1.2.7_p1 and it wants to
> > install xorg and friends. I do not want X11 and have never had it
> > installed in the past. Does mpich really need xorg? If not, then how
> > can I tell portage about it?
> >
> > Thanks.
> > --
> > Glenn Johnson
>
> I have stooped using mpich and started use lam-mpi take a look at that ?
>
> I have never tried mpich without X so I cannot say much more.
>
> Phil
>
>
>
> --
> gentoo-science@gentoo.org mailing list
>
>
--
Glenn Johnson
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-science] MPICH depends on X11?
2005-11-16 20:28 ` Glenn Johnson
@ 2005-11-16 20:38 ` Yaakoub El Khamra
2005-11-16 20:45 ` Mike Lowe
1 sibling, 0 replies; 8+ messages in thread
From: Yaakoub El Khamra @ 2005-11-16 20:38 UTC (permalink / raw
To: gentoo-science
I don't think you can run an mpich compiled executable with lam. I think
one possible way would be to create your own ebuild file (copy of the
mpich ebuild) and change the dependencies there.
Glenn Johnson wrote:
>Is there a way to use lam-mpi for a program (closed source) compiled
>against mpich? If that is possible then that would be an option. I
>have never had to have X installed for mpich before. It looks like
>something that went into the most recent two e-builds.
>
>On 11/16/05, Philippe Trottier <tchiwam@gentoo.org> wrote:
>
>
>>Glenn Johnson wrote:
>>
>>
>>>I am trying to upgrade mpich to version 1.2.7_p1 and it wants to
>>>install xorg and friends. I do not want X11 and have never had it
>>>installed in the past. Does mpich really need xorg? If not, then how
>>>can I tell portage about it?
>>>
>>>Thanks.
>>>--
>>>Glenn Johnson
>>>
>>>
>>I have stooped using mpich and started use lam-mpi take a look at that ?
>>
>>I have never tried mpich without X so I cannot say much more.
>>
>>Phil
>>
>>
>>
>>--
>>gentoo-science@gentoo.org mailing list
>>
>>
>>
>>
>
>
>--
>Glenn Johnson
>
>
>
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-science] MPICH depends on X11?
2005-11-16 20:28 ` Glenn Johnson
2005-11-16 20:38 ` Yaakoub El Khamra
@ 2005-11-16 20:45 ` Mike Lowe
1 sibling, 0 replies; 8+ messages in thread
From: Mike Lowe @ 2005-11-16 20:45 UTC (permalink / raw
To: gentoo-science
from usr/portage/sys-cluster/mpich/ChangeLog
07 Nov 2005; Donnie Berkholz <spyderous@gentoo.org>;
+mpich-1.2.6-r4.ebuild:
(#103218) Overrule mpich's broken build system to get datadir set to
/usr/share/mpich. Also, add dependency on libX11 or virtual/x11 for
cxgraphics and cpi_anim. I'm open to patches to stop building them and
prevent the X dependency. In addition, change 'make' to 'emake' to allow
parallel builds.
Glenn Johnson wrote:
>Is there a way to use lam-mpi for a program (closed source) compiled
>against mpich? If that is possible then that would be an option. I
>have never had to have X installed for mpich before. It looks like
>something that went into the most recent two e-builds.
>
>On 11/16/05, Philippe Trottier <tchiwam@gentoo.org> wrote:
>
>
>>Glenn Johnson wrote:
>>
>>
>>>I am trying to upgrade mpich to version 1.2.7_p1 and it wants to
>>>install xorg and friends. I do not want X11 and have never had it
>>>installed in the past. Does mpich really need xorg? If not, then how
>>>can I tell portage about it?
>>>
>>>Thanks.
>>>--
>>>Glenn Johnson
>>>
>>>
>>I have stooped using mpich and started use lam-mpi take a look at that ?
>>
>>I have never tried mpich without X so I cannot say much more.
>>
>>Phil
>>
>>
>>
>>--
>>gentoo-science@gentoo.org mailing list
>>
>>
>>
>>
>
>
>--
>Glenn Johnson
>
>
>
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-science] MPICH depends on X11?
2005-11-16 19:56 ` Philippe Trottier
2005-11-16 20:28 ` Glenn Johnson
@ 2005-11-16 21:30 ` Donnie Berkholz
2005-11-17 3:18 ` M. Edward (Ed) Borasky
1 sibling, 1 reply; 8+ messages in thread
From: Donnie Berkholz @ 2005-11-16 21:30 UTC (permalink / raw
To: gentoo-science
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Philippe Trottier wrote:
| I have stooped using mpich and started use lam-mpi take a look at that ?
That's ironic, because the lam-mpi team has stopped developing lam-mpi
and now works on openmpi [1], along with a number of other groups. =)
As far as moving into the future for MPI in Gentoo goes, there's an
mpich2 ebuild in progress, and we'll probably start working on an
openmpi ebuild once they have a 1.0 release.
Thanks,
Donnie
1. http://www.open-mpi.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDe6UHXVaO67S1rtsRAiPdAKD/G/r7DHRXymnwsoqnBzLr5xjNdgCgl7Et
WskpoCWoUJpddnTsm4bI2e4=
=/vLx
-----END PGP SIGNATURE-----
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-science] MPICH depends on X11?
2005-11-16 21:30 ` Donnie Berkholz
@ 2005-11-17 3:18 ` M. Edward (Ed) Borasky
2005-11-17 3:55 ` [gentoo-science] R updates [WAS] " Donnie Berkholz
0 siblings, 1 reply; 8+ messages in thread
From: M. Edward (Ed) Borasky @ 2005-11-17 3:18 UTC (permalink / raw
To: gentoo-science
There are some other miscellaneous lam-mpi / mpich
dependencies/conflicts/gotchas in Portage; you probably won't see them
unless you're using ~x86 and trying to load the R packages that use
them. When I get some free time I'll document everything in Bugzilla.
Meanwhile, speaking of R, they are at R-2.2.0 and counting -- 2.3 should
be out in the spring. Portage appears to be stuck at R-2.1.1. Is there
any reason there hasn't been an R version bump?
Donnie Berkholz wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Philippe Trottier wrote:
> | I have stooped using mpich and started use lam-mpi take a look at
> that ?
>
> That's ironic, because the lam-mpi team has stopped developing lam-mpi
> and now works on openmpi [1], along with a number of other groups. =)
>
> As far as moving into the future for MPI in Gentoo goes, there's an
> mpich2 ebuild in progress, and we'll probably start working on an
> openmpi ebuild once they have a 1.0 release.
>
> Thanks,
> Donnie
>
> 1. http://www.open-mpi.org/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFDe6UHXVaO67S1rtsRAiPdAKD/G/r7DHRXymnwsoqnBzLr5xjNdgCgl7Et
> WskpoCWoUJpddnTsm4bI2e4=
> =/vLx
> -----END PGP SIGNATURE-----
--
M. Edward (Ed) Borasky
http://linuxcapacityplanning.com
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-11-17 3:55 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 19:24 [gentoo-science] MPICH depends on X11? Glenn Johnson
2005-11-16 19:56 ` Philippe Trottier
2005-11-16 20:28 ` Glenn Johnson
2005-11-16 20:38 ` Yaakoub El Khamra
2005-11-16 20:45 ` Mike Lowe
2005-11-16 21:30 ` Donnie Berkholz
2005-11-17 3:18 ` M. Edward (Ed) Borasky
2005-11-17 3:55 ` [gentoo-science] R updates [WAS] " Donnie Berkholz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox