Gentoo Archives: gentoo-cluster

From: Eric Thibodeau <kyron@××××××××.com>
To: gentoo-cluster@l.g.o
Subject: [gentoo-cluster] OpenMPI ebuild (switchable!)
Date: Mon, 13 Feb 2006 15:30:05
Message-Id: 200602131028.45833.kyron@neuralbs.com
1 Hello all,
2
3 I've started "serious" work on an OpenMPI ebuild. I am implementing a modular approach for the --prefix= as per Donnie's e-mail concerning "Switchable MPI":
4
5 > MPI_IMPLEMENTATION="$implementation"
6 > PATH="/usr/lib/mpi/$implementation/$version/$compiler/bin:$PATH"
7 > LD_LIBRARY_PATH="/usr/lib/mpi/$implementation/$version/$compiler/lib:$LD_LIBRARY_PATH"
8 > CPPFLAGS="-I/usr/lib/mpi/$implementation/$version/$compiler/include:$CPPFLAGS"
9 > MANPATH="/usr/lib/mpi/$implementation/$version/$compiler/share/man:$MANPATH"
10 > INFOPATH="/usr/lib/mpi/$implementation/$version/$compiler/share/info:$INFOPATH
11
12 As I commented on the "Switchable MPI" thread, I'd foresee eselect being used _by users_ to set the proper environment variables (but keep comments on this in the "Switchable MPI" thread).
13
14 I'll post the ebuild on bugs.gentoo.org as soon as I get an alpha one up and runnung (next few days). Since there is an overwhealming amount of configuration options, I'll count on all of your inputs for guidance ;)
15
16 Eric Thibodeau
17 --
18 gentoo-cluster@g.o mailing list