[cig-commits] r4461 - cs/benchmark/trunk/benchmark/short/applications

baagaard at geodynamics.org baagaard at geodynamics.org
Thu Aug 31 16:19:06 PDT 2006


Author: baagaard
Date: 2006-08-31 16:19:05 -0700 (Thu, 31 Aug 2006)
New Revision: 4461

Modified:
   cs/benchmark/trunk/benchmark/short/applications/geofesttoh5.py
Log:
Removed explicit use of geofest 'A' output when loading solution.

Modified: cs/benchmark/trunk/benchmark/short/applications/geofesttoh5.py
===================================================================
--- cs/benchmark/trunk/benchmark/short/applications/geofesttoh5.py	2006-08-31 23:06:36 UTC (rev 4460)
+++ cs/benchmark/trunk/benchmark/short/applications/geofesttoh5.py	2006-08-31 23:19:05 UTC (rev 4461)
@@ -186,7 +186,7 @@
         dispEnd = dispStart + self.spatialDim
         velStart = 8
         velEnd = velStart + self.spatialDim
-        filename = "%sA.out" % self.scenarioRoot
+        filename = "%s.out" % self.scenarioRoot
 
         displacements = numpy.zeros((self.numNodes, self.spatialDim),
                                     dtype=numpy.Float32)



More information about the cig-commits mailing list