[mpich-discuss] no man pages for mpich-3.1.3?

Lu, Huiwei huiweilu at mcs.anl.gov
Wed Oct 15 08:21:52 CDT 2014


Hi, Siegmar,

The latest mpich nightly built is mpich-master-v3.1.3-12-gc11ccde6.tar.gz.

I have tested it on my laptop and it installed the man page.

$ ./configure —prefix=/sandbox/install
$ ls /sandbox/install/share/man
man1 man3

Could you try again?

—
Huiwei

On Oct 15, 2014, at 1:29 AM, Siegmar Gross <Siegmar.Gross at informatik.hs-fulda.de> wrote:

> Hi Pavan,
> 
> thank you very much for your answer. Today I installed
> mpich-master-v3.1.3-9-g4d07079d, but I still have no man page
> directory.
> 
> tyr mpich-3.1.3 177 ls -l /export2/prog/*/mpich-3.1.3_64_*/share | \
>  grep -e : -e drwx
> /export2/prog/Linux_x86_64/mpich-3.1.3_64_cc/share:
> drwxr-xr-x 3 root root 512 Oct 15 07:40 doc
> /export2/prog/Linux_x86_64/mpich-3.1.3_64_gcc/share:
> drwxr-xr-x 3 root root 512 Oct 15 07:26 doc
> /export2/prog/SunOS_sparc/mpich-3.1.3_64_cc/share:
> drwxr-xr-x 3 root root 512 Oct 15 08:23 doc
> /export2/prog/SunOS_sparc/mpich-3.1.3_64_gcc/share:
> drwxr-xr-x 3 root root 512 Oct 15 07:55 doc
> /export2/prog/SunOS_x86_64/mpich-3.1.3_64_cc/share:
> drwxr-xr-x 3 root root 512 Oct 15 07:47 doc
> /export2/prog/SunOS_x86_64/mpich-3.1.3_64_gcc/share:
> drwxr-xr-x 3 root root 512 Oct 15 08:03 doc
> tyr mpich-3.1.3 178 
> 
> 
> Kind regards
> 
> Siegmar
> 
> 
>> Fixed in mpich/master:
>> 
>> 
> http://git.mpich.org/mpich.git/commitdiff/866598b9d77a5c953ff5cc12cda2b78ae713bf
> 33
>> 
>> Itâ?Tll be in the nightly snapshot tonight.
>> 
>>  â?" Pavan
>> 
>> On Oct 14, 2014, at 10:31 AM, Balaji, Pavan <balaji at anl.gov> wrote:
>> 
>>> 
>>> Sorry, this is my bad.  I tried to add a â?ofixâ? for an issue in 3.1.3 and 
> clearly screwed up the common case.
>>> 
>>> 
> http://git.mpich.org/mpich.git/commitdiff/354396f8362fd72c8f6750a479d86804bb47dd
> aa
>>> 
>>> Iâ?Tll push a fix-for-this-fix into mpich/master shortly.
>>> 
>>> Regards,
>>> 
>>> â?" Pavan
>>> 
>>> On Oct 14, 2014, at 9:49 AM, Siegmar Gross 
> <Siegmar.Gross at informatik.hs-fulda.de> wrote:
>>> 
>>>> Hi,
>>>> 
>>>>> I have no problem to get man pages when I install mpich-3.1.3.
>>>>> Could you send us log files of configure, make, and make install
>>>>> (i.e., c.txt, m.txt, and mi.txt as described in
>>>>> http://www.mpich.org/static/downloads/3.1.3/mpich-3.1.3-installguide.pdf)?
>>>> 
>>>> Yes, I have attached the files for my Linux box and gcc-4.9.1.
>>>> 
>>>> I have the same problem for my three platforms (Solaris 10 Sparc,
>>>> Solaris 10 x86_64, and openSUSE Linux 12.1), i.e., <install dir>/share/man
>>>> isn't available, so that man pages couldn't be found. I didn't have this
>>>> problem with mpich-3.1.2.
>>>> 
>>>> tyr prog 244 ls -l */mpich-3.1.3_64_*/share | grep -e : -e drwx
>>>> Linux_x86_64/mpich-3.1.3_64_cc/share:
>>>> drwxr-xr-x 3 root root 512 Oct 13 09:51 doc
>>>> Linux_x86_64/mpich-3.1.3_64_gcc/share:
>>>> drwxr-xr-x 3 root root 512 Oct 14 09:02 doc
>>>> SunOS_sparc/mpich-3.1.3_64_cc/share:
>>>> drwxr-xr-x 3 root root 512 Oct 13 10:15 doc
>>>> SunOS_sparc/mpich-3.1.3_64_gcc/share:
>>>> drwxr-xr-x 3 root root 512 Oct 14 09:32 doc
>>>> SunOS_x86_64/mpich-3.1.3_64_cc/share:
>>>> drwxr-xr-x 3 root root 512 Oct 13 10:06 doc
>>>> SunOS_x86_64/mpich-3.1.3_64_gcc/share:
>>>> drwxr-xr-x 3 root root 512 Oct 14 09:33 doc
>>>> tyr prog 245 
>>>> 
>>>> I used for example the following commands for Linux.
>>>> 
>>>> mkdir mpich-3.1.3-${SYSTEM_ENV}.${MACHINE_ENV}.64_gcc
>>>> cd mpich-3.1.3-${SYSTEM_ENV}.${MACHINE_ENV}.64_gcc
>>>> 
>>>> ../mpich-3.1.3/configure --prefix=/usr/local/mpich-3.1.3_64_gcc \
>>>> --libdir=/usr/local/mpich-3.1.3_64_gcc/lib64 \
>>>> --includedir=/usr/local/mpich-3.1.3_64_gcc/include64 \
>>>> CC="gcc" CXX="g++" F77="gfortran" FC="gfortran" \
>>>> CFLAGS="-m64" CXXFLAGS="-m64" FFLAGS="-m64" FCFLAGS="-m64" \
>>>> LDFLAGS="-m64" \
>>>> --enable-f77 --enable-fc --enable-cxx --enable-romio \
>>>> --enable-debuginfo --enable-smpcoll \
>>>> --enable-threads=runtime --with-thread-package=posix \
>>>> --enable-shared \
>>>> |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_gcc
>>>> 
>>>> make |& tee log.make.$SYSTEM_ENV.$MACHINE_ENV.64_gcc
>>>> rm -r /usr/local/mpich-3.1.3_64_gcc.old
>>>> mv /usr/local/mpich-3.1.3_64_gcc /usr/local/mpich-3.1.3_64_gcc.old
>>>> make install |& tee log.make-install.$SYSTEM_ENV.$MACHINE_ENV.64_gcc
>>>> 
>>>> 
>>>> Thank you very much for any help in advance.
>>>> 
>>>> 
>>>> Kind regards
>>>> 
>>>> Siegmar
>>>> 
>>>> 
>>>> 
>>>>> Thanks,
>>>>> Sangmin
>>>>> 
>>>>> 
>>>>> On Oct 14, 2014, at 6:12 AM, Siegmar Gross 
>>>> 
> <Siegmar.Gross at informatik.hs-fulda.de<mailto:Siegmar.Gross at informatik.hs-fulda.d
>>>> e>> 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     discuss at mpich.org<mailto:discuss at mpich.org>
>>>>> To manage subscription options or unsubscribe:
>>>>> https://lists.mpich.org/mailman/listinfo/discuss
>>>>> 
>>>> 
>>>> _______________________________________________
>>>> discuss mailing list     discuss at mpich.org
>>>> To manage subscription options or unsubscribe:
>>>> https://lists.mpich.org/mailman/listinfo/discuss
>>> 
>>> --
>>> Pavan Balaji  âo?️
>>> http://www.mcs.anl.gov/~balaji
>>> 
>>> _______________________________________________
>>> discuss mailing list     discuss at mpich.org
>>> To manage subscription options or unsubscribe:
>>> https://lists.mpich.org/mailman/listinfo/discuss
>> 
>> --
>> Pavan Balaji  âo?️
>> http://www.mcs.anl.gov/~balaji
>> 
>> 
> 
> _______________________________________________
> discuss mailing list     discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss

_______________________________________________
discuss mailing list     discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss


More information about the discuss mailing list