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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 13:02:00 PST 2011


Author: brad
Date: 2011-03-07 13:01:59 -0800 (Mon, 07 Mar 2011)
New Revision: 18057

Modified:
   cs/pythia/trunk/mpi/Launcher.py
Log:
Revert default to mpirun.

Modified: cs/pythia/trunk/mpi/Launcher.py
===================================================================
--- cs/pythia/trunk/mpi/Launcher.py	2011-03-07 20:58:15 UTC (rev 18056)
+++ cs/pythia/trunk/mpi/Launcher.py	2011-03-07 21:01:59 UTC (rev 18057)
@@ -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="mpiexec -n ${nodes}")
+    command = pyre.str("command", default="mpirun -np ${nodes}")
 
 
     def launch(self):



More information about the CIG-COMMITS mailing list