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
a4aa9c82
Commit
a4aa9c82
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Better installation for python-devel
parent
0a935839
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
example/Vector/7_SPH_dlb_opt/main.cpp
+3
-1
3 additions, 1 deletion
example/Vector/7_SPH_dlb_opt/main.cpp
openfpm_pdata.doc
+1
-1
1 addition, 1 deletion
openfpm_pdata.doc
script/pre_req
+5
-0
5 additions, 0 deletions
script/pre_req
with
11 additions
and
3 deletions
CHANGELOG.md
+
2
−
1
View file @
a4aa9c82
# Change Log
All notable changes to this project will be documented in this file.
## [
0.9.0
]
## [
development
]
### Added
-
Introduced getDomainIterator for Cell-list
...
...
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
-
getDomainIterator stencil for faster stencil codes iterators see (Grid/gray_scott_3d example)
-
Algebraic multigrid solvers interface for linear systems (see Vortex in Cell example)
-
Added setPropNames in vector_dist see Vector/0_simple
-
Support for Windows with CYGWIN
### Fixed
-
Installation of PETSC in case with MUMPS try without MUMPS
...
...
This diff is collapsed.
Click to expand it.
example/Vector/7_SPH_dlb_opt/main.cpp
+
3
−
1
View file @
a4aa9c82
...
...
@@ -318,6 +318,8 @@ typedef vector_dist<3,double,aggregate<int, int,double, double, double,
// | at n-1 density at n - 1
// |
// Number of neighborhood
//! Model for Dynamic load balancing
struct
ModelCustom
{
template
<
typename
Decomposition
,
typename
vector
>
inline
void
addComputation
(
Decomposition
&
dec
,
vector
&
vd
,
size_t
v
,
size_t
p
)
...
...
@@ -339,7 +341,7 @@ struct ModelCustom
}
};
//! Second model for dynamic load balancing
struct
ModelCustom2
{
template
<
typename
Decomposition
,
typename
vector
>
inline
void
addComputation
(
Decomposition
&
dec
,
vector
&
vd
,
size_t
v
,
size_t
p
)
...
...
This diff is collapsed.
Click to expand it.
openfpm_pdata.doc
+
1
−
1
View file @
a4aa9c82
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "OpenFPM_pdata"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER =
0.9
.0
PROJECT_NUMBER =
1.0
.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
This diff is collapsed.
Click to expand it.
script/pre_req
+
5
−
0
View file @
a4aa9c82
...
...
@@ -61,6 +61,11 @@ if [ x"$platform" = x"linux" -a x"$pcman" = x"yum" ]; then
ret1
=
$?
rpm
-V
python-devel
ret2
=
$?
if
[
$ret2
-ne
0
]
;
then
echo
"Cheking python2-devel"
rpm
-V
python2-devel
ret2
=
$?
fi
rpm
-V
libxml2-devel
ret3
=
$?
rpm
-V
libxslt-devel
...
...
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