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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
29ccf5e1
Commit
29ccf5e1
authored
Mar 13, 2018
by
incardon
Browse files
Increasing run-time of high scalability test
parent
d6289937
Changes
2
Hide whitespace changes
Inline
Side-by-side
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