[Dune] ug 3.9.3: autogen.sh mpi problem

Leonard Kern kern at math.hu-berlin.de
Fri Oct 29 15:18:12 CEST 2010


Hey guys,

I'm currently trying to install ug 3.9.3 on a Linux machine. Download and patch worked fine. Running autogen.sh gives this:

xcatmaster:/install/software/src/ug-3.9.3/UG/ug # ./autogen.sh
No compiler set, using GNU compiler as default
--> libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/share/aclocal/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
--> aclocal...
--> autoheader...
--> automake...
configure.ac:19: installing `./compile'
configure.ac:37: installing `./config.guess'
configure.ac:37: installing `./config.sub'
configure.ac:7: installing `./install-sh'
configure.ac:7: installing `./missing'
dev/Makefile.am: installing `./depcomp'
configure.ac: installing `./ylwrap'
parallel/ppif/MPI/Makefile.am:3: MPI does not appear in AM_CONDITIONAL

As I'm not an expert on autotools magic, I'd welcome your assistance.
A few details on the system:
xcatmaster:/install/software/src/ug-3.9.3/UG/ug # uname -a
Linux xcatmaster 2.6.27.45-0.1-default #1 SMP 2010-02-22 16:49:47 +0100 x86_64 x86_64 x86_64 GNU/Linux
xcatmaster:/install/software/src/ug-3.9.3/UG/ug # g++ --version
g++ (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

xcatmaster:/install/software/src/ug-3.9.3/UG/ug # which mpicc
/opt/software/mvapich2-1.4.1/bin/mpicc
xcatmaster:/install/software/src/ug-3.9.3/UG/ug # which mpicxx
/opt/software/mvapich2-1.4.1/bin/mpicxx

Regards,
Leonard Kern.



More information about the Dune mailing list