update boost on linux

This commit is contained in:
Bassem Girgis
2019-08-10 16:06:25 -05:00
parent 76ad52be58
commit 861b918727
5363 changed files with 483306 additions and 116507 deletions

View File

@@ -265,6 +265,12 @@ public:
*/
static bool is_main_thread();
/** @brief MPI version.
*
* Returns a pair with the version and sub-version number.
*/
static std::pair<int, int> version();
private:
/// Whether this environment object called MPI_Init
bool i_initialized;