Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10345 - sys-cluster/mpich is borked
Summary: sys-cluster/mpich is borked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 15:47 UTC by Michael Imhof (RETIRED)
Modified: 2003-06-06 05:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
working ebuild (mpich-1.2.5-r1.ebuild,2.63 KB, text/plain)
2003-05-08 17:43 UTC, Olivier Crete (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Imhof (RETIRED) gentoo-dev 2002-11-06 15:47:09 UTC
Hi gang!

as building an ebuild for mpich is not as easy as i thought we have this bug now.
The story so far:

I commited an ebuild, but it was completely borked. Sorry for this.

wwoods had a look at it and discovered some issues.
george submitted a corrected ebuild which compiles but installs nothing.
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2002-11-09 00:03:27 UTC
Oh here it is!
I remembered that there was yet another mpi implementation in the works and for
whatever reason was trying to find it among my bugs :).

Anyway. I think we should have one special use flag - "mpi" for optional mpi
support by various apps. The ones I know about are: fftw and gromacs. Anybody
can think of anything else? 
I think fftw shoud be able to support both and I am not so sure about gromacs.
Anyway I would like to check how that works before posting a request for a new
use var to -core.
The way I see this: both lam-mpi and mpich should PROVIDE say "dev-libs/mpi" and
whatever app/lib wants an mpi implementation it should use this dependence
(well, may be "virtual/mpi" is better, we'll see).

George
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2003-03-29 02:41:44 UTC
Hi Michael.

Ok, I fixed this ebuild finally, as well as updated it to the latest version.
Could you please test?
If this compiles fine and coexists nicely with a few apps we have that support mpi, I'll go ahead about creating appropriate virtual (mpi use flag already exists).

George
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2003-03-29 07:50:22 UTC
Hi George!

first of all thanks for looking into it and fixing it.
I tried to merge it and it merged fine, but i saw some errors, first of all some information on my system:

emerge info
Portage 2.0.47-r10 (default-1.0, gcc-2.95.3, glibc-2.2.5-r4,2.2.5-r8)
=================================================================
System uname: 2.4.20-openmosix-r2 i686 AMD Athlon(TM) XP 1800+
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://distro.ibiblio.org/gentoo "
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /opt/quake3/cpma/server.cfg"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode jpeg libg++ mikmod mmx mpeg ncurses pdflib quicktime spell truetype xml2 xmms xv aalib arts berkdb bonobo esd gdbm ggi gif gnome-libs gpm gtk gtkhtml guile imlib java ldap libwww motif mozilla nls oggvorbis opengl pam perl png python qt readline scanner sdl slang ssl svga tcltk tcpd tiff X kde -gnome alsa cdr dvd pda"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j3"
AUTOCLEAN="yes"
SYNC="cvs://:pserver:tantive@cvs.gentoo.org:/home/cvsroot"
FEATURES="sandbox ccache"




Most of the installation seems to work fine, the only errors i can see are in the install section:


>>> Install mpich-1.2.5 into /var/tmp/portage/mpich-1.2.5/image/ category sys-cluster
Installing documentation ...
Done installing documentation
Installing manuals
Done installing manuals
Installing MPE
Copying MPE include files to /var/tmp/portage/mpich-1.2.5/image//usr/include
Copying MPE libraries to /var/tmp/portage/mpich-1.2.5/image//usr/lib
Copying MPE utility programs to /var/tmp/portage/mpich-1.2.5/image//usr/bin
creating /var/tmp/portage/mpich-1.2.5/image/usr/share/examples/Makefile
About to run installation test for C programs...

** Testing if C application can be linked with logging library
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -I/var/tmp/portage/mpich-1.2.5/image//usr/include   -c cpi.c
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc  -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -o cpi_log cpi.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -llmpe -lmpe   -lm
** C application can be linked with logging library

** Testing if C application can be linked with tracing library
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc  -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -o cpi_trace cpi.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -ltmpe   -lm
** C application can be linked with tracing library

** Testing if C application can be linked with animation library
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc  -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -o cpi_anim cpi.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -lampe -lmpe -L/usr/X11R6/lib -lX11   -lm
** C application can be linked with animation library

** Testing if C application can be linked with graphics library
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -I/var/tmp/portage/mpich-1.2.5/image//usr/include   -c cxgraphics.c
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc  -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES   -o cxgraphics cxgraphics.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -lmpe -L/usr/X11R6/lib -lX11   -lm
** C application can be linked with graphics library

** Testing if C application can use both automatic and manual logging together
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES  -I/var/tmp/portage/mpich-1.2.5/image//usr/include   -c cpilog.c
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc  -DMPI_LINUX -DUSE_STDARG -DHAVE_PROTOTYPES   -o cpilog cpilog.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -llmpe -lmpe   -lm
** C application can use both automatic and manual logging together

About to run installation test for Fortran programs...

** Testing if Fortran77 application can be linked with logging library
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpif77  -I/var/tmp/portage/mpich-1.2.5/image//usr/include  -c fpi.f
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpif77   -o fpilog fpi.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -lfmpich -llmpe -lmpe   -lm
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/libg2c.a(open.o)(.text+0x647): In function `f_open':
: the use of `tempnam' is dangerous, better use `mkstemp'
** Fortran77 application can be linked with logging library

** Testing if Fortran77 application can be linked with graphics library
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpif77  -I/var/tmp/portage/mpich-1.2.5/image//usr/include  -c fxgraphics.f
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpif77   -o fxgraphics fxgraphics.o -L/var/tmp/portage/mpich-1.2.5/image//usr/lib -lmpe -L/usr/X11R6/lib -lX11   -lm
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/libg2c.a(open.o)(.text+0x647): In function `f_open':
: the use of `tempnam' is dangerous, better use `mkstemp'
** Fortran77 application can be linked with graphics library

Copying Upshot's bitmaps
Copying Upshot's logfiles
Installed Upshot in /var/tmp/portage/mpich-1.2.5/image//usr/share/upshot
/var/tmp/portage/mpich-1.2.5/image//usr/sbin/mpiuninstall may be used to remove the installation
Copying Jumpshot-3's lib
Copying Jumpshot-3's doc
Copying Jumpshot-3's etc
Copying Jumpshot-3's share
Copying Jumpshot-3's logfiles
Installed Jumpshot-3 in /var/tmp/portage/mpich-1.2.5/image//usr/share/jumpshot-3
/var/tmp/portage/mpich-1.2.5/image//usr/sbin/mpiuninstall may be used to remove the installation
Installed MPE-LogViewers in /var/tmp/portage/mpich-1.2.5/image//usr
/var/tmp/portage/mpich-1.2.5/image//usr/sbin/mpiuninstall may be used to remove the installation
creating Makefile
About to run installation test...
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -march=i686 -O3 -pipe -c cpi.c
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -o cpi cpi.o -lm
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -march=i686 -O3 -pipe -c simpleio.c
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpicc -o simpleio simpleio.o
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpiCC -c hello++.cc
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpiCC -o hello++ hello++.o
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpif77  -c pi3.f
pi3.f: In program `main':
pi3.f:22:
         include 'mpif.h'
         ^
Unable to open INCLUDE file `mpif.h' at (^)
make[1]: *** [pi3.o] Error 1
/var/tmp/portage/mpich-1.2.5/image//usr/bin/mpif77  -c pi3p.f
pi3p.f: In program `main':
pi3p.f:22:
         include 'mpif.h'
         ^
Unable to open INCLUDE file `mpif.h' at (^)
make[1]: *** [pi3p.o] Error 1
make: *** [all] Error 2
/bin/rm -f *.o *~ PI* cpi  pi3 simpleio hello++ pi3f90 cpilog
/bin/rm -rf SunWS_cache ii_files pi3f90.f pi3p cpip *.ti *.ii
installed MPICH in /var/tmp/portage/mpich-1.2.5/image//usr
/var/tmp/portage/mpich-1.2.5/image//usr/sbin/mpiuninstall may be used to remove the installation.
/usr/lib/portage/bin/dodoc: COPYING does not exist.
man:
strip:
/var/tmp/portage/mpich-1.2.5/image//usr/bin/serv_p4
/var/tmp/portage/mpich-1.2.5/image//usr/bin/clog_print
/var/tmp/portage/mpich-1.2.5/image//usr/bin/slog_print
/var/tmp/portage/mpich-1.2.5/image//usr/bin/clog2alog
/var/tmp/portage/mpich-1.2.5/image//usr/bin/clog2slog
>>> Completed installing into /var/tmp/portage/mpich-1.2.5/image/

>>> Merging sys-cluster/mpich-1.2.5 to /
--- /etc/
--- /etc/mpich/
>>> /etc/mpich/mpichlib.conf
>>> /etc/mpich/mpif77.conf
>>> /etc/mpich/mpichconf.h.dat
>>> /etc/mpich/mpif90.conf
--- /usr/
--- /usr/bin/
>>> /usr/bin/mpirun_dbg.xxgdb
>>> /usr/bin/mpirun.ch_p4
>>> /usr/bin/mpirun.p4shmem
>>> /usr/bin/mpirun.pg
>>> /usr/bin/mpiCC
>>> /usr/bin/mpicc
>>> /usr/bin/mpireconfig
>>> /usr/bin/tarch
>>> /usr/bin/mpireconfig.dat
>>> /usr/bin/serv_p4
>>> /usr/bin/mpereconfig.dat
>>> /usr/bin/clog_print
>>> /usr/bin/mpirun.ch_p4.args
>>> /usr/bin/tdevice
>>> /usr/bin/slog_print
>>> /usr/bin/mpirun_dbg.dbx
>>> /usr/bin/mpirun_dbg.ddd
>>> /usr/bin/mpirun_dbg.gdb
>>> /usr/bin/clog2alog
>>> /usr/bin/clog2slog
>>> /usr/bin/logviewer
>>> /usr/bin/mpirun.args
>>> /usr/bin/mpirun.rand
>>> /usr/bin/mpif77
>>> /usr/bin/mpif90
>>> /usr/bin/mpiman
>>> /usr/bin/mpirun
>>> /usr/bin/mpirun_dbg.ladebug
>>> /usr/bin/mpirun_dbg.totalview
>>> /usr/bin/mpereconfig.in
>>> /usr/bin/mpereconfig
--- /usr/lib/
>>> /usr/lib/libmpe_nompi.a
>>> /usr/lib/liblmpe.a
>>> /usr/lib/libtmpe.a
>>> /usr/lib/libmpich.a
>>> /usr/lib/mpe_prof.o
>>> /usr/lib/libpmpich++.a
>>> /usr/lib/shared/
>>> /usr/lib/libfmpich.a
>>> /usr/lib/libpmpich.a -> libmpich.a
>>> /usr/lib/libmpichfsup.a
>>> /usr/lib/libmpe.a
>>> /usr/lib/libampe.a
--- /usr/man/
--- /usr/man/man1/
>>> /usr/man/man1/Jumpshots.1
>>> /usr/man/man1/MPI.1
>>> /usr/man/man1/mpireconfig.1
>>> /usr/man/man1/mpiCC.1
>>> /usr/man/man1/chp4_servs.1
>>> /usr/man/man1/mpicc.1
>>> /usr/man/man1/mpif77.1
>>> /usr/man/man1/mpif90.1
>>> /usr/man/man1/mpiman.1
>>> /usr/man/man1/mpirun.1
>>> /usr/man/man1/cleanipcs.1
>>> /usr/man/man1/tstmachines.1
--- /usr/man/man3/
>>> /usr/man/man3/MPI_Status_set_elements.3
>>> /usr/man/man3/MPI_Intercomm_create.3
>>> /usr/man/man3/MPI_SUCCESS.3
>>> /usr/man/man3/MPI_Initialized.3
>>> /usr/man/man3/MPI_Irsend.3
>>> /usr/man/man3/MPI_UNDEFINED.3
>>> /usr/man/man3/MPI_Type_get_envelope.3
>>> /usr/man/man3/MPI_Type_extent.3
>>> /usr/man/man3/MPI_Gatherv.3
>>> /usr/man/man3/MPI_Comm_rank.3
>>> /usr/man/man3/MPI_Barrier.3
>>> /usr/man/man3/MPI_Comm_group.3
>>> /usr/man/man3/MPI_Graph_neighbors.3
>>> /usr/man/man3/MPIO_Test.3
>>> /usr/man/man3/MPI_Allreduce.3
>>> /usr/man/man3/MPI_Type_size.3
>>> /usr/man/man3/MPI_INTEGER1.3
>>> /usr/man/man3/MPI_INTEGER2.3
>>> /usr/man/man3/MPI_INTEGER4.3
>>> /usr/man/man3/MPI_ERR_INIT.3
>>> /usr/man/man3/MPI_Comm_size.3
>>> /usr/man/man3/MPI_File_iwrite_shared.3
>>> /usr/man/man3/MPI_NULL_COPY_FN.3
>>> /usr/man/man3/MPI_File_read_at_all_begin.3
>>> /usr/man/man3/MPI_Errhandler_free.3
>>> /usr/man/man3/MPI_2REAL.3
>>> /usr/man/man3/MPI_ERR_TOPOLOGY.3
>>> /usr/man/man3/MPIO_Wait.3
>>> /usr/man/man3/MPI_Keyval_create.3
>>> /usr/man/man3/MPI_File_write_at.3
>>> /usr/man/man3/MPI_Finalize.3
>>> /usr/man/man3/MPI_File_write_ordered_begin.3
>>> /usr/man/man3/MPI_Scatterv.3
>>> /usr/man/man3/MPI_UNDEFINED_RANK.3
>>> /usr/man/man3/MPI_UNSIGNED.3
>>> /usr/man/man3/MPI_File_delete.3
>>> /usr/man/man3/MPI_Bsend_init.3
>>> /usr/man/man3/MPI_Dims_create.3
>>> /usr/man/man3/MPI_File_get_errhandler.3
>>> /usr/man/man3/MPI_IO.3
>>> /usr/man/man3/MPI_LB.3
>>> /usr/man/man3/MPI_UB.3
>>> /usr/man/man3/MPI_File_get_atomicity.3
>>> /usr/man/man3/MPI_ERR_NULL.3
>>> /usr/man/man3/MPI_GRAPH.3
>>> /usr/man/man3/MPI_File_get_group.3
>>> /usr/man/man3/MPI_Alltoall.3
>>> /usr/man/man3/MPI_Pack_size.3
>>> /usr/man/man3/MPI_Group_intersection.3
>>> /usr/man/man3/MPI_Group_translate_ranks.3
>>> /usr/man/man3/MPI_ERR_RANK.3
>>> /usr/man/man3/MPI_Recv_init.3
>>> /usr/man/man3/MPI_Info_get_nthkey.3
>>> /usr/man/man3/MPI_Info_get_nkeys.3
>>> /usr/man/man3/MPI_Issend.3
>>> /usr/man/man3/MPI_Attr_get.3
>>> /usr/man/man3/MPI_File_read_all.3
>>> /usr/man/man3/MPI_ERR_ROOT.3
>>> /usr/man/man3/MPI_PROC_NULL.3
>>> /usr/man/man3/MPI_File_read_all_begin.3
>>> /usr/man/man3/MPI_Attr_put.3
>>> /usr/man/man3/MPI_Init_thread.3
>>> /usr/man/man3/MPI_Comm_compare.3
>>> /usr/man/man3/MPI_File_read_all_end.3
>>> /usr/man/man3/MPI_File_read_ordered_end.3
>>> /usr/man/man3/MPI_BAND.3
>>> /usr/man/man3/MPI_2COMPLEX.3
>>> /usr/man/man3/MPI_File_get_amode.3
>>> /usr/man/man3/MPI_REQUEST_NULL.3
>>> /usr/man/man3/MPI_CART.3
>>> /usr/man/man3/MPI_NULL_DELETE_FN.3
>>> /usr/man/man3/MPI_ERR_TYPE.3
>>> /usr/man/man3/MPI_File_get_info.3
>>> /usr/man/man3/MPI_CHAR.3
>>> /usr/man/man3/MPI_Address.3
>>> /usr/man/man3/MPI_Rsend.3
>>> /usr/man/man3/MPI_BXOR.3
>>> /usr/man/man3/MPI_BYTE.3
>>> /usr/man/man3/MPI_Group_union.3
>>> /usr/man/man3/MPI_File_write_at_all_end.3
>>> /usr/man/man3/MPI_ERR_PERM_TYPE.3
>>> /usr/man/man3/MPI_Aint.3
>>> /usr/man/man3/MPI_Buffer_attach.3
>>> /usr/man/man3/MPI_ERR_BUFFER_EXISTS.3
>>> /usr/man/man3/MPI_IDENT.3
>>> /usr/man/man3/MPI_Type_indexed.3
>>> /usr/man/man3/MPI_ERR_COMM_NULL.3
>>> /usr/man/man3/MPI_GROUP_NULL.3
>>> /usr/man/man3/MPI_Errhandler_create.3
>>> /usr/man/man3/MPIO_Request_c2f.3
>>> /usr/man/man3/MPI_File_set_info.3
>>> /usr/man/man3/MPIO_Request_f2c.3
>>> /usr/man/man3/MPI_File_get_position_shared.3
>>> /usr/man/man3/MPI_SIMILAR.3
>>> /usr/man/man3/MPI_File_read_ordered_begin.3
>>> /usr/man/man3/MPI_File_c2f.3
>>> /usr/man/man3/MPI_File_f2c.3
>>> /usr/man/man3/MPI_Info_free.3
>>> /usr/man/man3/MPI_Type_hindexed.3
>>> /usr/man/man3/MPI_Intercomm_merge.3
>>> /usr/man/man3/MPI_HOST.3
>>> /usr/man/man3/MPI_BOTTOM.3
>>> /usr/man/man3/MPI_LONG_INT.3
>>> /usr/man/man3/MPI_Send_init.3
>>> /usr/man/man3/MPI_Get_elements.3
>>> /usr/man/man3/MPI_Type_vector.3
>>> /usr/man/man3/MPI_Type_get_contents.3
>>> /usr/man/man3/MPI_Type_lb.3
>>> /usr/man/man3/MPI_Type_ub.3
>>> /usr/man/man3/MPI_WTIME_IS_GLOBAL.3
>>> /usr/man/man3/MPI_Graphdims_get.3
>>> /usr/man/man3/MPI_DATATYPE_NULL.3
>>> /usr/man/man3/MPI_Testsome.3
>>> /usr/man/man3/MPI_LAND.3
>>> /usr/man/man3/MPI_DUP_FN.3
>>> /usr/man/man3/MPI_Graph_neighbors_count.3
>>> /usr/man/man3/MPI_File_get_size.3
>>> /usr/man/man3/MPI_2DOUBLE_PRECISION.3
>>> /usr/man/man3/MPI_LONG.3
>>> /usr/man/man3/MPI_Init.3
>>> /usr/man/man3/MPI_File_write_ordered_end.3
>>> /usr/man/man3/MPI_File_iread_at.3
>>> /usr/man/man3/MPI_LXOR.3
>>> /usr/man/man3/MPI_UNEQUAL.3
>>> /usr/man/man3/MPI_Gather.3
>>> /usr/man/man3/MPI_Ssend.3
>>> /usr/man/man3/MPI_Rsend_init.3
>>> /usr/man/man3/MPI_Start.3
>>> /usr/man/man3/MPI_ERR_GROUP.3
>>> /usr/man/man3/MPI_File_get_view.3
>>> /usr/man/man3/MPI_Type_create_darray.3
>>> /usr/man/man3/MPI_BOR.3
>>> /usr/man/man3/MPI_BSEND_OVERHEAD.3
>>> /usr/man/man3/MPI_UNSIGNED_SHORT.3
>>> /usr/man/man3/MPI_File_open.3
>>> /usr/man/man3/MPI_INT.3
>>> /usr/man/man3/MPI_Comm_remote_group.3
>>> /usr/man/man3/MPI_MAX.3
>>> /usr/man/man3/MPI_LOR.3
>>> /usr/man/man3/MPI_MIN.3
>>> /usr/man/man3/MPI_COMM_WORLD.3
>>> /usr/man/man3/MPI_Comm_get_name.3
>>> /usr/man/man3/MPI_TAG.3
>>> /usr/man/man3/MPI_SUM.3
>>> /usr/man/man3/MPI_PROD.3
>>> /usr/man/man3/MPI_File_set_size.3
>>> /usr/man/man3/MPI_REAL.3
>>> /usr/man/man3/MPI_File_read.3
>>> /usr/man/man3/MPI_Reduce.3
>>> /usr/man/man3/MPI_File_write_all_begin.3
>>> /usr/man/man3/MPI_Pack.3
>>> /usr/man/man3/MPI_GROUP_EMPTY.3
>>> /usr/man/man3/MPI_LONG_DOUBLE.3
>>> /usr/man/man3/MPI_File_seek.3
>>> /usr/man/man3/MPI_Type_commit.3
>>> /usr/man/man3/MPI_File_iread.3
>>> /usr/man/man3/MPI_File_set_view.3
>>> /usr/man/man3/MPI_File_sync.3
>>> /usr/man/man3/MPI_Recv.3
>>> /usr/man/man3/MPI_INTEGER.3
>>> /usr/man/man3/MPI_Cart_coords.3
>>> /usr/man/man3/MPI_Group_range_excl.3
>>> /usr/man/man3/MPI_Comm_set_name.3
>>> /usr/man/man3/MPI_DOUBLE_INT.3
>>> /usr/man/man3/MPI_ERR_LASTCODE.3
>>> /usr/man/man3/MPI_Topo_test.3
>>> /usr/man/man3/MPI_Cartdim_get.3
>>> /usr/man/man3/MPI_ERRHANDLER_NULL.3
>>> /usr/man/man3/MPI_Scan.3
>>> /usr/man/man3/MPI_Send.3
>>> /usr/man/man3/MPI_Type_create_indexed_block.3
>>> /usr/man/man3/MPI_DOUBLE.3
>>> /usr/man/man3/MPI_File_write_ordered.3
>>> /usr/man/man3/MPI_Test.3
>>> /usr/man/man3/MPI_Ssend_init.3
>>> /usr/man/man3/MPI_PACKED.3
>>> /usr/man/man3/MPI_Info_delete.3
>>> /usr/man/man3/MPI_File_write.3
>>> /usr/man/man3/MPI_Get_processor_name.3
>>> /usr/man/man3/MPI_ERR_BAD_ARGS.3
>>> /usr/man/man3/MPI_SHORT_INT.3
>>> /usr/man/man3/MPI_ERR_BUFFER.3
>>> /usr/man/man3/MPI_Group_range_incl.3
>>> /usr/man/man3/MPI_LONG_LONG_INT.3
>>> /usr/man/man3/MPI_File_close.3
>>> /usr/man/man3/MPI_ERR_PRE_INIT.3
>>> /usr/man/man3/MPI_Wait.3
>>> /usr/man/man3/MPI_ERR_OP.3
>>> /usr/man/man3/MPI_Group_difference.3
>>> /usr/man/man3/MPI_Abort.3
>>> /usr/man/man3/MPI_Int2handle.3
>>> /usr/man/man3/MPI_File_write_at_all.3
>>> /usr/man/man3/MPI_File_set_errhandler.3
>>> /usr/man/man3/MPI_Comm_remote_size.3
>>> /usr/man/man3/MPI_Errhandler_get.3
>>> /usr/man/man3/MPI_ERR_PERM_KEY.3
>>> /usr/man/man3/MPI_Scatter.3
>>> /usr/man/man3/MPI_ERR_OTHER.3
>>> /usr/man/man3/MPI_Startall.3
>>> /usr/man/man3/MPI_Op_free.3
>>> /usr/man/man3/MPI_SOURCE.3
>>> /usr/man/man3/MPI_File_preallocate.3
>>> /usr/man/man3/MPI_DOUBLE_COMPLEX.3
>>> /usr/man/man3/MPI_ANY_SOURCE.3
>>> /usr/man/man3/MPI_File_read_at_all.3
>>> /usr/man/man3/MPI_Errhandler_set.3
>>> /usr/man/man3/MPI_REAL4.3
>>> /usr/man/man3/MPI_REAL8.3
>>> /usr/man/man3/MPI_LONG_DOUBLE_INT.3
>>> /usr/man/man3/MPI_File_read_at_all_end.3
>>> /usr/man/man3/MPI_ERR_TRUNCATE.3
>>> /usr/man/man3/MPI_MAX_ERROR_STRING.3
>>> /usr/man/man3/MPI_ERR_NOMATCH.3
>>> /usr/man/man3/MPI_ERRORS_ARE_FATAL.3
>>> /usr/man/man3/MPI_Type_create_subarray.3
>>> /usr/man/man3/MPI_Attr_delete.3
>>> /usr/man/man3/MPI_Sendrecv.3
>>> /usr/man/man3/MPI_ERR_ERRORCODE.3
>>> /usr/man/man3/MPI_DOUBLE_PRECISION.3
>>> /usr/man/man3/MPI_Alltoallv.3
>>> /usr/man/man3/MPI_File_seek_shared.3
>>> /usr/man/man3/MPI_Unpack.3
>>> /usr/man/man3/MPI_File_read_at.3
>>> /usr/man/man3/MPI_ERR_EXHAUSTED.3
>>> /usr/man/man3/MPI_ERR_IN_STATUS.3
>>> /usr/man/man3/MPI_Delete_function.3
>>> /usr/man/man3/MPI_Bcast.3
>>> /usr/man/man3/MPI_Type_hvector.3
>>> /usr/man/man3/MPI_File_write_shared.3
>>> /usr/man/man3/MPI_File_get_byte_offset.3
>>> /usr/man/man3/MPI_Get_count.3
>>> /usr/man/man3/MPI_Ibsend.3
>>> /usr/man/man3/MPI_Info_create.3
>>> /usr/man/man3/MPI_ERRORS_RETURN.3
>>> /usr/man/man3/MPI_Info_get_valuelen.3
>>> /usr/man/man3/MPI_File_read_shared.3
>>> /usr/man/man3/MPI_Error_class.3
>>> /usr/man/man3/MPI_Request_c2f.3
>>> /usr/man/man3/MPI_Comm_dup.3
>>> /usr/man/man3/MPI_ERR_ARG.3
>>> /usr/man/man3/MPI_Test_cancelled.3
>>> /usr/man/man3/Constants.3
>>> /usr/man/man3/MPI_Keyval_free.3
>>> /usr/man/man3/MPI_Cart_shift.3
>>> /usr/man/man3/MPI_Group_excl.3
>>> /usr/man/man3/MPI_Iprobe.3
>>> /usr/man/man3/MPI_UNSIGNED_CHAR.3
>>> /usr/man/man3/MPI_Waitsome.3
>>> /usr/man/man3/MPI_Group_free.3
>>> /usr/man/man3/MPI_COMM_NULL.3
>>> /usr/man/man3/MPI_Info_c2f.3
>>> /usr/man/man3/MPI_ERR_TAG.3
>>> /usr/man/man3/MPI_User_function.3
>>> /usr/man/man3/MPI_Info_f2c.3
>>> /usr/man/man3/MPI_Info_dup.3
>>> /usr/man/man3/MPI_Cart_create.3
>>> /usr/man/man3/MPI_Info_get.3
>>> /usr/man/man3/MPI_Status_c2f.3
>>> /usr/man/man3/MPI_File_get_position.3
>>> /usr/man/man3/MPI_File_read_ordered.3
>>> /usr/man/man3/MPI_ERR_COUNT.3
>>> /usr/man/man3/MPI_Comm_split.3
>>> /usr/man/man3/MPI_Info_set.3
>>> /usr/man/man3/MPI_SHORT.3
>>> /usr/man/man3/MPI_Group_incl.3
>>> /usr/man/man3/MPI_Waitall.3
>>> /usr/man/man3/MPI_Waitany.3
>>> /usr/man/man3/MPI_Cart_rank.3
>>> /usr/man/man3/MPI_COMPLEX.3
>>> /usr/man/man3/MPI_Copy_function.3
>>> /usr/man/man3/MPI_ERR_PERM_OP.3
>>> /usr/man/man3/MPI_File_write_at_all_begin.3
>>> /usr/man/man3/MPI_COMM_SELF.3
>>> /usr/man/man3/MPI_FLOAT_INT.3
>>> /usr/man/man3/MPI_Op_create.3
>>> /usr/man/man3/MPI_MAX_PROCESSOR_NAME.3
>>> /usr/man/man3/MPI_File_set_atomicity.3
>>> /usr/man/man3/MPI_Sendrecv_replace.3
>>> /usr/man/man3/MPI_File_iwrite.3
>>> /usr/man/man3/MPI_Reduce_scatter.3
>>> /usr/man/man3/MPI_File_iwrite_at.3
>>> /usr/man/man3/MPI_2DOUBLE_COMPLEX.3
>>> /usr/man/man3/MPI_ERR_INTERN.3
>>> /usr/man/man3/MPI_Buffer_detach.3
>>> /usr/man/man3/MPI_ERR_REQUEST.3
>>> /usr/man/man3/MPI_Pcontrol.3
>>> /usr/man/man3/MPI_UNSIGNED_LONG.3
>>> /usr/man/man3/MPI_ERROR.3
>>> /usr/man/man3/MPI_Error_string.3
>>> /usr/man/man3/MPI_Group_rank.3
>>> /usr/man/man3/MPI_Cart_get.3
>>> /usr/man/man3/MPI_MAXLOC.3
>>> /usr/man/man3/MPI_Graph_create.3
>>> /usr/man/man3/MPI_Cart_map.3
>>> /usr/man/man3/MPI_Type_free.3
>>> /usr/man/man3/MPI_2INTEGER.3
>>> /usr/man/man3/MPI_Cart_sub.3
>>> /usr/man/man3/MPI_Bsend.3
>>> /usr/man/man3/MPI_Cancel.3
>>> /usr/man/man3/MPI_Irecv.3
>>> /usr/man/man3/MPI_OP_NULL.3
>>> /usr/man/man3/MPI_Comm_free.3
>>> /usr/man/man3/MPI_Group_size.3
>>> /usr/man/man3/MPI_Type_struct.3
>>> /usr/man/man3/MPI_Type_contiguous.3
>>> /usr/man/man3/MPI_MINLOC.3
>>> /usr/man/man3/MPI_Isend.3
>>> /usr/man/man3/MPI_LOGICAL.3
>>> /usr/man/man3/MPI_Handler_function.3
>>> /usr/man/man3/MPI_Status_set_cancelled.3
>>> /usr/man/man3/MPI_CONGRUENT.3
>>> /usr/man/man3/MPI_Testall.3
>>> /usr/man/man3/MPI_File_write_all_end.3
>>> /usr/man/man3/MPI_Testany.3
>>> /usr/man/man3/MPI_Comm_test_inter.3
>>> /usr/man/man3/MPI_FLOAT.3
>>> /usr/man/man3/MPI_File_iread_shared.3
>>> /usr/man/man3/MPI_File_get_type_extent.3
>>> /usr/man/man3/MPI_Probe.3
>>> /usr/man/man3/MPI_KEYVAL_INVALID.3
>>> /usr/man/man3/MPI_Group_compare.3
>>> /usr/man/man3/MPI_Get_version.3
>>> /usr/man/man3/MPI_File_write_all.3
>>> /usr/man/man3/MPI_TAG_UB.3
>>> /usr/man/man3/MPI_Graph_get.3
>>> /usr/man/man3/MPI_ERR_UNKNOWN.3
>>> /usr/man/man3/MPI_Graph_map.3
>>> /usr/man/man3/MPI_Wtick.3
>>> /usr/man/man3/MPI_Finalized.3
>>> /usr/man/man3/MPI_Wtime.3
>>> /usr/man/man3/MPI_Request_free.3
>>> /usr/man/man3/MPI_Comm_create.3
>>> /usr/man/man3/MPI_ERR_COMM.3
>>> /usr/man/man3/MPI_ERR_COMM_INTER.3
>>> /usr/man/man3/MPI_ERR_COMM_INTRA.3
>>> /usr/man/man3/MPI_ERR_LIMIT.3
>>> /usr/man/man3/MPI_ERR_DIMS.3
>>> /usr/man/man3/MPI_Allgatherv.3
>>> /usr/man/man3/MPI_2INT.3
>>> /usr/man/man3/MPI_Allgather.3
>>> /usr/man/man3/MPI_ANY_TAG.3
--- /usr/man/man4/
>>> /usr/man/man4/MPE_Finish_log.4
>>> /usr/man/man4/MPE_CaptureFile.4
>>> /usr/man/man4/CLOG_Init.4
>>> /usr/man/man4/MPE.4
>>> /usr/man/man4/MPE_Start_log.4
>>> /usr/man/man4/CLOG_Output.4
>>> /usr/man/man4/MPE_Num_colors.4
>>> /usr/man/man4/MPE_Log_send.4
>>> /usr/man/man4/CLOG_get_new_event.4
>>> /usr/man/man4/MPE_Open_graphics.4
>>> /usr/man/man4/CLOG_get_new_state.4
>>> /usr/man/man4/MPE_Make_color_array.4
>>> /usr/man/man4/MPE_GetTags.4
>>> /usr/man/man4/MPE_Draw_string.4
>>> /usr/man/man4/CLOG_mergelogs.4
>>> /usr/man/man4/MPE_Fill_circle.4
>>> /usr/man/man4/MPE_Fill_rectangle.4
>>> /usr/man/man4/MPE_Draw_point.4
>>> /usr/man/man4/CLOG_reinit_buff.4
>>> /usr/man/man4/MPE_Decomp1d.4
>>> /usr/man/man4/MPE_Print_datatype_unpack_action.4
>>> /usr/man/man4/MPE_Line_thickness.4
>>> /usr/man/man4/MPE_Seq_begin.4
>>> /usr/man/man4/CLOG_cput.4
>>> /usr/man/man4/CLOG_rectype.4
>>> /usr/man/man4/MPE_ReturnTags.4
>>> /usr/man/man4/MPE_Log_get_event_number.4
>>> /usr/man/man4/CLOG_init_buffers.4
>>> /usr/man/man4/MPE_Counter_nxtval.4
>>> /usr/man/man4/MPE_Add_RGB_color.4
>>> /usr/man/man4/CLOG_mergend.4
>>> /usr/man/man4/MPE_Counter_free.4
>>> /usr/man/man4/MPE_IO_Stdout_to_file.4
>>> /usr/man/man4/MPE_Close_graphics.4
>>> /usr/man/man4/CLOG_msgtype.4
>>> /usr/man/man4/MPE_Draw_points.4
>>> /usr/man/man4/MPE_Print_datatype_pack_action.4
>>> /usr/man/man4/MPE_Log_receive.4
>>> /usr/man/man4/CLOG_procbuf.4
>>> /usr/man/man4/MPE_Comm_global_rank.4
>>> /usr/man/man4/CLOG_Finalize.4
>>> /usr/man/man4/MPE_Draw_logic.4
>>> /usr/man/man4/MPE_Log_event.4
>>> /usr/man/man4/CLOG_newbuff.4
>>> /usr/man/man4/CLOG_reclen.4
>>> /usr/man/man4/CLOG_commtype.4
>>> /usr/man/man4/MPE_Describe_event.4
>>> /usr/man/man4/MPE_TagsEnd.4
>>> /usr/man/man4/MPE_Describe_state.4
>>> /usr/man/man4/MPE_Draw_line.4
>>> /usr/man/man4/MPE_Iget_mouse_press.4
>>> /usr/man/man4/MPE_Update.4
>>> /usr/man/man4/CLOG_nodebuffer2disk.4
>>> /usr/man/man4/MPE_Counter_create.4
>>> /usr/man/man4/MPE_Init_log.4
>>> /usr/man/man4/MPE_Seq_end.4
>>> /usr/man/man4/CLOG_treesetup.4
>>> /usr/man/man4/MPE_Get_mouse_press.4
>>> /usr/man/man4/MPE_Stop_log.4
>>> /usr/man/man4/CLOG_csync.4
>>> /usr/man/man4/MPE_Initialized_logging.4
>>> /usr/man/man4/MPE_Draw_circle.4
--- /usr/sbin/
>>> /usr/sbin/cleanipcs
>>> /usr/sbin/chp4_servs
>>> /usr/sbin/tstmachines
>>> /usr/sbin/mpiuninstall
>>> /usr/sbin/chkserv
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/mpich-1.2.5/
>>> /usr/share/doc/mpich-1.2.5/html/
>>> /usr/share/doc/mpich-1.2.5/html/www1/
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpicc.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/MPI.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/Jumpshots.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/index.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpif77.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpirun.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpiman.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpif90.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/chp4_servs.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpireconfig.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/mpiCC.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/tstmachines.html
>>> /usr/share/doc/mpich-1.2.5/html/www1/cleanipcs.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_atomicity.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_set_info.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_all_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_rank.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Testany.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_translate_ranks.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_DUP_FN.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Irecv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Graph_neighbors_count.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Allgatherv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Waitsome.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Send_init.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_f2c.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_ordered_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_sync.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_at.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_dup.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_iwrite_shared.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Graph_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_coords.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Buffer_attach.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_info.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Iprobe.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_extent.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_ordered_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Ssend_init.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_iread_shared.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_vector.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Errhandler_set.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_open.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_at_all_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_difference.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_incl.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Finalized.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_NULL_DELETE_FN.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_indexed.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPIO_Request_f2c.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Bsend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Issend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Recv_init.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_hvector.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_shared.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_rank.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Attr_delete.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_ordered_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Init_thread.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Pcontrol.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_preallocate.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_struct.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_all_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Rsend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Attr_put.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_iread.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Op_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_errhandler.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_c2f.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_commit.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Test_cancelled.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_map.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_amode.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Wtime.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Keyval_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Send.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_at.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/index.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Alltoall.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Error_string.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Request_c2f.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cartdim_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_remote_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_lb.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_test_inter.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Waitall.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Sendrecv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Allgather.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_group.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Scan.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Int2handle.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_set_atomicity.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_get_contents.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_split.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Gather.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Recv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Gatherv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Startall.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Init.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Get_count.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_seek_shared.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Dims_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Probe.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_create_indexed_block.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPIO_Request_c2f.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Error_class.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Graph_map.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Attr_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Op_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_rank.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_set_view.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_all.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Get_version.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_compare.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Start.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_intersection.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_all.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_at_all_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Graph_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Graph_neighbors.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Ssend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Topo_test.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Buffer_detach.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_shift.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_at_all.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_get_envelope.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Testall.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Allreduce.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Get_processor_name.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Barrier.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_iwrite_at.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_byte_offset.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Bcast.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_get_nthkey.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_set.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_set_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_view.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Reduce.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Keyval_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Intercomm_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_ordered.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_position.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Status_set_elements.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_NULL_COPY_FN.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_at_all_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_delete.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_range_excl.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_type_extent.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_set_name.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_iread_at.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_all_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Bsend_init.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_ub.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_f2c.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_position_shared.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_set_errhandler.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_get_valuelen.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_remote_group.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_create_subarray.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_get_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Wait.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Errhandler_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_delete.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cart_sub.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Graphdims_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Pack.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Status_set_cancelled.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Reduce_scatter.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_iwrite.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_get_name.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Address.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/Constants.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Sendrecv_replace.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Errhandler_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_at_all.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Get_elements.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_at_all_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Intercomm_merge.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_dup.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_ordered_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_create_darray.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Pack_size.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_range_incl.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_get_nkeys.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_seek.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPIO_Wait.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_contiguous.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Waitany.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_CHAR.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Test.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Request_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Alltoallv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Type_hindexed.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Cancel.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Ibsend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_compare.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_close.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Errhandler_get.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Scatter.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_union.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Initialized.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Info_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_c2f.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Scatterv.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Isend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Irsend.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Finalize.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_ordered.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Wtick.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_write_all_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Comm_group.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_File_read_shared.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Abort.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Rsend_init.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPIO_Test.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Group_excl.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Status_c2f.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Unpack.html
>>> /usr/share/doc/mpich-1.2.5/html/www3/MPI_Testsome.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Open_graphics.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_Init.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_cput.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_mergelogs.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Update.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_init_buffers.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Close_graphics.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_mergend.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_newbuff.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_rectype.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_reclen.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Fill_circle.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Describe_state.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_csync.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_nodebuffer2disk.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Draw_logic.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Log_get_event_number.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_TagsEnd.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Comm_global_rank.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Draw_circle.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_msgtype.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_commtype.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_ReturnTags.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_get_new_state.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Initialized_logging.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/index.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Log_receive.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Fill_rectangle.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Add_RGB_color.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Seq_end.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Stop_log.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_treesetup.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_Output.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Describe_event.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Draw_point.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Init_log.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Start_log.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_procbuf.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Finish_log.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_Finalize.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Print_datatype_unpack_action.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Line_thickness.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Seq_begin.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_reinit_buff.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Num_colors.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Make_color_array.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Log_event.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/CLOG_get_new_event.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Draw_string.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Log_send.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Counter_free.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Counter_create.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Iget_mouse_press.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_IO_Stdout_to_file.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_CaptureFile.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Draw_line.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_GetTags.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Print_datatype_pack_action.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Get_mouse_press.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Counter_nxtval.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Decomp1d.html
>>> /usr/share/doc/mpich-1.2.5/html/www4/MPE_Draw_points.html
>>> /usr/share/doc/mpich-1.2.5/html/index.html
>>> /usr/share/doc/mpich-1.2.5/mpeman.ps.gz
>>> /usr/share/doc/mpich-1.2.5/mpeman.pdf
>>> /usr/share/doc/mpich-1.2.5/mpichman-globus2.pdf
>>> /usr/share/doc/mpich-1.2.5/README.gz
>>> /usr/share/doc/mpich-1.2.5/mpichman-chp4.pdf
>>> /usr/share/doc/mpich-1.2.5/mpichman-chp4mpd.ps.gz
>>> /usr/share/doc/mpich-1.2.5/mpichman-chshmem.ps.gz
>>> /usr/share/doc/mpich-1.2.5/romio-users.ps.gz
>>> /usr/share/doc/mpich-1.2.5/mpichman-chshmem.pdf
>>> /usr/share/doc/mpich-1.2.5/mpichman-chp4mpd.pdf
>>> /usr/share/doc/mpich-1.2.5/mpichman-globus2.ps.gz
>>> /usr/share/doc/mpich-1.2.5/mpiman.ps
>>> /usr/share/doc/mpich-1.2.5/mpichman-chp4.ps.gz
>>> /usr/share/mpich/
>>> /usr/share/mpich/examples1/
>>> /usr/share/mpich/examples1/Makefile
>>> /usr/share/mpich/examples1/pi3f90.f90
>>> /usr/share/mpich/examples1/cpi.c
>>> /usr/share/mpich/examples1/pi3.f
>>> /usr/share/mpich/examples1/README
>>> /usr/share/mpich/examples1/cpip.c
>>> /usr/share/mpich/examples1/Makefile.in
>>> /usr/share/mpich/examples1/cpilog.c
>>> /usr/share/mpich/examples1/pi3p.f
>>> /usr/share/mpich/examples1/hello++.cc
>>> /usr/share/mpich/examples1/MPI-2-C++/
>>> /usr/share/mpich/examples1/simpleio.c
>>> /usr/share/mpich/examples2/
>>> /usr/share/mpich/examples2/Makefile
>>> /usr/share/mpich/examples2/cpi.c
>>> /usr/share/mpich/examples2/fpi.f
>>> /usr/share/mpich/examples2/cxgraphics.c
>>> /usr/share/mpich/examples2/Makefile.in
>>> /usr/share/mpich/examples2/cpilog.c
>>> /usr/share/mpich/examples2/mpirun -> /var/tmp/portage/mpich-1.2.5/image//usr/bin/mpirun
>>> /usr/share/mpich/examples2/srtest.c
>>> /usr/share/mpich/examples2/fxgraphics.f
>>> /usr/share/mpich/machines.sample
>>> /usr/share/mpich/Makefile.sample
>>> /usr/share/mpich/jumpshot-3/
>>> /usr/share/mpich/jumpshot-3/bin/
>>> /usr/share/mpich/jumpshot-3/bin/slog_print
>>> /usr/share/mpich/jumpshot-3/bin/jumpshot
>>> /usr/share/mpich/jumpshot-3/doc/
>>> /usr/share/mpich/jumpshot-3/doc/html/
>>> /usr/share/mpich/jumpshot-3/doc/html/WARNINGS
>>> /usr/share/mpich/jumpshot-3/doc/html/images.aux
>>> /usr/share/mpich/jumpshot-3/doc/html/images.log
>>> /usr/share/mpich/jumpshot-3/doc/html/images.tex
>>> /usr/share/mpich/jumpshot-3/doc/html/labels.pl
>>> /usr/share/mpich/jumpshot-3/doc/html/node1.html
>>> /usr/share/mpich/jumpshot-3/doc/html/node2.html
>>> /usr/share/mpich/jumpshot-3/doc/html/node3.html
>>> /usr/share/mpich/jumpshot-3/doc/html/up_g.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/node4.html
>>> /usr/share/mpich/jumpshot-3/doc/html/node5.html
>>> /usr/share/mpich/jumpshot-3/doc/html/node6.html
>>> /usr/share/mpich/jumpshot-3/doc/html/node7.html
>>> /usr/share/mpich/jumpshot-3/doc/html/TourStepByStep.css
>>> /usr/share/mpich/jumpshot-3/doc/html/prev_g.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/index.html
>>> /usr/share/mpich/jumpshot-3/doc/html/footnode.html
>>> /usr/share/mpich/jumpshot-3/doc/html/next_g.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/internals.pl
>>> /usr/share/mpich/jumpshot-3/doc/html/images.pl
>>> /usr/share/mpich/jumpshot-3/doc/html/crossref.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/TourStepByStep.html
>>> /usr/share/mpich/jumpshot-3/doc/html/img1.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img2.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img3.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img4.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img5.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img6.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img7.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img8.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img9.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img10.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img11.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img12.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/img13.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/prev.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/up.gif
>>> /usr/share/mpich/jumpshot-3/doc/html/next.gif
>>> /usr/share/mpich/jumpshot-3/doc/jumpshot.def
>>> /usr/share/mpich/jumpshot-3/doc/TourStepByStep.pdf
>>> /usr/share/mpich/jumpshot-3/etc/
>>> /usr/share/mpich/jumpshot-3/etc/jumpshot.conf
>>> /usr/share/mpich/jumpshot-3/lib/
>>> /usr/share/mpich/jumpshot-3/lib/slog_print.class
>>> /usr/share/mpich/jumpshot-3/lib/jumpshot.jar
>>> /usr/share/mpich/jumpshot-3/lib/images.jar
>>> /usr/share/mpich/jumpshot-3/lib/slog_print_remote.class
>>> /usr/share/mpich/jumpshot-3/lib/preview.jar
>>> /usr/share/mpich/jumpshot-3/lib/slog.jar
>>> /usr/share/mpich/jumpshot-3/lib/statsviewer.jar
>>> /usr/share/mpich/jumpshot-3/sbin/
>>> /usr/share/mpich/jumpshot-3/sbin/exejar
>>> /usr/share/mpich/jumpshot-3/share/
>>> /usr/share/mpich/jumpshot-3/share/jumpshot.colors
>>> /usr/share/mpich/jumpshot-3/README
>>> /usr/share/mpich/jumpshot-3/TourStepByStep.txt
>>> /usr/share/mpich/jumpshot-3/UserGuide.txt
>>> /usr/share/mpich/jumpshot-3/logfiles/
>>> /usr/share/mpich/jumpshot-3/logfiles/sppm_ic2a.slog
>>> /usr/share/mpich/jumpshot-3/logfiles/thread1.stats
>>> /usr/share/mpich/jumpshot-3/logfiles/stats0204.txt
>>> /usr/share/mpich/jumpshot-3/logfiles/sample.slog
>>> /usr/share/mpich/jumpshot-3/logfiles/stats3.txt
>>> /usr/share/mpich/jumpshot-3/logfiles/sppm.stats.0301
>>> /usr/share/mpich/jumpshot-3/README.slog
>>> /usr/share/mpich/upshot/
>>> /usr/share/mpich/upshot/bin/
>>> /usr/share/mpich/upshot/bin/upshot
>>> /usr/share/mpich/upshot/sbin/
>>> /usr/share/mpich/upshot/logfiles/
>>> /usr/share/mpich/upshot/logfiles/fft.trf
>>> /usr/share/mpich/upshot/logfiles/sam_hyp.16.log
>>> /usr/share/mpich/upshot/bitmaps/
>>> /usr/share/mpich/upshot/bitmaps/2x2
>>> /usr/share/mpich/upshot/bitmaps/gray
>>> /usr/share/mpich/upshot/bitmaps/dimple3
>>> /usr/share/mpich/upshot/bitmaps/black
>>> /usr/share/mpich/upshot/bitmaps/boxes
>>> /usr/share/mpich/upshot/bitmaps/gray2
>>> /usr/share/mpich/upshot/bitmaps/gray3
>>> /usr/share/mpich/upshot/bitmaps/white
>>> /usr/share/mpich/upshot/bitmaps/drlines3
>>> /usr/share/mpich/upshot/bitmaps/drlines4
>>> /usr/share/mpich/upshot/bitmaps/light_gray
>>> /usr/share/mpich/upshot/bitmaps/dllines3
>>> /usr/share/mpich/upshot/bitmaps/dllines4
>>> /usr/share/mpich/upshot/bitmaps/hlines2
>>> /usr/share/mpich/upshot/bitmaps/hlines3
>>> /usr/share/mpich/upshot/bitmaps/hlines4
>>> /usr/share/mpich/upshot/bitmaps/vlines2
>>> /usr/share/mpich/upshot/bitmaps/vlines3
>>> /usr/share/mpich/upshot/bitmaps/vlines4
>>> /usr/share/mpich/machines.LINUX
--- /usr/include/
>>> /usr/include/basex11.h
>>> /usr/include/mpe.h
>>> /usr/include/mpi.h
>>> /usr/include/mpe_graphics.h
>>> /usr/include/mpe_log.h
>>> /usr/include/protofix.h
>>> /usr/include/mpeexten.h
>>> /usr/include/mpetools.h
>>> /usr/include/mpi_fortdefs.h
>>> /usr/include/mpi2c++/
>>> /usr/include/mpi2c++/ptopology.h
>>> /usr/include/mpi2c++/intercomm.h
>>> /usr/include/mpi2c++/op.h
>>> /usr/include/mpi2c++/pop_inln.h
>>> /usr/include/mpi2c++/pstatus.h
>>> /usr/include/mpi2c++/constants.h
>>> /usr/include/mpi2c++/prequest_inln.h
>>> /usr/include/mpi2c++/pmpi++.h
>>> /usr/include/mpi2c++/errhandler_inln.h
>>> /usr/include/mpi2c++/pop.h
>>> /usr/include/mpi2c++/status_inln.h
>>> /usr/include/mpi2c++/pintracomm.h
>>> /usr/include/mpi2c++/pgroup.h
>>> /usr/include/mpi2c++/functions.h
>>> /usr/include/mpi2c++/intracomm_inln.h
>>> /usr/include/mpi2c++/topology.h
>>> /usr/include/mpi2c++/intracomm.h
>>> /usr/include/mpi2c++/functions_inln.h
>>> /usr/include/mpi2c++/comm.h
>>> /usr/include/mpi2c++/pdatatype.h
>>> /usr/include/mpi2c++/mpi++.h
>>> /usr/include/mpi2c++/request.h
>>> /usr/include/mpi2c++/op_inln.h
>>> /usr/include/mpi2c++/intercomm_inln.h
>>> /usr/include/mpi2c++/mpi2c++_config.h
>>> /usr/include/mpi2c++/pexception.h
>>> /usr/include/mpi2c++/group_inln.h
>>> /usr/include/mpi2c++/group.h
>>> /usr/include/mpi2c++/topology_inln.h
>>> /usr/include/mpi2c++/status.h
>>> /usr/include/mpi2c++/pcomm.h
>>> /usr/include/mpi2c++/exception.h
>>> /usr/include/mpi2c++/pgroup_inln.h
>>> /usr/include/mpi2c++/errhandler.h
>>> /usr/include/mpi2c++/comm_inln.h
>>> /usr/include/mpi2c++/pintercomm.h
>>> /usr/include/mpi2c++/datatype.h
>>> /usr/include/mpi2c++/pstatus_inln.h
>>> /usr/include/mpi2c++/mpi2c++_list.h
>>> /usr/include/mpi2c++/request_inln.h
>>> /usr/include/mpi2c++/datatype_inln.h
>>> /usr/include/mpi2c++/prequest.h
>>> /usr/include/mpi2c++/perrhandler.h
>>> /usr/include/mpi2c++/mpi2c++_map.h
>>> /usr/include/mpiof.h
>>> /usr/include/mpef.h
>>> /usr/include/mpif.h
>>> /usr/include/mpio.h
>>> /usr/include/mpi_errno.h
>>> /usr/include/mpidefs.h
>>> /usr/share/mpich/examples1/mpirun -> ../bin/mpirun

>>> Regenerating /etc/ld.so.cache...
>>> sys-cluster/mpich-1.2.5 merged.
Comment 4 Olivier Crete (RETIRED) gentoo-dev 2003-05-08 17:43:41 UTC
Created attachment 11698 [details]
working ebuild 

This is a fixed ebuild for mpich. It works with th3e examples that I've tried.
I've added some sed magic because the -prefix used by mpiinstall is also used
to set stuff inside scripts. And I added a "doc" flag and cleaned up other
things.
(Btw, I did this in the context of the Adelie Linux project)
Comment 5 Michael Imhof (RETIRED) gentoo-dev 2003-06-06 05:26:17 UTC
Thanks for your help!

Closing this bug now.