Think I fixed the mpi problems; #2

This commit is contained in:
Adam Nelson 2016-02-22 21:43:03 -05:00
parent 095f3e0510
commit 3aa332e8d2

View file

@ -201,7 +201,7 @@ contains
subroutine initialize_mpi()
integer :: bank_blocks(6) ! Count for each datatype
integer :: bank_blocks(5) ! Count for each datatype
#ifdef MPIF08
type(MPI_Datatype) :: bank_types(5)
type(MPI_Datatype) :: result_types(1)