From 6910e37b7be26081e90c7a27e65937a32f4e0686 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@mpcdf.mpg.de> Date: Fri, 4 Nov 2022 07:39:10 +0100 Subject: [PATCH] adds specialization of write_vector_with_single_rank --- cpp/hdf5_tools.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpp/hdf5_tools.cpp b/cpp/hdf5_tools.cpp index e75070b4..3381a036 100644 --- a/cpp/hdf5_tools.cpp +++ b/cpp/hdf5_tools.cpp @@ -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, -- GitLab