Re: [mpich-discuss] man mpich-3.0.4
Thank's Jeff. I configured MANPATH=/opt/mpich/share/man:$MANPATH export MANPATH in ~/.bashrc and called 'man mpicc' for man1 e 'man MPI_Barier' for man3. For the version I call 'mpirun --version' or 'mpiexec --version' Thank's again. From: [email protected] Date: Sat, 28 Sep 2013 20:19:54 -0500 To: [email protected] Subject: Re: [mpich-discuss] man mpich-3.0.4 I struggled with this just the other day. I could not get the build system to install the man pages despite many attempts. I gave up and just did a manual install by copying the man subdirectory of the source into my install directory. In any case, I don't know why "man mpich" should work. What would that tell you? Try "man mpicc" or "man MPI_Barrier", for example. Perhaps with "man mpich" you are looking for something like the following?
mpichversionMPICH Version: 3.1b1MPICH Release date: Thu Aug 8 10:41:27 CDT 2013
MPICH Device: ch3:nemesisMPICH configure: CC=clang CXX=clang++ FC=/bin/false --disable-fc --disable-f77 --enable-threads --enable-g --with-pm=hydra --prefix=/opt/mpich/3.1b1/clang MPICH CC: clang -g -O2MPICH CXX: clang++ -g -O2MPICH F77: no -g MPICH FC: no -g Jeff On Sat, Sep 28, 2013 at 8:13 PM, Julio Henrique <[email protected]> wrote: How do I set the MANPATH mpich-3.0.4 on Debian Wheezy? The installation location is /opt/mpich. I tried in ~/.bashrc: MANPATH = /opt/mpich/share/man:$MANPATH export MANPATH but not work. I call 'man mpich', or is not that what you call the man of mpich? I researched and not found. However, PATH=/opt/mpich/bin:$PATH export PATH worked. _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss -- Jeff Hammond [email protected] _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Julio Henrique