Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend.
Jayesh, you can create the Windows binaries from this tarball.
Rajeev
It's not in the install dir but it is in the source dir. Any reason why that might be? Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Chan Sent: Friday, September 14, 2007 3:08 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir..
/sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend.
Jayesh, you can create the Windows binaries from this tarball.
Rajeev
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to $prefix/share/www as well. A.Chan On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir..
/sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend.
Jayesh, you can create the Windows binaries from this tarball.
Rajeev
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables and so is not affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/share/www in our configure.in... A.Chan On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to $prefix/share/www as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir..
/sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend.
Jayesh, you can create the Windows binaries from this tarball.
Rajeev
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables and so is not affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to $prefix/share/www as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others. configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www' Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
Hmm... I notice 2.61 configure actually defines htmldir (which isn't defined in older autoconf) datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' htmldir='${docdir}' I think for us to stick to GNU coding standards, instead of updating our configure's default htmldir, we may want to remove our default values and let configue does its thing. Rajeev, why don't you give me few more hours so I can look over everything to find the optimize solution here. A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others.
configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www'
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
I agree with using the htmldir that the newer Autoconf defines. However, Rajeev and I want to do this after the release - the minimum change approach is to build the current release with the older autoconf, then update once this release is out the door. Bill On Sep 14, 2007, at 3:52 PM, Anthony Chan wrote:
Hmm... I notice 2.61 configure actually defines htmldir (which isn't defined in older autoconf)
datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' htmldir='${docdir}'
I think for us to stick to GNU coding standards, instead of updating our configure's default htmldir, we may want to remove our default values and let configue does its thing. Rajeev, why don't you give me few more hours so I can look over everything to find the optimize solution here.
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others.
configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www'
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
That sounds reasonable to me. It seems using a newer autoconf isn't very wise at this point. I won't be anything to cvs then. On Fri, 14 Sep 2007, William Gropp wrote:
I agree with using the htmldir that the newer Autoconf defines. However, Rajeev and I want to do this after the release - the minimum change approach is to build the current release with the older autoconf, then update once this release is out the door.
Bill
On Sep 14, 2007, at 3:52 PM, Anthony Chan wrote:
Hmm... I notice 2.61 configure actually defines htmldir (which isn't defined in older autoconf)
datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' htmldir='${docdir}'
I think for us to stick to GNU coding standards, instead of updating our configure's default htmldir, we may want to remove our default values and let configue does its thing. Rajeev, why don't you give me few more hours so I can look over everything to find the optimize solution here.
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others.
configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www'
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
For this release, I think I will just create a tarball on shakey. After that we can fix it the right way. Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Chan Sent: Friday, September 14, 2007 3:53 PM To: [email protected] Subject: RE: [mpich2-core] 1.0.6 release tarball
Hmm... I notice 2.61 configure actually defines htmldir (which isn't defined in older autoconf)
datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' htmldir='${docdir}'
I think for us to stick to GNU coding standards, instead of updating our configure's default htmldir, we may want to remove our default values and let configue does its thing. Rajeev, why don't you give me few more hours so I can look over everything to find the optimize solution here.
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others.
configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www'
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
yes. On Fri, 14 Sep 2007, Rajeev Thakur wrote:
For this release, I think I will just create a tarball on shakey. After that we can fix it the right way.
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Chan Sent: Friday, September 14, 2007 3:53 PM To: [email protected] Subject: RE: [mpich2-core] 1.0.6 release tarball
Hmm... I notice 2.61 configure actually defines htmldir (which isn't defined in older autoconf)
datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' htmldir='${docdir}'
I think for us to stick to GNU coding standards, instead of updating our configure's default htmldir, we may want to remove our default values and let configue does its thing. Rajeev, why don't you give me few more hours so I can look over everything to find the optimize solution here.
A.Chan
On Fri, 14 Sep 2007, Rajeev Thakur wrote:
OK. I guess it means changing these lines in these 3 configures. Is that correct? Anthony, can you do the one in mpe2. I will do the others.
configure.in:with_htmldir='${prefix}/www') configure.in: htmldir='${prefix}/www' src/mpi/romio/configure.in:if test -z "$htmldir" ; then htmldir='${prefix}/www' ; fi src/mpe2/configure.in:with_htmldir='${prefix}/www' ) src/mpe2/configure.in: htmldir='${prefix}/www'
Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of William Gropp Sent: Friday, September 14, 2007 3:30 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables
and so is not
affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/ share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to
$prefix/share/www
as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/ mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
I just compare 1.0.6 and 1.0.5 configure, autoconf-2.59 defines mandir=${prefix}/man, while autoconf-2.61 defines datarootdir='${prefix}/share' mandir='${datarootdir}/man' datarootdir is not available in 2.59 autoconf. If we decide to do this for 1.0.6 release, I need to update MPE's configure as well. Personally, I think 2.61 is doing the right thing in terms of mandir, so updating our htmldir is consistent with the spirit of $datadir. If we don't want to do this on 1.0.6 release, we could just rerun maint/updatefiles on 1.0.6 (I think) on older MCS linux box like schwinn. A.Chan On Fri, 14 Sep 2007, William Gropp wrote:
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with autoconf-2.61 instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables and so is not affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it intentional or bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to $prefix/share/www as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
In either case, I will have to rebuild the tarball. I can just rebuild it on an older machine, shakey, without changing any source. That way I don't have to adjust tags etc. Rajeev
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anthony Chan Sent: Friday, September 14, 2007 3:38 PM To: [email protected] Subject: Re: [mpich2-core] 1.0.6 release tarball
I just compare 1.0.6 and 1.0.5 configure, autoconf-2.59 defines mandir=${prefix}/man,
while autoconf-2.61 defines datarootdir='${prefix}/share' mandir='${datarootdir}/man'
datarootdir is not available in 2.59 autoconf. If we decide to do this for 1.0.6 release, I need to update MPE's configure as well. Personally, I think 2.61 is doing the right thing in terms of mandir, so updating our htmldir is consistent with the spirit of $datadir. If we don't want to do this on 1.0.6 release, we could just rerun maint/updatefiles on 1.0.6 (I think) on older MCS linux box like schwinn.
A.Chan
On Fri, 14 Sep 2007, William Gropp wrote:
I agree with Anthony. We should be consistent with the endless changes of autoconf. Bill
On Sep 14, 2007, at 3:19 PM, Anthony Chan wrote:
I see. I notice the 1.0.6 configure is generated with
autoconf-2.61
instead of autoconf-2.59. I bet the mandir which is defined in autoconf is default to different values in autoconf-2.59 and 2.61. While htmldir is not available in autoconf's default install variables and so is not affected by change of newer autoconf. Since all newer MCS machine uses autocon-2.61, my vote is to update the default htmldir to $prefix/share/www in our configure.in...
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
The mandir is there, but it sits under share/man. Is it
intentional or
bug ? In 1.0.5 or earlier, mandir is $prefix/man. If mandir is set to $prefix/share/man, then htmldir should be set to $prefix/share/www as well.
A.Chan
On Fri, 14 Sep 2007, Anthony Chan wrote:
I don't see mandir, i.e. man/, in the install directory. If I recall correcly, the mandir is present in 1.0.6-rc1's install dir.. /sandbox/chan/mpich2_work/install_106> ls -l total 32 drwxr-xr-x 2 chan uother 4096 Sep 14 15:00 bin/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 doc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 etc/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 include/ drwxr-xr-x 3 chan uother 4096 Sep 14 14:48 lib/ drwxr-xr-x 2 chan uother 4096 Sep 14 14:48 sbin/ drwxr-xr-x 7 chan uother 4096 Sep 14 14:48 share/ drwxr-xr-x 5 chan uother 4096 Sep 14 14:48 www/ A.Chan On Fri, 14 Sep 2007, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend. Jayesh, you can create the Windows binaries from this tarball. Rajeev
I have built a new tarball on shakey and placed it at ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . Please try this one out. Rajeev
all documentations are installed in expected locations. On Fri, 14 Sep 2007, Rajeev Thakur wrote:
I have built a new tarball on shakey and placed it at ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . Please try this one out.
Rajeev
Nemesis look OK to me. -d On 09/14/2007 02:30 PM, Rajeev Thakur wrote:
Has been created in ftp://ftp.mcs.anl.gov/pub/mpi/mpich2-1.0.6.tar.gz . If you have a chance please test it out. We plan to release it this weekend.
Jayesh, you can create the Windows binaries from this tarball.
Rajeev
participants (4)
-
Anthony Chan -
Darius Buntinas -
Rajeev Thakur -
William Gropp