Re: [mpich-discuss] no man pages for mpich-3.1.3?
Hi, Siegmar, After install mpich, you will need to set MANPATH like the following: export MANPATH=/path/to/mpich/install/share/man:$MANPATH Then you will see man page of mpich. Best regards, — Huiwei On Oct 14, 2014, at 6:12 AM, Siegmar Gross <[email protected]> wrote:
Hi,
I installed mpich-3.1.3, but didn't get man pages, which were installed automatically for version mpich-3.1.2.
tyr mpich-3.1.3 226 ls -l /usr/local/mpich-3.1.2_64_gcc/share total 2 drwxr-xr-x 3 root root 512 Oct 14 09:28 doc drwxr-xr-x 4 root root 512 Oct 14 09:28 man tyr mpich-3.1.3 227 ls -l /usr/local/mpich-3.1.3_64_gcc/share total 1 drwxr-xr-x 3 root root 512 Oct 14 09:32 doc tyr mpich-3.1.3 228
tyr mpich-3.1.3-SunOS.sparc.64_gcc 232 grep MPI_Error_string log.* tyr mpich-3.1.3-SunOS.sparc.64_gcc 233 cd ../../mpich-3.1.2/mpich-3.1.2-SunOS.sparc.64_gcc tyr mpich-3.1.2-SunOS.sparc.64_gcc 234 grep MPI_Error_string log.* log.make-install.SunOS.sparc.64_gcc:/usr/local/bin/install -c -m 644 MPI_Error_string.3 /usr/local/mpich-3.1.2_64_gcc/share/man/man3/MPI_Error_string.3 tyr mpich-3.1.2-SunOS.sparc.64_gcc 235
Do I have to do something special for this version to install man pages?
Kind regards
Siegmar
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Lu, Huiwei