Skip to content

Commit

Permalink
using workaround for bug in rewriting restart_file.h5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeidler3 committed Apr 29, 2024
1 parent 39f5895 commit 241d6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/korc_HDF5.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ subroutine load_prev_iter(params)
call h5fclose_f(h5file_id, h5error)
end if

CALL MPI_BCAST(params%prev_iter_2x1t,1,MPI_REAL8,0,MPI_COMM_WORLD,mpierr)
CALL MPI_BCAST(params%prev_iter_2x1t,1,MPI_INTEGER8,0,MPI_COMM_WORLD,mpierr)

end subroutine load_prev_iter

Expand Down
1 change: 1 addition & 0 deletions src/korc_hpc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ subroutine korc_abort(errorcode)
!! 25: korc_ppusher:adv_GCinterp_psiwE_top
!! 26: korc_collisions:define_collisions_time_step
!! 27: main:initialize_fields_interpolant
!! 28: korc_HDF5:save_restart_variables

flush(output_unit_write)

Expand Down

0 comments on commit 241d6ad

Please sign in to comment.