Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
40f0b62e
Commit
40f0b62e
authored
Jun 08, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed build system for new version
parent
a5ce3a08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
build_pdata.sh
build_pdata.sh
+10
-0
src/Vector/vector_dist_unit_test.hpp
src/Vector/vector_dist_unit_test.hpp
+1
-1
No files found.
build_pdata.sh
View file @
40f0b62e
...
...
@@ -72,6 +72,7 @@ then
fi
make
install
source
$HOME
/openfpm_vars
if
[
x
"
$3
"
==
x
"no_test"
]
;
then
exit
0
;
...
...
@@ -150,6 +151,9 @@ then
sh ./autogen.sh
./install
-s
-c
"--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++"
make
source
$HOME
/openfpm_vars
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to complete the openfpm_pdata test
\"
}] }"
https://hooks.slack.com/services/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
exit
1
;
...
...
@@ -235,6 +239,9 @@ then
./install
-i
"/scratch/p_ppm/"
-s
-c
"CXX=mpic++"
make
source
$HOME
/openfpm_vars
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to complete the openfpm_pdata test
\"
}] }"
https://hooks.slack.com/services/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
exit
1
;
...
...
@@ -271,6 +278,9 @@ else
source
~/.bashrc
./install
-s
make
source
$HOME
/openfpm_vars
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to complete the openfpm_pdata test
\"
}] }"
https://hooks.slack.com/services/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
exit
1
;
...
...
src/Vector/vector_dist_unit_test.hpp
View file @
40f0b62e
...
...
@@ -510,7 +510,7 @@ BOOST_AUTO_TEST_CASE( vector_dist_periodic_test_use_2d )
auto
it2
=
vd
.
getIterator
();
count_local_n_local
(
vd
,
it2
,
bc
,
box
,
dom_ext
,
l_cnt
,
nl_cnt
,
n_out
);
count_local_n_local
<
2
,
vector_dist
<
2
,
float
,
Point_test
<
float
>
>>
(
vd
,
it2
,
bc
,
box
,
dom_ext
,
l_cnt
,
nl_cnt
,
n_out
);
// No particles should be out of domain + ghost
BOOST_REQUIRE_EQUAL
(
n_out
,
0ul
);
...
...
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