Skip to content
GitLab
Projects
Groups
Snippets
/
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
deed291f
Commit
deed291f
authored
Jan 15, 2016
by
atuncer @raptor
Browse files
integral 1d became integral_basic, referring to the communication model
parent
c762e31f
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
deed291f
...
...
@@ -24,7 +24,7 @@ set(DWARF_PREFIX 7_montecarlo) # The prefix of the name of the binaries produced
# Add the examples
add_subdirectory
(
pi
)
add_subdirectory
(
prng
)
add_subdirectory
(
integral
1d
)
add_subdirectory
(
integral
_basic
)
# ==================================================================================================
...
...
integral
1d
/CMakeLists.txt
→
integral
_basic
/CMakeLists.txt
View file @
deed291f
File moved
integral
1d
/integral1d.c
→
integral
_basic
/integral1d.c
View file @
deed291f
File moved
integral
1d
/integral1d_OMP.c
→
integral
_basic
/integral1d_OMP.c
View file @
deed291f
File moved
integral
1d
/integral1d_mpi.c
→
integral
_basic
/integral1d_mpi.c
View file @
deed291f
File moved
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment