Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Stephan Hilb
dune-istl
Commits
c9cc3184
Commit
c9cc3184
authored
12 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
- Got rid off debugging output.
- Removed dependency on cmake version 2.8.9 [[Imported from SVN: r1707]]
parent
23bb9894
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cmake/modules/FindSuperLU.cmake
+1
-1
1 addition, 1 deletion
cmake/modules/FindSuperLU.cmake
dune/istl/paamg/test/CMakeLists.txt
+0
-4
0 additions, 4 deletions
dune/istl/paamg/test/CMakeLists.txt
with
2 additions
and
6 deletions
CMakeLists.txt
+
1
−
1
View file @
c9cc3184
...
...
@@ -2,7 +2,7 @@
project
(
"dune-istl"
C CXX
)
# general stuff
cmake_minimum_required
(
VERSION 2.8
.8
)
cmake_minimum_required
(
VERSION 2.8
)
# make sure our own modules are found
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
"
${
CMAKE_SOURCE_DIR
}
/cmake/modules"
)
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/FindSuperLU.cmake
+
1
−
1
View file @
c9cc3184
...
...
@@ -27,7 +27,7 @@ endfunction(add_dune_superlu_flags)
# look for BLAS
find_package
(
BLAS QUIET REQUIRED
)
if
(
NOT BLAS_FOUND
)
message
(
"SuperLU requires BLAS which was not found, skipping the test."
)
message
(
WARNING
"SuperLU requires BLAS which was not found, skipping the test."
)
return
()
endif
(
NOT BLAS_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
dune/istl/paamg/test/CMakeLists.txt
+
0
−
4
View file @
c9cc3184
...
...
@@ -26,10 +26,6 @@ set_target_properties(pamg_comm_repart_test PROPERTIES COMPILE_FLAGS "-DAMG_REPA
add_executable
(
pamgtest
"parallelamgtest.cc"
)
add_executable
(
transfertest
"transfertest.cc"
)
message
(
"MPITESTS=
${
MPITESTS
}
"
)
message
(
"ALLTESTS=
${
ALLTESTS
}
"
)
foreach
(
_exe
${
ALLTESTS
}
)
target_link_libraries
(
${
_exe
}
"dunecommon"
)
add_test
(
${
_exe
}
${
_exe
}
)
...
...
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