Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
structured_grids
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
CodeVault
hpc-kernels
structured_grids
Commits
5608edeb
Commit
5608edeb
authored
8 years ago
by
Valeriu Codreanu
Browse files
Options
Downloads
Patches
Plain Diff
fixed some paths for the compilation tests to pass. all tests pass now
parent
7f28d504
Branches
Branches containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
JTC/JTC_mpi_openmp/CMakeLists.txt
+1
-1
1 addition, 1 deletion
JTC/JTC_mpi_openmp/CMakeLists.txt
JTC/JTC_openmp/CMakeLists.txt
+1
-1
1 addition, 1 deletion
JTC/JTC_openmp/CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
5608edeb
...
...
@@ -11,7 +11,7 @@
# CMake project
cmake_minimum_required
(
VERSION 2.8.10 FATAL_ERROR
)
project
(
"5_structured"
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../cmake/common.cmake
)
# ==================================================================================================
...
...
This diff is collapsed.
Click to expand it.
JTC/JTC_mpi_openmp/CMakeLists.txt
+
1
−
1
View file @
5608edeb
...
...
@@ -5,7 +5,7 @@ find_package(OpenMP) # Built-in in CMake
find_package
(
MPI REQUIRED
)
# Built-in in CMake
# find_package(Common)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../cmake/common.cmake
)
# ==================================================================================================
...
...
This diff is collapsed.
Click to expand it.
JTC/JTC_openmp/CMakeLists.txt
+
1
−
1
View file @
5608edeb
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
# Packages are optional: if they are not present, certain code samples are not compiled
find_package
(
OpenMP
)
# Built-in in CMake
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../cmake/common.cmake
)
# ==================================================================================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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