mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Moved MPI_BANK to global module.
This commit is contained in:
parent
2cf2e22bf8
commit
e25225d993
2 changed files with 1 additions and 3 deletions
|
|
@ -129,6 +129,7 @@ module global
|
|||
logical :: master ! master process?
|
||||
logical :: mpi_enabled ! is MPI in use and initialized?
|
||||
integer :: mpi_err ! MPI error code
|
||||
integer :: MPI_BANK ! MPI datatype for fission bank
|
||||
|
||||
! ============================================================================
|
||||
! TIMING VARIABLES
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ module mpi_routines
|
|||
|
||||
implicit none
|
||||
|
||||
integer :: MPI_BANK ! MPI datatype for fission bank
|
||||
integer(8) :: bank_index ! Fission bank site unique identifier
|
||||
|
||||
contains
|
||||
|
||||
!===============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue