Skip to content
Snippets Groups Projects
Commit 5922103e authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

linear solution times for info greater than 8

parent f4315aa6
No related branches found
No related tags found
No related merge requests found
......@@ -197,9 +197,11 @@ namespace AMDiS {
initVector(mtl_b, b, *super::mapper);
INFO(self::getInfo(), 8)("fill MTL4 matrix needed %.5f seconds\n", t.elapsed());
t.reset();
int error = runner.solve(super::matrix ,mtl_x, mtl_b);
INFO(self::getInfo(), 8)("solve MTL4 matrix needed %.5f seconds\n", t.elapsed());
VecMap<SystemVector, Mapper> xVecMap(x, *super::mapper);
mtl_x >> xVecMap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment