[cig-commits] r18024 - cs/pythia/trunk/mpi

brad at geodynamics.org brad at geodynamics.org
Thu Mar 3 12:20:26 PST 2011


Author: brad
Date: 2011-03-03 12:20:26 -0800 (Thu, 03 Mar 2011)
New Revision: 18024

Modified:
   cs/pythia/trunk/mpi/Launcher.py
Log:
Updated name of MPI executable to mpiexec.

Modified: cs/pythia/trunk/mpi/Launcher.py
===================================================================
--- cs/pythia/trunk/mpi/Launcher.py	2011-03-03 19:55:41 UTC (rev 18023)
+++ cs/pythia/trunk/mpi/Launcher.py	2011-03-03 20:20:26 UTC (rev 18024)
@@ -25,7 +25,7 @@
     nodegen = pyre.str("nodegen")
     nodegen.meta['tip'] = """a printf-style format string, used in conjunction with 'nodelist' to generate the list of machine names (e.g., "n%03d")"""
         
-    command = pyre.str("command", default="mpirun -np ${nodes}")
+    command = pyre.str("command", default="mpiexec -n ${nodes}")
 
 
     def launch(self):



More information about the CIG-COMMITS mailing list