Skip to content
Snippets Groups Projects
Commit 5e4f97d8 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Call MPI_abort and not swift_abort when crashing.

parent d3356f13
No related branches found
No related tags found
1 merge request!804Implementation of black hole accretion and feedback
...@@ -64,7 +64,7 @@ extern int engine_rank; ...@@ -64,7 +64,7 @@ extern int engine_rank;
clocks_get_timesincestart(), __FILE__, __FUNCTION__, __LINE__, \ clocks_get_timesincestart(), __FILE__, __FUNCTION__, __LINE__, \
##__VA_ARGS__); \ ##__VA_ARGS__); \
memdump(engine_rank); \ memdump(engine_rank); \
swift_abort(-1); \ MPI_Abort(MPI_COMM_WORLD, -1); \
}) })
#else #else
extern int engine_rank; extern int engine_rank;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment