Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3d49b545 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Add cstdint include

parent c67bb86b
No related branches found
No related tags found
No related merge requests found
#ifndef CPP_TOOLS_PARALLEL_MANAGER_MPI_HPP
#define CPP_TOOLS_PARALLEL_MANAGER_MPI_HPP
#include "mpi.h"
#include "cpp_tools/parallel_manager/parallel_manager.hpp"
#include "cpp_tools/parallel_manager/utils.hpp"
#include <algorithm>
#include <memory>
#include <cstdint>
// #include <memory>
#include <ostream>
#include "cpp_tools/parallel_manager/parallel_manager.hpp"
#include "cpp_tools/parallel_manager/utils.hpp"
#include "mpi.h"
/**
* \brief Simple MPI wrapper for idiomatic C++
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment