Skip to content

Commit

Permalink
Update iteration_mod.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
danehkar authored Apr 30, 2021
1 parent ecae861 commit ff90359
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/iteration_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,11 @@ recursive subroutine iterateMC()
! estimators of Jste and Jdif at every grid cell
if (taskid < rest) then
load = load+1
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), gpLoc=gpLoc, cellLoc=cellLoc)
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), &
& gpLoc=gpLoc, cellLoc=cellLoc)
else
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), gpLoc=gpLoc, cellLoc=cellLoc)
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), &
& gpLoc=gpLoc, cellLoc=cellLoc)
end if

call mpi_barrier(mpi_comm_world, ierr)
Expand Down

0 comments on commit ff90359

Please sign in to comment.