Moved MPI_BANK to global module.

This commit is contained in:
Paul Romano 2011-12-20 15:00:26 -05:00
parent 2cf2e22bf8
commit e25225d993
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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
!===============================================================================