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

brad at geodynamics.org brad at geodynamics.org
Tue Sep 20 12:50:22 PDT 2011


Author: brad
Date: 2011-09-20 12:50:22 -0700 (Tue, 20 Sep 2011)
New Revision: 18952

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg
Log:
Updated CUDA settings (use solver use_cuda property).

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg	2011-09-20 19:49:33 UTC (rev 18951)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg	2011-09-20 19:50:22 UTC (rev 18952)
@@ -1,10 +1,9 @@
-[pylithapp.petsc]
-vec_type = mpicusp
-mat_type = mpiaijcusp
+[pylithapp.problem.formulation.solver]
+use_cuda = True
 
 [pylithapp.timedependent.formulation]
 split_fields = True
-matrix_type = mpiaijcusp
+matrix_type = seqaijcusp
 
 [pylithapp.petsc]
 ksp_gmres_restart = 500

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg	2011-09-20 19:49:33 UTC (rev 18951)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg	2011-09-20 19:50:22 UTC (rev 18952)
@@ -1,5 +1,2 @@
-[pylithapp.petsc]
-vec_type = mpicusp
-
-[pylithapp.timedependent.formulation]
-matrix_type = mpiaijcusp
+[pylithapp.problem.formulation.solver]
+use_cuda = True



More information about the CIG-COMMITS mailing list