From 5779389d1dd20c95bec7a578ebf1da2682bfcbfb Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 18 Jun 2013 21:09:12 -0400 Subject: [PATCH] Added #ifdef around a variable declaration in state_point module. --- src/state_point.F90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/state_point.F90 b/src/state_point.F90 index 4628221581..d6f3fb30ad 100644 --- a/src/state_point.F90 +++ b/src/state_point.F90 @@ -312,7 +312,9 @@ contains integer :: n_bins ! total number of bins real(8), allocatable :: tally_temp(:,:,:) ! contiguous array of results real(8), target :: global_temp(2,N_GLOBAL_TALLIES) +#ifdef MPI real(8) :: dummy ! temporary receive buffer for non-root reduces +#endif type(TallyObject), pointer :: t => null() type(TallyResult), allocatable :: tallyresult_temp(:,:)