MpiFx 1.4.0
|
Contains wrapper for MPI_FINALIZE
.
More...
Functions/Subroutines | |
subroutine, public | mpifx_finalize (error) |
Finalizes the MPI framework. | |
Contains wrapper for MPI_FINALIZE
.
subroutine, public mpifx_finalize_module::mpifx_finalize | ( | integer, intent(out), optional | error | ) |
Finalizes the MPI framework.
error | Error code on return. If not present and error code would have been non-zero, routine aborts program execution. |
MPI_FINALIZE
)Example:
program test_mpifx use libmpifx_module implicit none type(mpifx_comm) :: mycomm call mpifx_init() call mycomm%init() : call mpifx_finalize() end program test_mpifx