Skip to content

Commit

Permalink
MueLu: add README file for MueLu scaling test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhux2 committed Mar 13, 2018
1 parent 6fe3f50 commit 3e6c101
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/muelu/test/scaling/README-how-to-run-muelu-scaling-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
The MueLu scaling test "MueLu_Driver.exe" accepts a variety of command line options.
The most useful are:

--help prints all options and their default values

--matrixType string matrix type to generate: Laplace1D, Laplace2D, Laplace3D, Elasticity2D, Elasticity3D
(default: --matrixType="Laplace2D")
--matrix string MatrixMarket file containing matrix
(default: --matrix="")
--rhs string MatrixMarket file containing right hand side
(default: --rhs="")
--nx long long int mesh points in x-direction.
(default: --nx=100)
--node string node type (serial | openmp | cuda)
(default: --node="")
--ny long long int mesh points in y-direction.
(default: --ny=100)
--nz long long int mesh points in z-direction.
(default: --nz=100)
--its int maximum number of solver iterations
(default: --its=200)
--solver string Krylov solver type: (none | cg | gmres | standalone)
(default: --solver="cg")
--xml string read MueLu parameters from a file
(default: --xml="scaling.xml")
--timings bool print timings to screen
--notimings (default: --timings)

0 comments on commit 3e6c101

Please sign in to comment.