[dune-pdelab] [dune-pdelab-commit] dune-pdelab-howto r473 - branches/2.1snapshot/src/two-phase
Christian Engwer
christian.engwer at uni-muenster.de
Thu Jun 30 14:46:49 CEST 2011
Hallo Felix
On Thu, Jun 30, 2011 at 10:55:13AM +0200, felix at conan.iwr.uni-heidelberg.de wrote:
> Author: felix
> Date: Thu Jun 30 10:55:13 2011
> New Revision: 473
> URL: http://svn.dune-project.org/websvn/listing.php?repname=dune-pdelab-howto&path=/&rev=473&sc=1
>
> Log:
> This programm does not build if dune is run without enable-parallel.
aber nur das dnaplfv, die anderen SUPERLU Programme sollte noch tun
... oder?!
>
> Modified:
> branches/2.1snapshot/src/two-phase/Makefile.am
>
> Modified: branches/2.1snapshot/src/two-phase/Makefile.am
> ==============================================================================
> --- branches/2.1snapshot/src/two-phase/Makefile.am Wed Jun 22 12:55:04 2011 (r472)
> +++ branches/2.1snapshot/src/two-phase/Makefile.am Thu Jun 30 10:55:13 2011 (r473)
> @@ -11,8 +11,10 @@
> SUPERLUPROGRAMS = dnaplmfd
> endif
>
> +if MPI
> noinst_PROGRAMS = $(SUPERLUPROGRAMS) \
> dnaplfv
> +endif
>
> # novlp_test
>
> @@ -29,11 +31,13 @@
> # novlp_test_LDFLAGS= $(AM_LDFLAGS) $(SUPERLU_LDFLAGS) $(PARMETIS_LDFLAGS)
> # novlp_test_CPPFLAGS=$(AM_CPPFLAGS) $(SUPERLU_CPPFLAGS)
>
> +if MPI
> dnaplfv_SOURCES = dnaplfv.cc
> dnaplfv_CXXFLAGS = $(AM_CPPFLAGS) $(SUPERLU_CPPFLAGS) $(DUNEMPICPPFLAGS) $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(ALBERTA_CPPFLAGS) $(ALUGRID_CPPFLAGS) $(PARMETIS_CPPFLAGS)
> dnaplfv_LDADD = $(PARMETIS_LIBS) $(DUNEMPILDFLAGS) $(DUNEMPILIBS) $(SUPERLU_LIBS) $(ALBERTA_LDFLAGS) $(ALBERTA_LIBS) $(AMIRAMESH_LDFLAGS) $(AMIRAMESH_LIBS) $(UG_LDFLAGS) $(UG_LIBS) $(ALUGRID_LDFLAGS) $(ALUGRID_LIBS) $(DUNE_LDFLAGS) $(DUNE_LIBS)
> dnaplfv_LDFLAGS= $(AM_LDFLAGS) $(SUPERLU_LDFLAGS) $(PARMETIS_LDFLAGS)
> dnaplfv_CPPFLAGS=$(AM_CPPFLAGS) $(SUPERLU_CPPFLAGS)
> +endif
>
> if SUPERLU
> dnaplmfd_SOURCES = dnaplmfd.cc
>
> _______________________________________________
> dune-pdelab-commit mailing list
> dune-pdelab-commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab-commit
>
More information about the dune-pdelab
mailing list