Skip to content

Commit

Permalink
[ctest] Disabled MKL benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jun 27, 2019
1 parent 38788a8 commit 5983ae6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions scripts/cmake/benchmarks/CHP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Benchmark(AUTHOR CHP
OUTPUT_FILES h2_line0080.vtk
)

Benchmark(AUTHOR CHP
PATH MULTIPHASE/McWhorterProblem/h2_line
CONFIG MKL
RUNTIME 1540
OUTPUT_FILES h2_line_165.vtu
)
#Benchmark(AUTHOR CHP
# PATH MULTIPHASE/McWhorterProblem/h2_line
# CONFIG MKL
# RUNTIME 1540
# OUTPUT_FILES h2_line_165.vtu
#)
10 changes: 5 additions & 5 deletions scripts/cmake/benchmarks/NB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Benchmark(AUTHOR NB
RUNTIME 2
OUTPUT_FILES Lauwerier_ply_FRACTURE_t1.tec)

Benchmark(AUTHOR NB
PATH FLUID_PROPERTIES/H2T_McWhorter_PwSnw/h2t_line
CONFIG MKL
RUNTIME 1
OUTPUT_FILES h2t_line_domain_line.tec)
#Benchmark(AUTHOR NB
# PATH FLUID_PROPERTIES/H2T_McWhorter_PwSnw/h2t_line
# CONFIG MKL
# RUNTIME 1
# OUTPUT_FILES h2t_line_domain_line.tec)

Benchmark(AUTHOR NB
PATH M/pressure/Tube/m_tube_elastic
Expand Down

0 comments on commit 5983ae6

Please sign in to comment.