[cig-commits] r19902 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Thu Mar 29 09:17:51 PDT 2012


Author: brad
Date: 2012-03-29 09:17:51 -0700 (Thu, 29 Mar 2012)
New Revision: 19902

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
Log:
Don't need to wait for process to complete.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-03-29 16:15:53 UTC (rev 19901)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_scaling.py	2012-03-29 16:17:51 UTC (rev 19902)
@@ -41,4 +41,4 @@
     args
 
 print cmd
-subprocess.check_call(cmd, shell=True)
+subprocess.call(cmd, shell=True)



More information about the CIG-COMMITS mailing list