[Genabel-commits] r1863 - pkg/OmicABELnoMM

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 28 13:19:40 CET 2014


Author: lckarssen
Date: 2014-10-28 13:19:40 +0100 (Tue, 28 Oct 2014)
New Revision: 1863

Modified:
   pkg/OmicABELnoMM/configure.ac
Log:
Corrected help message about MPI in OmicABELnoMM's configure.ac.


Modified: pkg/OmicABELnoMM/configure.ac
===================================================================
--- pkg/OmicABELnoMM/configure.ac	2014-10-28 11:05:43 UTC (rev 1862)
+++ pkg/OmicABELnoMM/configure.ac	2014-10-28 12:19:40 UTC (rev 1863)
@@ -38,8 +38,8 @@
 # If --with-mpi=no is used, use a standard C compiler instead.
 AC_ARG_WITH(mpi,
    [AS_HELP_STRING([--with-mpi],
-      [compile with MPI (shared memory parallelization) support. If\
-none is found, MPI is not used. Default: auto])
+      [compile with MPI (distributed memory parallelization) support. If\
+ none is found, MPI is not used. Default: auto])
    ]
    ,
    ,



More information about the Genabel-commits mailing list