Skip to content
Snippets Groups Projects

adds specialization of write_vector_with_single_rank

Merged Cristian Lalescu requested to merge bugfix/write_vector_with_single_rank into master
1 unresolved thread
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -552,6 +552,12 @@ int hdf5_tools::write_vector_with_single_rank(
const hid_t group,
const std::string dset_name);
template
int hdf5_tools::write_vector_with_single_rank(
const std::vector<long long int> v,
const hid_t group,
const std::string dset_name);
template
int hdf5_tools::gather_and_write_with_single_rank<double>(
const int myrank,
Loading