Skip to content

Commit

Permalink
retype of subfiling_ioc_selection
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 8, 2024
1 parent ac30e27 commit 58fcd42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/Cabana_HDF5ParticleOutput.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ struct HDF5Config
int32_t subfiling_stripe_count = H5FD_SUBFILING_DEFAULT_STRIPE_COUNT;

//! The method to use for selecting MPI ranks to be I/O concentrators.
H5FD_subfiling_ioc_select_t subfiling_ioc_selection =
SELECT_IOC_ONE_PER_NODE;
int subfiling_ioc_selection = SELECT_IOC_ONE_PER_NODE;

//! Number of I/O concentrator worker threads to use
int32_t subfiling_thread_pool_size = H5FD_IOC_DEFAULT_THREAD_POOL_SIZE;
Expand Down

0 comments on commit 58fcd42

Please sign in to comment.