Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
argupta
openfpm_pdata
Commits
04fe1d6c
Commit
04fe1d6c
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Adding command for debugging
parent
9ce8cde3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
Jenkinsfile_examples_test
+1
-0
1 addition, 0 deletions
Jenkinsfile_examples_test
example/Grid/3_gray_scott/main.cpp
+1
-1
1 addition, 1 deletion
example/Grid/3_gray_scott/main.cpp
with
8 additions
and
1 deletion
CHANGELOG.md
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Jenkinsfile_examples_test
+
1
−
0
View file @
04fe1d6c
...
...
@@ -23,6 +23,7 @@ parallel (
checkout
scm
stage
(
'build_sb15'
)
{
sh
"export"
sh
"./build.sh $WORKSPACE $NODE_NAME pdata && make install"
}
...
...
This diff is collapsed.
Click to expand it.
example/Grid/3_gray_scott/main.cpp
+
1
−
1
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
...
...
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