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_vcluster
Commits
8164eed7
Commit
8164eed7
authored
Mar 20, 2016
by
Pietro Incardona
Browse files
Fixing with MPI_Abort
parent
ede7ff53
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/MPI_wrapper/MPI_util.hpp
View file @
8164eed7
...
...
@@ -35,6 +35,7 @@ static void error_handler(int error_code)
if (MPI_SUCCESS != err) {\
std::cerr << "MPI error: "<< __FILE__ << " " << __LINE__ << "\n";\
error_handler(err);\
MPI_Abort(MPI_COMM_WORLD,-1);\
}\
}
...
...
src/VCluster.hpp
View file @
8164eed7
...
...
@@ -169,6 +169,10 @@ class Vcluster
// barrier status
MPI_Status
bar_stat
;
Vcluster
&
operator
=
(
const
Vcluster
&
)
{
return
*
this
;};
Vcluster
(
const
Vcluster
&
)
{};
public:
// Finalize the MPI program
...
...
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