Skip to content
Snippets Groups Projects
Commit 6910e37b authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

adds specialization of write_vector_with_single_rank

parent d60e85ba
No related branches found
No related tags found
1 merge request!50adds specialization of write_vector_with_single_rank
Pipeline #147322 passed
...@@ -552,6 +552,12 @@ int hdf5_tools::write_vector_with_single_rank( ...@@ -552,6 +552,12 @@ int hdf5_tools::write_vector_with_single_rank(
const hid_t group, const hid_t group,
const std::string dset_name); 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 template
int hdf5_tools::gather_and_write_with_single_rank<double>( int hdf5_tools::gather_and_write_with_single_rank<double>(
const int myrank, const int myrank,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment