Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chaofan Chen
ogs
Commits
00311920
Commit
00311920
authored
3 years ago
by
Lars Bilke
Committed by
Dmitri Naumov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[T] Added Simple MKL benchmark.
parent
1579a6d4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ProcessLib/SmallDeformation/Tests.cmake
+3
-0
3 additions, 0 deletions
ProcessLib/SmallDeformation/Tests.cmake
Tests/Data/Mechanics/Linear/cube_1e0_mkl.xml
+12
-0
12 additions, 0 deletions
Tests/Data/Mechanics/Linear/cube_1e0_mkl.xml
with
15 additions
and
0 deletions
ProcessLib/SmallDeformation/Tests.cmake
+
3
−
0
View file @
00311920
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Tests/Data/Mechanics/Linear/cube_1e0_mkl.xml
0 → 100644
+
12
−
0
View file @
00311920
<?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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment