Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
monte_carlo_methods
Commits
7cea5126
Commit
7cea5126
authored
Jan 29, 2016
by
Valeriu Codreanu
Browse files
fixed some paths for the compilation tests to pass. all tests pass now
parent
1a3a4aab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
integral_basic/CMakeLists.txt
integral_basic/CMakeLists.txt
+1
-1
pi/CMakeLists.txt
pi/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
7cea5126
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
# CMake project
# CMake project
cmake_minimum_required
(
VERSION 2.8.10 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 2.8.10 FATAL_ERROR
)
project
(
"7_montecarlo"
)
project
(
"7_montecarlo"
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../cmake/common.cmake
)
# ==================================================================================================
# ==================================================================================================
...
...
integral_basic/CMakeLists.txt
View file @
7cea5126
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
find_package
(
OpenMP
)
# Built-in in CMake
find_package
(
OpenMP
)
# Built-in in CMake
find_package
(
MPI
)
# Built-in in CMake
find_package
(
MPI
)
# Built-in in CMake
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../cmake/common.cmake
)
# ==================================================================================================
# ==================================================================================================
...
...
pi/CMakeLists.txt
View file @
7cea5126
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
find_package
(
OpenMP
)
# Built-in in CMake
find_package
(
OpenMP
)
# Built-in in CMake
find_package
(
MPI
)
# Built-in in CMake
find_package
(
MPI
)
# Built-in in CMake
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../cmake/common.cmake
)
# ==================================================================================================
# ==================================================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment