Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_vcluster
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
0
Merge Requests
0
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_vcluster
Commits
8164eed7
Commit
8164eed7
authored
Mar 20, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing with MPI_Abort
parent
ede7ff53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/MPI_wrapper/MPI_util.hpp
src/MPI_wrapper/MPI_util.hpp
+1
-0
src/VCluster.hpp
src/VCluster.hpp
+4
-0
No files found.
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