mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add TODO notes in hdf5_interface module.
This commit is contained in:
parent
2c5eb197f8
commit
ff6f6bb27e
1 changed files with 4 additions and 0 deletions
|
|
@ -1072,6 +1072,8 @@ contains
|
|||
! Close tallies group
|
||||
call h5gclose_f(tallies_group, hdf5_err)
|
||||
|
||||
! TODO: Use parallel HDF5 to write source bank
|
||||
|
||||
! Write source bank
|
||||
dims(1) = work
|
||||
call h5screate_simple_f(1, dims, dspace, hdf5_err)
|
||||
|
|
@ -1180,6 +1182,8 @@ contains
|
|||
end do TALLIES_LOOP
|
||||
end if
|
||||
|
||||
! TODO: Use parallel HDF5 to read source bank in parallel
|
||||
|
||||
! Open dataset for source bank
|
||||
call h5dopen_f(hdf5_state_point, "source_bank", dset, hdf5_err)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue