Hi
I just installed open-mpi version 1.4,
and now i noticed that the man-files are not properly installed.
When i do
man mpirun
i get a different output than what is in
openmpi/share/man/man1/mpirun.1
I installed with this configuration:
./configure --prefix=/opt/openmpi-1.4 --disable-mpi-f77
--disable-mpi-f90 --with-threads
and afterwards made a soft link
ln -s /opt/openmpi-1.4 /opt/openmpi
This is on fedora fc8, but i have the same problem on my gentoo
machines (2.6.29-gentoo-r5)
Does anybody know how to get replace the old man files with the new ones?
Thank You
Jody
|