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

leif at geodynamics.org leif at geodynamics.org
Wed Apr 15 14:04:43 PDT 2009


Author: leif
Date: 2009-04-15 14:04:42 -0700 (Wed, 15 Apr 2009)
New Revision: 14723

Modified:
   cs/pythia/trunk/mpi/Launcher.py
Log:
Blind fix for Issue527.


Modified: cs/pythia/trunk/mpi/Launcher.py
===================================================================
--- cs/pythia/trunk/mpi/Launcher.py	2009-04-15 20:21:21 UTC (rev 14722)
+++ cs/pythia/trunk/mpi/Launcher.py	2009-04-15 21:04:42 UTC (rev 14723)
@@ -101,7 +101,7 @@
         # allowed in 'command', thanks to the Preprocessor component.
         # See mpi.Application.getStateArgs() to see how the ${nodes}
         # macro is defined.
-        args = self.command.split(' ')
+        args = self.command.split()
         
         # use only the specific nodes specified explicitly
         if self.nodelist:



More information about the CIG-COMMITS mailing list