Skip to content
Snippets Groups Projects
Commit 00311920 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[T] Added Simple MKL benchmark.

parent 1579a6d4
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ if (NOT OGS_USE_MPI)
OgsTest(PROJECTFILE Mechanics/Linear/square_1e5.prj RUNTIME 200)
OgsTest(PROJECTFILE Mechanics/Linear/square_1e2_quad8_traction_top.prj)
OgsTest(PROJECTFILE Mechanics/Linear/cube_1e0.prj)
if(OGS_USE_MKL)
OgsTest(PROJECTFILE Mechanics/Linear/cube_1e0_mkl.xml)
endif()
OgsTest(PROJECTFILE Mechanics/Linear/cube_1e0_simple_shear.prj)
OgsTest(PROJECTFILE Mechanics/Linear/MaterialForces/bar.prj)
OgsTest(PROJECTFILE Mechanics/Linear/MaterialForces/bar_3D.prj RUNTIME 40)
......
<?xml version="1.0" encoding="ISO-8859-1"?>
<OpenGeoSysProjectDiff base_file="cube_1e0.prj">
<add sel="/*/linear_solvers/linear_solver" pos="after">
<linear_solver>
<name>general_linear_solver</name>
<eigen>
<solver_type>PardisoLU</solver_type>
</eigen>
</linear_solver>
</add>
<remove sel="/*/linear_solvers/linear_solver[1]" />
</OpenGeoSysProjectDiff>
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