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
argupta
openfpm_pdata
Commits
04fe1d6c
Commit
04fe1d6c
authored
Oct 26, 2016
by
incardon
Browse files
Adding command for debugging
parent
9ce8cde3
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
04fe1d6c
...
...
@@ -12,9 +12,15 @@ All notable changes to this project will be documented in this file.
5_molecular_dynamic use case of symmetric cell-list and verlet list with ghost put
6_complex_usage It show how the flexibility of openfpm can be used to debug your program
-
Plotting system can export graph in svg (to be included in the paper)
-
Defining a domain an invalid domain like Box
<
2,
float
>
box({0.0,1.0},{0.0,1.0}) (the correct is {0.0,0.0},{1.0,1.0} )
produce dead-lock or unclear error message in SE_CLASS1, not hint is given, added usefull error message
### Fixed
-
Option NO_POSITION was untested
-
Regression: Examples code compilation was broken on OSX (Affect only 0.5.1)
(Internal: Added OSX examples testing in the release pipeline)
-
gray_scott example code (variable not initialized)
### Changes
...
...
Jenkinsfile_examples_test
View file @
04fe1d6c
...
...
@@ -23,6 +23,7 @@ parallel (
checkout
scm
stage
(
'build_sb15'
)
{
sh
"export"
sh
"./build.sh $WORKSPACE $NODE_NAME pdata && make install"
}
...
...
example/Grid/3_gray_scott/main.cpp
View file @
04fe1d6c
...
...
@@ -261,7 +261,7 @@ int main(int argc, char* argv[])
//! \cond [time stepping] \endcond
// sync the ghost
size_t
count
;
size_t
count
=
0
;
Old
.
template
ghost_get
<
U
,
V
>();
// because we assume that spacing[x] == spacing[y] we use formula 2
...
...
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