YAC
3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_abort.F90
Go to the documentation of this file.
1
! Copyright (c) 2024 The YAC Authors
2
!
3
! SPDX-License-Identifier: BSD-3-Clause
4
8
9
program
test_abort
10
11
use
yac
,
only
:
yac_abort_message
12
implicit none
13
14
! aborts program without initialising MPI
15
CALL
yac_abort_message
(
"some error message"
, __file__, __line__)
16
17
end program
test_abort
18
yac::yac_abort_message
Definition
yac_module.F90:4419
yac
Definition
yac_module.F90:9
test_abort
program test_abort
Definition
test_abort.F90:9
tests
mci
test_abort.F90
Generated on Tue Jun 30 2026 14:08:03 for YAC by
1.11.0