]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
report additional libraries
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Sep 2012 13:30:00 +0000 (13:30 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Sep 2012 13:30:00 +0000 (13:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@26214 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in
deal.II/common/scripts/report_features.cc

index d992db816280dc58471c289886007c213fac2cec..9d92fc1996c57f85c7780857953c54cc5dfa5e5a 100644 (file)
@@ -393,7 +393,6 @@ print-summary:
        @echo "dealii-feature: multithreading=$(enable-threads)"
        @echo "dealii-feature: shared_libs=$(enable-shared)"
        @echo "dealii-feature: parser=$(subst no,,$(enable-parser))"
-       @echo "dealii-feature: PETSc=$(subst ..,,$(DEAL_II_PETSC_VERSION_MAJOR).$(DEAL_II_PETSC_VERSION_MINOR).$(DEAL_II_PETSC_VERSION_SUBMINOR))"
        @echo "dealii-feature: METIS=$(subst no,,$(USE_CONTRIB_METIS))"
        @cd $D/common/scripts ; make report_features && ./report_features
 endif
index eb913867f6e0adc4ab836ad04c3200bd13d27368..5b98f12a74e8a8d328b47796cac697e7432f2eef 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2010, 2011 by the deal.II authors
+//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -62,7 +62,7 @@ int main()
 
 #if defined(DEAL_II_COMPILER_SUPPORTS_MPI)
 #  ifdef OMPI_MAJOR_VERSION
-  std::cout << "dealii-feature: MPI=OpenMPI<br>"
+  std::cout << "dealii-feature: MPI=OpenMPI "
            << OMPI_MAJOR_VERSION << '.'
            << OMPI_MINOR_VERSION << '.'
            << OMPI_RELEASE_VERSION << std::endl;
@@ -116,4 +116,31 @@ int main()
 #endif
   std::cout << std::endl;
 #endif
+
+#ifdef DEAL_II_USE_P4EST
+  std::cout << "dealii-feature: P4est=yes" << std::endl;
+#endif
+
+#ifdef DEAL_II_HAVE_HDF5
+   std::cout << "dealii-feature: HDF5=yes" << std::endl;
+#endif
+
+#ifdef DEAL_II_HAVE_TECPLOT
+   std::cout << "dealii-feature: Tecplot=yes" << std::endl;
+#endif
+   
+#ifdef HAVE_LIBNETCDF
+  std::cout << "dealii-feature: NetCDF=yes" << std::endl;
+#endif
+
+#ifdef HAVE_LIBZ
+  std::cout << "dealii-feature: LibZ=yes" << std::endl;
+#endif
+
+#ifdef DEAL_II_DISABLE_PARSER
+  std::cout << "dealii-feature: parser=no" << std::endl;
+#else
+  std::cout << "dealii-feature: parser=yes" << std::endl;
+#endif
+  
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.