From fdb178b020def9fdde939715084baf923ce376d2 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 30 Apr 2012 07:34:55 -0700 Subject: [PATCH] took out comments from source routine --- src/source.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/source.F90 b/src/source.F90 index 4f93ca2f25..73fea77354 100644 --- a/src/source.F90 +++ b/src/source.F90 @@ -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