]> https://gitweb.dealii.org/ - dealii.git/commitdiff
command line conversion for MPIEXEC_PREFLAGS and MPIEXEC_POSTFLAGS 8308/head
authorMatthias Maier <tamiko@43-1.org>
Sun, 9 Jun 2019 20:14:53 +0000 (15:14 -0500)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 13 Jun 2019 08:23:05 +0000 (10:23 +0200)
cmake/configure/configure_1_mpi.cmake

index a463cc9b99e254257a14b17f5e80c0bb32248d57..baba0f60d89ae624253a99a33ee9a2ccc181132d 100644 (file)
@@ -44,6 +44,13 @@ ENDMACRO()
 
 MACRO(FEATURE_MPI_CONFIGURE_EXTERNAL)
 
+  #
+  # We must convert the MPIEXEC_(PRE|POST)FLAGS strings to lists in order
+  # to use them in command lines:
+  #
+  SEPARATE_ARGUMENTS(MPIEXEC_PREFLAGS)
+  SEPARATE_ARGUMENTS(MPIEXEC_POSTFLAGS)
+
   #
   # TODO: We might consider refactoring this option into an automatic check
   # (in Modules/FindMPI.cmake) at some point. For the time being this is an

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.