[mpich2-commits] r4000 - mpich2/trunk/src/pm/hydra/launcher/mpiexec

balaji at mcs.anl.gov balaji at mcs.anl.gov
Tue Mar 10 16:54:41 CDT 2009


Author: balaji
Date: 2009-03-10 16:54:41 -0500 (Tue, 10 Mar 2009)
New Revision: 4000

Modified:
   mpich2/trunk/src/pm/hydra/launcher/mpiexec/mpiexec.c
Log:
Move -f to a global option that affects all local executables. The code was following this, but the help message was incorrect.

Modified: mpich2/trunk/src/pm/hydra/launcher/mpiexec/mpiexec.c
===================================================================
--- mpich2/trunk/src/pm/hydra/launcher/mpiexec/mpiexec.c	2009-03-10 21:34:44 UTC (rev 3999)
+++ mpich2/trunk/src/pm/hydra/launcher/mpiexec/mpiexec.c	2009-03-10 21:54:41 UTC (rev 4000)
@@ -24,12 +24,12 @@
     printf("\t-genvlist {env1,env2,...}        [Environment variable list to pass]\n");
     printf("\t-genvnone                        [Do not pass any environment variables]\n");
     printf("\t-genvall                         [Pass all environment variables (default)]\n");
+    printf("\t-f {name}                        [File containing the host names]\n");
 
     printf("\n");
 
     printf("Local Options (passed to individual executables):\n");
     printf("\t-n/-np {value}                   [Number of processes]\n");
-    printf("\t-f {name}                        [File containing the host names]\n");
     printf("\t-env {name} {value}              [Environment variable name and value]\n");
     printf("\t-envlist {env1,env2,...}         [Environment variable list to pass]\n");
     printf("\t-envnone                         [Do not pass any environment variables]\n");



More information about the mpich2-commits mailing list