Re: Fortran libraries on the Blue Gene with mpi

2009-05-02 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Apr 19, 2009 at 09:11:27AM CEST: > Initial port for BlueGene BG/L. > > * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS) > (_LT_LANG_CXX_CONFIG) [linux]: Detect bgxl*, bgf*, mpixl* > compilers. > * NEWS: Update. > * THANKS: Up

Re: Fortran libraries on the Blue Gene with mpi

2009-04-29 Thread Christian Rössel
Ralf Wildenhues wrote: > * Christian Rössel wrote on Mon, Apr 27, 2009 at 05:33:33PM CEST: >> Ralf Wildenhues wrote: > # XL, BG > cd build-bgxl > ../configure CC=bgxlc CXX=bgxlC F77=bgfort FC=bgxlf95 GCJ=no \ >LDFLAGS=-qnostaticlink > make > make -

Re: Fortran libraries on the Blue Gene with mpi

2009-04-27 Thread Ralf Wildenhues
* Christian Rössel wrote on Mon, Apr 27, 2009 at 05:33:33PM CEST: > Ralf Wildenhues wrote: > > However, as a minor note, the logs all show: > > > > | checking dependency style of xlc... none > > [...] > > | checking dependency style of xlC... none > > > > which is kind of weird. IIRC the XL comp

compiler version checks (was: Fortran libraries on the Blue Gene with mpi)

2009-04-27 Thread Ralf Wildenhues
* Christian Rössel wrote on Mon, Apr 27, 2009 at 05:33:33PM CEST: > While looking at config.log I recognized that the XL compilers man page > appears several times in config.log. This is caused by the following > commands: > > configure:2925: checking for C compiler version > configure:2933: bgcc

Re: Fortran libraries on the Blue Gene with mpi

2009-04-25 Thread Ralf Wildenhues
Hello Christian, John, >Ralf Wildenhues wrote: >> Create six build trees and build and run the Libtool test suites >> with each of the compiler combinations (the following assumes >> Bourne-shell syntax): >> >> mkdir build-gcc build-xl build-bgcc build-bgxl build-mpigcc build-mpixl > please fin

Re: Fortran libraries on the Blue Gene with mpi

2009-04-22 Thread Ralf Wildenhues
* Christian Rössel wrote on Wed, Apr 22, 2009 at 06:28:51PM CEST: > > re-boostrapping works now but the missing makeinfo causes new problems: > > > > /u/fzj301zm/BlueGene/fortran_libraries_on_the_blue_gene_with_mpi/libtool/libltdl/config/missing: > > line 54: makeinfo: command not found > > WARNIN

Re: Fortran libraries on the Blue Gene with mpi

2009-04-22 Thread Ralf Wildenhues
Hello Christian, * Christian Rössel wrote on Wed, Apr 22, 2009 at 11:21:27AM CEST: > Ralf Wildenhues wrote: > > > First, please ensure that you have Autoconf 2.63 and Automake 1.10.2 > > installed somewhere (below the same --prefix) and found early in $PATH. > why do I need to install them below

Re: Fortran libraries on the Blue Gene with mpi

2009-04-22 Thread Christian Rössel
Christian Rössel wrote: > Ralf Wildenhues wrote: >> * Christian Rössel wrote on Tue, Apr 21, 2009 at 10:28:37AM CEST: >>> Ralf Wildenhues wrote: >>> If there are any problems or error messages, stop right here and report back with them. Otherwise, continue: >>> There was one error I assu

Re: Fortran libraries on the Blue Gene with mpi

2009-04-22 Thread Bob Friesenhahn
On Wed, 22 Apr 2009, Christian Rössel wrote: Ralf Wildenhues wrote: First, please ensure that you have Autoconf 2.63 and Automake 1.10.2 installed somewhere (below the same --prefix) and found early in $PATH. why do I need to install them below the *same* prefix. Is this a general requiremen

Re: Fortran libraries on the Blue Gene with mpi

2009-04-22 Thread Christian Rössel
Ralf Wildenhues wrote: > * Christian Rössel wrote on Tue, Apr 21, 2009 at 10:28:37AM CEST: >> Ralf Wildenhues wrote: >> >>> If there are any problems or error messages, stop right here and report >>> back with them. Otherwise, continue: >> There was one error I assume is negligible: >> cd ./doc &&

Re: Fortran libraries on the Blue Gene with mpi

2009-04-22 Thread Christian Rössel
Ralf Wildenhues wrote: > First, please ensure that you have Autoconf 2.63 and Automake 1.10.2 > installed somewhere (below the same --prefix) and found early in $PATH. Hi Ralf, why do I need to install them below the *same* prefix. Is this a general requirement? What will happen if I use distinc

Re: Fortran libraries on the Blue Gene with mpi

2009-04-21 Thread Ralf Wildenhues
* Christian Rössel wrote on Tue, Apr 21, 2009 at 10:28:37AM CEST: > Ralf Wildenhues wrote: > > Then, grab either the git master branch of the Libtool tree, or a > > nightly snapshot; the Libtool homepage has a link. Extract the tarball. > > > > Apply the patch at the end of this message to the Li

Re: Fortran libraries on the Blue Gene with mpi

2009-04-21 Thread Christian Rössel
Ralf Wildenhues wrote: > [ adding the libtool-patches list, moving libtool list to Bcc: so you > can omit it from followups ] > > Hello John, Christian, > > thanks to both of you for all your feedback so far. > > We have a pretty good idea of what is happening for the C compilers now, > but th

Re: Fortran libraries on the Blue Gene with mpi

2009-04-19 Thread Ralf Wildenhues
[ adding the libtool-patches list, moving libtool list to Bcc: so you can omit it from followups ] Hello John, Christian, thanks to both of you for all your feedback so far. We have a pretty good idea of what is happening for the C compilers now, but the C++ and the Fortran compilers still nee