Skip to content

Commit

Permalink
Always flush during CPABORT
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Feb 7, 2021
1 parent b46cc81 commit 7811d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/cp_error_handling.F
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SUBROUTINE cp_abort_handler(location, message)

CALL print_abort_message(message, location, unit_nr)
CALL print_stack(unit_nr)
CALL m_flush(unit_nr)
FLUSH (unit_nr) ! ignore &GLOBAL / FLUSH_SHOULD_FLUSH

CALL mp_abort()
END SUBROUTINE cp_abort_handler
Expand Down

0 comments on commit 7811d4c

Please sign in to comment.