]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change OpenMPI output and add comment
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Sep 2012 07:17:36 +0000 (07:17 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Sep 2012 07:17:36 +0000 (07:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@26229 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/report_features.cc

index 5b98f12a74e8a8d328b47796cac697e7432f2eef..70eed0faba0df636d383ebf2047838bd795aa061 100644 (file)
@@ -42,6 +42,12 @@ extern "C" {
 #  include <slepcversion.h>
 #endif
 
+// Output configuration options from config.h.
+// The format of each line is
+//
+// deal-feature: FEATURE=value
+//
+// no spaces in any token!
 
 int main()
 {
@@ -62,7 +68,7 @@ int main()
 
 #if defined(DEAL_II_COMPILER_SUPPORTS_MPI)
 #  ifdef OMPI_MAJOR_VERSION
-  std::cout << "dealii-feature: MPI=OpenMPI "
+  std::cout << "dealii-feature: MPI=OpenMPI-"
            << OMPI_MAJOR_VERSION << '.'
            << OMPI_MINOR_VERSION << '.'
            << OMPI_RELEASE_VERSION << std::endl;

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.