took out comments from source routine

This commit is contained in:
Bryan Herman 2012-04-30 07:34:55 -07:00
parent 846c4bb5f1
commit fdb178b020

View file

@ -299,11 +299,11 @@ contains
else
! Set proper offset for source data on this processor
offset = 8*(1 + rank*maxwork*9)
print *,'reading in'
! Read all source sites
call MPI_FILE_READ_AT(fh, offset, source_bank(1), work, MPI_BANK, &
MPI_STATUS_IGNORE, mpi_err)
print *,'done reading'
! Close binary source file
call MPI_FILE_CLOSE(fh, mpi_err)
end if