Use all processors when restarting in PHDF5

This commit is contained in:
Sterling Harper 2016-02-22 17:20:08 -05:00
parent f44446e20e
commit 7261a2d068

View file

@ -747,8 +747,13 @@ contains
&file")
end if
! Read tallies to master
! Read tallies to master. If we are using Parallel HDF5, all processors
! need to be included in the HDF5 calls.
#ifdef PHDF5
if (.true.) then
#else
if (master) then
#endif
! Read number of realizations for global tallies
call read_dataset(file_id, "n_realizations", n_realizations, indep=.true.)