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
29ccf5e1
Commit
29ccf5e1
authored
Mar 13, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increasing run-time of high scalability test
parent
d6289937
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
run.sh
run.sh
+1
-1
src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp
src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp
+0
-2
No files found.
run.sh
View file @
29ccf5e1
...
...
@@ -47,7 +47,7 @@ then
source
$HOME
/openfpm_vars_master
fi
salloc
--nodes
=
$4
--ntasks-per-node
=
$5
--time
=
00:
1
5:00
--mem-per-cpu
=
1900
--partition
=
haswell bash
-c
"ulimit -s unlimited && mpirun -np
$3
src/pdata --report_level=no"
salloc
--nodes
=
$4
--ntasks-per-node
=
$5
--time
=
00:
3
5:00
--mem-per-cpu
=
1900
--partition
=
haswell bash
-c
"ulimit -s unlimited && mpirun -np
$3
src/pdata --report_level=no"
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/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp
View file @
29ccf5e1
...
...
@@ -33,8 +33,6 @@ void Test3D_unb_ghost(const Box<3,float> & domain, long int k)
// Distributed grid with id decomposition
grid_dist_id
<
3
,
float
,
aggregate
<
float
>
,
CartDecomposition
<
3
,
float
>>
g_dist
(
sz
,
domain
,
g
);
g_dist
.
getDecomposition
().
write
(
"no_bound_decomposition"
);
// check the consistency of the decomposition
bool
val
=
g_dist
.
getDecomposition
().
check_consistency
();
BOOST_REQUIRE_EQUAL
(
val
,
true
);
...
...
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