|
||||
File indexing completed on 2025-01-30 09:46:55
0001 // Copyright (C) 2018 Alain Miniussi <alain.miniussi -at- oca.eu>. 0002 0003 // Use, modification and distribution is subject to the Boost Software 0004 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt) 0006 0007 /** @file error_string.hpp 0008 * 0009 * Error code to string convertion. 0010 */ 0011 #ifndef BOOST_MPI_ERROR_STRING_HPP 0012 #define BOOST_MPI_ERROR_STRING_HPP 0013 0014 #include <boost/mpi/config.hpp> 0015 #include <string> 0016 0017 namespace boost { namespace mpi { 0018 0019 /** 0020 * @brief Convert a MPI error code to an error string. 0021 */ 0022 std::string error_string(int err_code); 0023 0024 } } // end namespace boost::mpi 0025 0026 #endif // BOOST_MPI_ERROR_STRING_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |